Skip to content

Version 0.8.8-beta2 (0.8.7.3)

Choose a tag to compare

@s-n-g s-n-g released this 13 Oct 12:24
· 930 commits to master since this release

This is a long-overdue update!
This is a called a beta release in the sense that some
of the intended features have not been implemented yet.

Changelog

  • Version 0.8.7.3 (0.8.8-beta2)
  • Adding PASTE MODE in editing windows
  • Finalizing alternative modes (registers, register mode,
    extra commands, yank i.e. copy) - implementation
    started in 0.8.8-beta1
  • Toggling transparency enabled in theme selection window
  • Pyradio respects global encoding
  • Info window gets updated as data are read
  • Display message when fallback theme is used (#99)
  • Fixing info window highlight and encoding issues
  • Making Station editor window size aware
  • Fixing -a command line parameter functionality
  • Build script accepts --user (for user only installation) on linux
  • Build script will clean up previous installation files
  • Fixing volume saving on Windows (mplayer)

Implemented in 0.8.8-beta1

  • Connection timeout counter
  • Station info window
  • Main help window has 3 pages now
  • Fixing playback restart when encoding changed

Not implemented yet

  • \p - Select playlist/register to paste station
  • \n - Create new playlist

Changed files

Changelog                        |   49 +-
README.html                      |  153 +--
README.md                        |  182 +--
build.html                       |   15 +-
build.md                         |    4 +-
devel/build_install_pyradio      |  182 +--
devel/build_install_pyradio.bat  |   77 +-
devel/get_cjkwrap                |   16 -
devel/pre-commit                 |    2 +-
devel/site.py                    |   21 -
devel/windirs.py                 |   39 -
pyradio.1                        |  168 +--
pyradio/__init__.py              |    8 +-
pyradio/browser.py               |   11 +-
pyradio/cjkwrap.py               |  148 ---
pyradio/config.py                |  402 +-----
pyradio/config_window.py         |   12 +-
pyradio/edit.py                  |  662 +---------
pyradio/log.py                   |   88 +-
pyradio/main.py                  |   61 +-
pyradio/player.py                |  927 +++----------
pyradio/radio.py                 | 2702 +++++++++-----------------------------
pyradio/simple_curses_widgets.py |  774 +----------
pyradio/stations.csv             |    4 -
pyradio/themes.py                |   66 +-
pyradio/widechar.py              |   44 +
pyradio/window_stack.py          |  100 +-
windows.html                     |  105 +-
windows.md                       |  120 +-
29 files changed, 1375 insertions(+), 5767 deletions(-)