From 8df12c63b846edcec4fb7020a8409f5aefa089f1 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Fri, 20 Sep 2013 23:03:56 +0200 Subject: Implement a first, simple changelog dialog. When Rockbox Utility is started for the first time, a new version is started or the user selected to do so on startup a changelog window is shown. Change-Id: Ic223e092a09d31ccbbfcd9b973355225cac27632 --- rbutil/rbutilqt/changelog.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 rbutil/rbutilqt/changelog.txt (limited to 'rbutil/rbutilqt/changelog.txt') diff --git a/rbutil/rbutilqt/changelog.txt b/rbutil/rbutilqt/changelog.txt new file mode 100644 index 0000000000..35c5322dc9 --- /dev/null +++ b/rbutil/rbutilqt/changelog.txt @@ -0,0 +1,17 @@ +# 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 Changelog window. + + -- cgit v1.2.3