Releases: XilinJia/Podcini
Releases · XilinJia/Podcini
6.7.0
6.6.7
6.6.6
- fixed difference between the count of episodes and the actual number of episodes (seen when the number is small) in History, AllEpisodes, and OnlineFeed views
- fixed an error (introduced in 6.6.3) in setting feed preferences when subscribing one
- upon start, if no previously played media, the player is set invisible
- fixed an issue of fully played episode not correctly recorded as such when Podcini is in the background
- volume adaptation numbers were changed from 0.2, 0.5, 1, 1.5, 2, 2.5 to 0.2, 0.5, 1, 2, 4, 7 (the max boost being 6dB)
- Kotlin upped to 2.0.20
- Realm upped to 2.3.0
6.6.5
6.6.4
- added ability to receive music or playlist shared from YT Music
- single music received from YT Music is added to "YTMusic Syndicate"
- in newly subscribed Youtube channel or playlist, prefStreamOverDownload is set to true
- ensured virtual queue (continuous streaming) for previously subscribed "Youtube" type feed when the associated queue is set to None
- the max number of media is dropped to 60 on subscribing a Youtube type feed (higher number may cause delay or even failure due to network issues, will investigate other ways to handle)
- fixed a bug in Reconcile that can cause downloaded files to be mistakenly deleted
- action button on each episode now reacts to LongClick to provide more options
6.6.3
- added ability to receive shared Youtube playlist, quite similar to receiving shared Youtube channel
- increased the max number of media to 300 on subscribing a Youtube channel or a Youtube playlist
- ensures to get and save full description when opening a Youtube media from a list
6.6.2
- fixed issue of filter "never auto delete" in Subscriptions view
- corrected issue of "queued/not queued" filter for episodes
- filter on "queued/not queued" is checked for all queues (not only the active queue)
- added filtering feature to Downloads view
- changed associated queue of Youtube Syndicate to None (rather than active set previously)
- in Subscriptions view, the "search" box is changed to a "Queues" spinner to filter by associated queue
6.6.1
- the confirm dialog is more responsive when receiving a youtube media share
- receiving a youtube media share can be dismissed by not pressing the confirm button
- in Subscriptions and FeedEpisodes views, swipe down to refresh no longer has the progress circle blocking UI, only shows "Refreshing" status on the info bar
- added preference "Prefer low quality on mobile" under Settings -> Playback -> Playback control, and default it to false,
- if set true, Youtube media will use low quality audio on mobile network (which has been the default way of handling)
6.6.0
- added ability to receive shared Youtube media,
- once received, the user can choose to set it as "audio only" before confirm
- the media is then added as an episode to one of the two synthetic podcasts: "Youtube Syndicate" or "Youtube Syndicate Audio" (for audio-only media)
- the two synthetic podcasts behave as normal Youtube-channel podcasts except that they can not be updated, and video mode and authentication can not be changed,
- the episodes can be handled in the same fashion as normal podcast episodes, except that those in "Youtube Syndicate Audio" can not be played with video
- fixed info display on notification panel for Youtube episodes
- added a setting to disable "swipe to refresh all subscriptions" under Settings -> Interface -> Subscriptions
- even when disabled, subscriptions can be refreshed from the menu in Subscriptions view
- this doesn't affect "swipe to refresh" in FeedEpisodes view for single podcast
- updated various compose dependencies