summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/changelog.txt
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2021-12-15 21:04:28 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2021-12-24 18:05:53 +0100
commitc876d3bbefe0dc00c27ca0c12d29da5874946962 (patch)
tree69f468a185a369b01998314bc3ecc19b70f4fcaa /utils/rbutilqt/changelog.txt
parent6c6f0757d7a902feb293be165d1490c42bc8e7ad (diff)
downloadrockbox-c876d3bbefe0dc00c27ca0c12d29da5874946962.tar.gz
rockbox-c876d3bbefe0dc00c27ca0c12d29da5874946962.zip
rbutil: Merge rbutil with utils folder.
rbutil uses several components from the utils folder, and can be considered part of utils too. Having it in a separate folder is an arbitrary split that doesn't help anymore these days, so merge them. This also allows other utils to easily use libtools.make without the need to navigate to a different folder. Change-Id: I3fc2f4de19e3e776553efb5dea5f779dfec0dc21
Diffstat (limited to 'utils/rbutilqt/changelog.txt')
-rw-r--r--utils/rbutilqt/changelog.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/utils/rbutilqt/changelog.txt b/utils/rbutilqt/changelog.txt
new file mode 100644
index 0000000000..992ea19445
--- /dev/null
+++ b/utils/rbutilqt/changelog.txt
@@ -0,0 +1,42 @@
1# Rockbox Utility changelog.
2# This file is parsed by Rockbox Utility. Format:
3# - Lines starting with # are comments and ignored.
4# - A version starts with the string "Version" followed by the number.
5# - After the version individual entries follow. Those start with a *.
6# - After the entries an empty line has to follow.
7# - After that the next version can start.
8
9Version 1.4
10* Rework player detection functionality to provide better results.
11* Limit mountpoints ("Select your device in the filesystem") in configuration dialog to usable ones.
12* Change encoder volume configuration to allow more sensible values.
13* Save proxy password differently in configuration file (better solution for FS#12166).
14* Add support for building Rockbox Utility with Qt5.
15* Add support for extracting Original Firmware files compressed with CAB (G#418).
16* Add support for Creative Zen X-Fi3 (G#419).
17* Add Changelog window.
18* Rework System Trace functionality.
19* Add support for Iriver H300 v1.31K firmware.
20* Add support for Sandisk Sansa Clip Zip v01.01.21 firmware.
21* Fix manual link for Archos Recorder V2.
22
23Version 1.4.1
24* Fix crash on detecting player in MTP mode (FS#12989).
25* Extend hint when uninstallation requires reinstalling the Original Firmware.
26* Improve update check information dialog.
27* Correct USB IDs for Sandisk Sansa c200v2.
28* Add support for iPod Classic 6G bootloader.
29
30Version 1.5.0
31* Add support for xDuoo X3, X3ii, X20.
32* Add support for AGPTek Rocker.
33* Add support for AIGO Eros Q and various clones (AIGO Eros K, AGPTek H3, HIFI Walker H2, Surfans F20)
34* Add support for showing "retired" target status.
35* Update Iriver H100 / H300 series bootloader.
36* Rename Game Files installation to Plugin Data; now installs files for further games (Duke3D, Wolfenstein3D, etc.) as well as other plugins (MIDI patchset)
37* Support installing daily builds.
38* Move Manual / prerendered voice file installation to main dialog.
39* Support installing voice files in other languages than english (available languages depends on build).
40* Improved HiDPI support.
41* Drop support for Qt4, now requires Qt5.
42* Update various external libraries.