Releases: aziezahmed/podcast-player
Releases · aziezahmed/podcast-player
Version 1.6.1
Testing new github action for automated release.
Version 1.6.0
remove print statement
Version 1.5.1
Refactor into more object oriented code.
Version 1.5.0
Using PyInquirer to handle menus. Users can now use the arrow keys to select the podcast/pisode they wish to listen to.
Adding a delete command to remove unwanted podcasts from the menu
Version 1.4.0
Bug Fixes:
fix(play): avoid playing audio if there is no audio url
fix(import): avoid importing duplicates via opml or add command
fix(import): check if title exists in the feed before using it
Version 1.3.1
Adjusting the OPML import to use the -i flag instead of the opml argument.
Version 1.3.0
Adding the ability to import feeds from an OPML file
Version 1.2.0
Fixing bug where the SQLObject dependency was not being installed as a requirement of podcast-player.
Version 1.0.9
- Adding a delete command to remove unwanted podcasts
- Adding messages to explain each menu
Version 1.0.8
- Fixing bugs on the episode menu
- Using square brackets to display the menus