Skip to content

Releases: mr3y-the-programmer/Podcaster

v1.6.5

29 Sep 11:56
v1.6.5
3c0359e
Compare
Choose a tag to compare

🚀 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

25 Aug 17:32
v1.6.1
2d246f6
Compare
Choose a tag to compare

🐛 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

  • Update kotlin (#72)

v1.6.0

12 Aug 23:46
v1.6.0
a3054e9
Compare
Choose a tag to compare

🚀 Features

  • Support favoriting episodes (#77)
  • Handle case when Favourite episodes are still loading reliably (#78)

🔧 Chore

  • Update all dependencies (#73)

v1.5.0

21 Jul 21:55
Compare
Choose a tag to compare

🚀 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

02 Jul 15:13
8449589
Compare
Choose a tag to compare

🐛 Bugs

  • Fix top app bar isn't shown when subscriptions list is empty (#68)

🔧 Chore

  • Avoid Enabling minification for library modules (#67)

v1.4.1

30 Jun 13:55
Compare
Choose a tag to compare
  • no changes

v1.4.0

29 Jun 22:48
Compare
Choose a tag to compare

🚀 Features

  • UI tweaks (#63)

🔧 Chore

  • Fix some memory leaks (#65)

v1.3.3

21 Jun 20:31
Compare
Choose a tag to compare

🔧 Chore

  • Migrate to K2 (#57)
  • Migrate to Coil3 (#58)
  • Update all dependencies (#55)
  • Update kotlin (#59)

v1.3.2

20 May 14:22
Compare
Choose a tag to compare

🚀 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

  • Update kotlin (#39)

v1.3.1

15 May 18:03
Compare
Choose a tag to compare
  • no changes from the previous release just a fix for the critical app startup crash