Release Notes
Bug Fixes
- Fixed MPV Player Position Reset
Resolved an issue where the playback position would jump back during buffering after seeking. Position now stays accurate even when the player buffers.
UI Polish
- Cleaner Navigation Bar
Bottom navigation now only shows text labels for the currently selected tab, reducing clutter and creating a more focused interface. - Fixed Content Clipping
Resolved an issue where content would be cut off at the bottom of scrollable screens. Content now properly accounts for navigation bar height and displays completely. - Layout Refinements
Minor spacing adjustments in episode detail overlay for a tighter, more polished layout.
What's Changed
- fix(Player): Prevent position reset during buffering with MPV by @MakD in eb7263d
- chore(UI): Refine navigation bar and episode detail layout by @MakD in af4f8d4
- refactor(Layout): Replace offset with custom verticalLayoutOffset modifier by @MakD in df75f34
- chore: Bump version to 0.2.7-beta by @MakD
Full Changelog: v0.2.6-beta...v0.2.7-beta