Skip to content

Latest commit

 

History

History
124 lines (101 loc) · 4.58 KB

CHANGELOG.rst

File metadata and controls

124 lines (101 loc) · 4.58 KB

kmpc Change Log

0.6.0.1 - 2018-01-27

  • Bugfix release, I missed a couple of config file changes, oops.

0.6.0 - 2018-01-27

  • Added album name and release year(s) to cover popup.
  • Load album covers from tags with PIL directly first, to allow for resizing in case it is too large for a texture to hold. (issue #7)
  • Changed to a ReconnectingClientFactory to prevent issues when long-running mpd commands are run. (part of issue #9)
  • Added a line to the mpd.conf file in the car install doc to prevent mpd crashing when loading a long playlist. (part of issue #9)
  • Revamped the way config file handling works to use Kivy's built-in Config class. You can now edit config settings from within the app. (issue #17)

0.5.9 - 2018-01-26

  • Added -V/--version command line option to print version number. (issue #55)
  • Added -n/--newconfig command line option to generate default config file. (issue #38)
  • Issue #57 wasn't actually fixed, just masked. Pretty sure it's fixed now.

0.5.8 - 2018-01-26

  • Missed a few lines in the mpd revamp, this fixes it. (issue #57)

0.5.7 - 2018-01-26

  • Revamped mpd connection handling to be less crashy. (issue #35)
  • Documented permissions change necessary to control Pi screen backlight. (issue #45)
  • Added setuptools>=30.3.0 to the setup_requires section of setup.cfg. (issue #36)
  • Added artblacklist section to config.ini. (issue #27)

0.5.6 - 2018-01-25

  • Changed the scan all for art function in the manager to schedule the requests once per second for every row instead of skipping rows that already had some art. (issue #26)
  • Changed the year display to on top of the cover art to save some space.
  • Added a config file setting for originalyear display. (issue #16)
  • Added new settings popup to house things as config tab is going to be used for actual config file editing eventually. (issue #6)
  • Added ability to click on artist logo to change it to another one. (issue #5)
  • Added sudo to reboot and shutdown commands. (issue #43)
  • Added docs for full installation to car Pi!

0.5.5 - 2018-01-24

  • Fixed a bug in how the sync method was handling unicode filenames. (issue #39)

0.5.4 - 2018-01-22

  • Fixed a bug in the mpd module. This is why you should test things before releasing them to the public.

0.5.3 - 2018-01-22

  • Fixed fanart.tv to use baked-in developer key and optional client key (issue #28)
  • Fixed paths to use portable path separator instead of '/' (issue #23)
  • Changed musicbrainz access to use the musicbrainzngs library (issue #14)
  • Pulling art for an artist will no longer re-download logos that have been manually moved to the badge folder

0.5.2 - 2018-01-21

  • Added exception handling for non-existent artist cache file (issue #13)
  • Added -q/--quiet command line option (issue #21)
  • Fixed all temp files to honor config.ini values (issue #12)
  • Changed artlog.txt in kmpcmanager to be optional (issue #4)

0.5.1 - 2018-01-20

  • First public release