Skip to content

Releases: ironfeet/Beeper4LightOS

Release list

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 21 Jul 15:43

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 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.