Skip to content

Version 0.8.8-beta4

Compare
Choose a tag to compare
@s-n-g s-n-g released this 17 Nov 12:25
· 766 commits to master since this release

Changelog

  • Adding the "Force http connections" configuration option ( #113 )
  • Fixed a couple of bugs
  • Installation script will use Python 3 by default

Changed files

 Changelog                   |   7 ++
 Makefile                    |  20 +++-
 README.html                 |  10 ++
 README.md                   |  18 +++
 devel/build_install_pyradio |  86 ++++++++++++--
 devel/what_tag              |   7 ++
 pyradio.1                   |  23 +++-
 pyradio/__init__.py         |   2 +-
 pyradio/config.py           | 120 +++++++++++++++-----
 pyradio/config_window.py    |   7 +-
 pyradio/edit.py             |  69 ++++++++++++
 pyradio/main.py             | 266 +++++++++++++++++++++++---------------------
 pyradio/player.py           |  59 ++++++----
 pyradio/radio.py            |  53 +++++++--
 pyradio/window_stack.py     |   2 +
 15 files changed, 543 insertions(+), 206 deletions(-)