2013-09-20 21:03:56 +00:00
# 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.
2013-11-04 22:44:59 +00:00
* Add support for extracting Original Firmware files compressed with CAB (G#418).
* Add support for Creative Zen X-Fi3 (G#419).
2013-09-20 21:03:56 +00:00
* Add Changelog window.
2013-11-03 10:08:18 +00:00
* Rework System Trace functionality.
2015-06-20 18:42:59 +00:00
* Add support for Iriver H300 v1.31K firmware.
2013-12-15 18:38:07 +00:00
* Add support for Sandisk Sansa Clip Zip v01.01.21 firmware.
* Fix manual link for Archos Recorder V2.
2013-09-20 21:03:56 +00:00
2014-05-24 20:56:44 +00:00
Version 1.4.1
2015-01-31 17:30:42 +00:00
* Fix crash on detecting player in MTP mode (FS#12989).
2014-11-14 21:32:17 +00:00
* Extend hint when uninstallation requires reinstalling the Original Firmware.
2015-01-31 17:30:42 +00:00
* Improve update check information dialog.
2015-06-20 18:42:59 +00:00
* Correct USB IDs for Sandisk Sansa c200v2.
2016-02-04 23:25:31 +00:00
* Add support for iPod Classic 6G bootloader.
2020-06-08 18:34:04 +00:00
Version 1.5.0
* Add support for xDuoo X3, X3ii, X20.
* Add support for AGPTek Rocker.
* Add support for AIGO Eros Q and various clones (AIGO Eros K, AGPTek H3, HIFI Walker H2, Surfans F20)
* Add support for showing "retired" target status.
* Update Iriver H100 / H300 series bootloader.
* Rename Game Files installation to Plugin Data; now installs files for further games (Duke3D, Wolfenstein3D, etc.) as well as other plugins (MIDI patchset)
* Support installing daily builds.
* Move Manual / prerendered voice file installation to main dialog.
* Support installing voice files in other languages than english (available languages depends on build).
* Improved HiDPI support.
* Drop support for Qt4, now requires Qt5.
* Update various external libraries.