You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Display: Added a dynamic version number indicator (e.g., v0.0.2) to the bottom of the chat list screen.
BuildConfig Integration: Configured buildConfig to dynamically inject the app version to bypass Light SDK's static analysis restrictions on Android framework classes.
CI Hardening: Configured CodeQL to explicitly exclude the light-sdk submodule from its analysis, ensuring alerts only flag the Beeper4LightOS codebase.
Fixed
Security: Resolved a local information disclosure vulnerability by enforcing strict POSIX file permissions when creating temporary audio playback files.
CI/CD: Fixed the GitHub Actions release workflow so that it correctly locates the CHANGELOG.md file when extracting release notes.