rockbox/rbutil/rbutilqt/changelog.txt
Dominik Riebeling 226922efe3 Fix USB IDs for Sansa c200v2.
The wrong IDs made a connected c200v1 get detected as c200v1 and c200v2 in MTP
mode.

Change-Id: I9048910ca9d768b17b9d23e4679c96d9ab8d6831
2015-06-20 20:42:59 +02:00

27 lines
1.3 KiB
Text

# Rockbox Utility changelog.
# This file is parsed by Rockbox Utility. Format:
# - Lines starting with # are comments and ignored.
# - A version starts with the string "Version" followed by the number.
# - After the version individual entries follow. Those start with a *.
# - After the entries an empty line has to follow.
# - After that the next version can start.
Version 1.4
* Rework player detection functionality to provide better results.
* Limit mountpoints ("Select your device in the filesystem") in configuration dialog to usable ones.
* Change encoder volume configuration to allow more sensible values.
* Save proxy password differently in configuration file (better solution for FS#12166).
* Add support for building Rockbox Utility with Qt5.
* Add support for extracting Original Firmware files compressed with CAB (G#418).
* Add support for Creative Zen X-Fi3 (G#419).
* Add Changelog window.
* Rework System Trace functionality.
* Add support for Iriver H300 v1.31K firmware.
* Add support for Sandisk Sansa Clip Zip v01.01.21 firmware.
* Fix manual link for Archos Recorder V2.
Version 1.4.1
* Fix crash on detecting player in MTP mode (FS#12989).
* Extend hint when uninstallation requires reinstalling the Original Firmware.
* Improve update check information dialog.
* Correct USB IDs for Sandisk Sansa c200v2.