Releases: coderholic/pyradio
Releases · coderholic/pyradio
0.7.6.1
Version 0.7.6
Changelog
- Added "e" option to change station's encoding.
- Implemented playlist backup and recovery, to address saving errors.
- Inform user when playlist not found and of playlist recovery result.
- Parameter -s - Check if file is supported (ends with .csv)
Version 0.7.5
Changelog
- Minimum python version supported changed. Now it's 2.7+/3.5+.
- Added configuration window (opens with "c").
- Canceling theme selection (not in config) will restore saved theme.
- Done a bit of refactoring.
This release introduces a huge amount of changes to PyRadio; so bugs may still be present, although I have tried to eliminate as many as possible. Please do open issues on anything you find.
0.7.4
Changelog
- Fixing p command for playlists view.
- Selected station / playlist will be visible when resizing the terminal.
- Calculating initial loaded playlist position in window.
- Implemented dynamic list padding.
- Correctly display failed station when returning to stations mode.
- Help window gets redisplayed when the terminal is resized.
- Updating docs
0.7.3
Changelog
- Added "p" command to jump to playing station / loaded playlist.
- Added two more themes (dark_16_colors and light_16_colors).
- Improved black_on_white theme.
- On a 8 color terminal, the fall-back theme will be "light",
if "light_16_colors" is default. - Exiting if terminal cannot display colors.
- Fixed player selection error screen.
- Fixed a regression which might appear when loading a playlist
0.7.2
Changelog
- Themes support added (4 hardcoded themes).
- Command line option -t (--theme) THEME added.
- Config option "theme" added.
- Key "t" will open the "Theme Selection Window"
- Key "T" will toggle transparency / use terminal's background color.
- Alt keyboard combinations will not be considered as ESCAPE char.
- Help / message windows use multiple colors.
- Fixing a couple of minor bugs.