Skip to content

Version 0.9.3.6

Choose a tag to compare

@s-n-g s-n-g released this 10 May 10:35
· 232 commits to master since this release

Yet another BUG FIX release

Please refer to Release 0.9.3 to get an understanding of the changes being made in the 0.9.3.x series.

Changelog

  • fixing #241 - pyradio-recordings folder keeps showing in home directory
  • When XDG compliance is forced due to both XDG_DATA_HOME and
    XDG_STATE_HOME directories already exist, update the local Desktop file,
    so that the Icon point to its new location
  • fixing typos

Packagers notice

Please do read the updated Packager's Info!

Please refer to: https://github.com/coderholic/pyradio/blob/master/packaging.md

Changed files

 Changelog                      |  8 ++++++                                                                                                                                                    
 devel/fix_pyradio_desktop_file | 14 ++++++++--                                                                                                                                                
 docs/index.html                |  8 ++++++                                                                                                                                                    
 pyproject.toml                 |  2 +-                                                                                                                                                        
 pyradio/__init__.py            |  2 +-                                                                                                                                                        
 pyradio/config.py              |  5 ++++
 pyradio/config_window.py       | 10 +++----
 pyradio/install.py             |  2 +-
 pyradio/main.py                | 82 ++++++++++++++++++++++++++++++++++-----------------------
 pyradio/xdg.py                 | 25 ++++++++++++++++++
 10 files changed, 115 insertions(+), 43 deletions(-)