Files
amethyst/docs/changelog/v0.70.00.md
T
Claude 81128ba74a docs: split CHANGELOG into per-version files under docs/changelog
The single CHANGELOG.md had grown to ~7.9k lines. Move it to
docs/changelog/ with one file per release, named with zero-padded
minor/patch versions (e.g. v1.11.00.md) so plain file browsers sort
them correctly. Add a README.md index (newest first) and a TEMPLATE.md
for cutting new releases. The root CHANGELOG.md now points to the new
location.
2026-06-13 18:24:10 +00:00

951 B

Release v0.70.0: Background Playback - 2023-07-20

  • Moves Video/Audio player to a foreground service.
  • Migrates Feed, Stories, and Live Stream screens to use that service
  • Blocks screen from going to sleep if a video is playing.
  • Blocks WIFI from going to sleep if an online video is playing.
  • Allows the app to pause while listening to media and continue playing
  • Manages cache for up to 30 videos in parallel for each of the 3 categories: local, streaming, progressive content
  • Activates the use of popups with artwork that points to the screen with the video
  • Creates a button to allow any video to play while browsing the app/phone
  • Moves app to SingleTop mode.
  • Keeps viewed position cached for up to 100 videos.
  • Restructures the starting screen from App Navigation

Changes