summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/changelog.txt
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2013-09-20 23:03:56 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2013-09-30 23:42:21 +0200
commit8df12c63b846edcec4fb7020a8409f5aefa089f1 (patch)
tree1334a10b59b3332113247cce5531deee19ba7da6 /rbutil/rbutilqt/changelog.txt
parent1977281bb3de54db1be7527bdea3ab9089f15011 (diff)
downloadrockbox-8df12c63b846edcec4fb7020a8409f5aefa089f1.tar.gz
rockbox-8df12c63b846edcec4fb7020a8409f5aefa089f1.zip
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
Diffstat (limited to 'rbutil/rbutilqt/changelog.txt')
-rw-r--r--rbutil/rbutilqt/changelog.txt17
1 files changed, 17 insertions, 0 deletions
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 @@
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 Changelog window.
16
17