Releases: ironfeet/Beeper4LightOS
Releases · ironfeet/Beeper4LightOS
Release list
v0.0.2
Added
- Version Display: Added a dynamic version number indicator (e.g.,
v0.0.2) to the bottom of the chat list screen. - BuildConfig Integration: Configured
buildConfigto 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-sdksubmodule 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.mdfile when extracting release notes.