Releases: lighttube-org/LightTube-Android
Releases · lighttube-org/LightTube-Android
Release v2024.08.11
Merge pull request #38 from kuylar/feat/ltv3 LightTube API v2/LightTube v3
Release v2024.06.04
see last commit message
Release v2024.03.03
Merge pull request #33 from kuylar/fix/ci ci: fix CI write permissions
Release v2023.11.07
feat: manage subscriptions/playlists (#20) * feat: implement subscription endpoints * feat(ui): pass the userData object into the renderers * feat(ui): subscribe buttons * feat(api): add playlist related endpoints * chore: tidy up LightTubeApi.kt * feat: remember current user * feat(api): implement updatePlaylist endpoint * fix(api): re-add getLibraryPlaylists * feat: ability to edit/delete playlists * feat: move the playlist dialog to utils * feat: create playlist button * feat: go back after deleting a playlist * chore: cleanup * feat: ability to add videos to playlists * feat: ability to remove videos from playlists * fix: delete playlist showing up on all playlists * fix: change padding a real small amount again
Release v2023.09.30
Merge pull request #18 from kuylar/dev Release v2023.09.30
Release v2023.08.30
feat: add audio tracks
Release v2023.08.26
feat: app icon (#13) thanks @intergrav
Release v2023.08.24
fix: app crashes on fragment change (#11)
Release v2023.08.23
fix: most app crashes (#10) - fix: app crashing when activity gets reloaded - fix: recyclerviews making the app crash if items are added during they change - fix: storyboards making the app crash on short videos (again)
Release v2023.07.05
fix: update buttons in version update to be m3 compliant (#8) Reviewed-by: @kuylar