diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +* Thu Aug 11 2016 1.3.0
+- Add more information to general panel
+- Redesign and fix destination combobox
+- Fix building with modern GCC
+- Fix starting minimized
+- Fix various compile warnings
+- Clean up build system
+- Translate desktop and appdata file
+- Update translations
+
* Wed Jun 11 2014 1.2
- A basic RSS reader which uses libmrss.
- Fix some 32bit platforms reporting 0 connected peers and unknown ETA.
diff --git a/configure.ac b/configure.ac index e378412..4f50a79 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl AC_PREREQ([2.69]) -AC_INIT([transmission-remote-gtk], [1.2], +AC_INIT([transmission-remote-gtk], [1.3.0], [https://github.com/transmission-remote-gtk/transmission-remote-gtk/issues]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) |