Releases: mr3y-the-programmer/Podcaster
Releases · mr3y-the-programmer/Podcaster
v1.3.1
- no changes from the previous release just a fix for the critical app startup crash
v1.3.0
🐛 Bugs
- Handle background playback more efficiently (#49)
- Initialize controller and set/update its internal state afterwards (#51)
- Fix a bug that caused PlayerView UI to be not responding sometimes when navigating through playlist (#52)
🔧 Chore
- Update all dependencies (#44)
v1.2.2
🐛 Bugs
- Fix Incorrect playlist order when installing a new update (#47)
🔧 Chore
- Move string resources to separate module (#33)
- Move PodcasterPreview to its own module (#34)
- Update kotlin (#26)
- Update all dependencies (#27)
- Extract business logic from media session & make it testable (#35)
- Aggregate common dependencies in bundle (#36)
- Add convention plugins for Reusing common build scripts logic (#38)
- Move theme & shared ui widgets to design system module (#40)
- Add some tests for integration between app state & media controller (#41)
- Update all dependencies (#37)
- Add Screenshot tests using Roborazzi (#42)
- Refactor implementation of DetailsScreens headers (#45)
- Introduce Event sink pattern (#48)
v1.2.1
🚀 Features
- Copy Version Name on clicking for easier issue reporting (#32)
🐛 Bugs
- Improve parsing network responses (#29)
v1.2.0
🚀 Features
- Support downloading up to 3 episodes concurrently (#18)
- Add support For Importing/Exporting Opml feeds. (#28)
🔧 Chore
- Move model classes to separate module (#19)
- Move db to a separate module (#21)
- Move logger to separate module (#22)
- Move network to separate module (#23)
- Move PodcastsRepository to separate module (#24)
- Move sync worker to separate module (#25)
v1.1.1
🐛 Bugs
- Improve search for podcasts json response deserialization (#16)
🔧 Chore
- Update kotlin (#13)
- Update all dependencies (#12)
v1.1.0
🚀 Features
- Implement Playlists [Queue feature] (#9)
- Add a nice (scale + fade) animation between queue items (#14)
🐛 Bugs
- Fix CollapsedPlayerView UI being obscured by navigation buttons (#10)