Releases: mr3y-the-programmer/Podcaster
Releases · mr3y-the-programmer/Podcaster
v1.6.6
🚀 Features
- Allow user to share podcast/episode Url (#96)
🐛 Bugs
- Bump HtmlConverter lib version to 1.0.2 (#92)
🔧 Chore
- fix(deps): update kotlin (#90)
- fix(deps): update all dependencies (#91)
- Bump HtmlConverter lib version to 1.0.2 (#92)
- chore(deps): update dependency com.google.devtools.ksp to v2.0.21-1.0.26 (#94)
- Bump compileSdk version to 35 (#95)
- fix(deps): update all dependencies (#93)
- chore(deps): update dependency com.google.devtools.ksp to v2.0.21-1.0.27 (#97)
v1.6.5
🚀 Features
- Navigate to Episode page from Player view when clicking on episode title (#85)
- Provide a fallback image when loading images fail (#87)
🔧 Chore
- Update all dependencies (#79)
- Remove createRoutePattern() and extract route from destination directly (#86)
- fix(deps): update kotlin (#84)
- chore(deps): update all dependencies (#88)
- chore(deps): update all dependencies (#89)
v1.6.1
🐛 Bugs
- Handle case when user has no subscriptions or no downloads more reliably (#82)
- Fix NullPointerException crash when starting PlaybackService from onStartCommand directly (#83)
🔧 Chore
v1.6.0
🚀 Features
- Support favoriting episodes (#77)
- Handle case when Favourite episodes are still loading reliably (#78)
🔧 Chore
- Update all dependencies (#73)
v1.5.0
🚀 Features
- Use NavigationBar for navigating between destinations instead of NavDrawer (#69)
- Add Library Tab and move Downloads to it (#70)
🐛 Bugs
- Fix Memory Leak in Opml FileManager (#71)
🔧 Chore
- Update all dependencies (#62)
- Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.1 (#66)
- Migrate to compose 1.7 (#50)
- Migrate to the official type-safe androidx.navigation APIs (#74)
v1.4.2
🐛 Bugs
- Fix top app bar isn't shown when subscriptions list is empty (#68)
🔧 Chore
- Avoid Enabling minification for library modules (#67)
v1.4.0
🚀 Features
🔧 Chore
- Fix some memory leaks (#65)
v1.3.3
🔧 Chore
- Migrate to K2 (#57)
- Migrate to Coil3 (#58)
- Update all dependencies (#55)
- Update kotlin (#59)
v1.3.2
🚀 Features
- Provide clearing search text option instead of removing it char by char (#53)
🐛 Bugs
- Modify http requests headers before retrying to offset time by some value (#56)
🔧 Chore