Skip to content

Releases: eman225511/RustPlusRaidAlarms

Beta 1.1

Choose a tag to compare

@eman225511 eman225511 released this 17 Jan 00:33
Add FCM direct notification beta feature

Introduces a new Beta Features tab and FCMService for direct Rust+ notifications via Firebase Cloud Messaging, bypassing Telegram. Adds setup documentation, Node.js helper scripts, and updates the launcher to check/install Node.js. Main application logic and UI are extended to support FCM authentication, pairing, keyword filtering, and switching between notification modes.

Beta 1.0

Choose a tag to compare

@eman225511 eman225511 released this 11 Jan 01:13
Add build_release.py script and update .gitignore

Introduced build_release.py to automate building and packaging the release bundle, including copying necessary files and preparing the release directory. Updated .gitignore to exclude the new release/ directory.