summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
-rw-r--r--data/io.github.TransmissionRemoteGtk.appdata.xml.in16
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ef7234a..726f6a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+* All future changelogs are now maintained in the appdata file
+
* Fri Aug 12 2016 1.3.1
- Fix build error on 32bit
- Fix installing appdata file
diff --git a/configure.ac b/configure.ac
index 1e27ff8..69de224 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl
AC_PREREQ([2.69])
-AC_INIT([transmission-remote-gtk], [1.3.1],
+AC_INIT([transmission-remote-gtk], [1.4.0],
[https://github.com/transmission-remote-gtk/transmission-remote-gtk/issues])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])
diff --git a/data/io.github.TransmissionRemoteGtk.appdata.xml.in b/data/io.github.TransmissionRemoteGtk.appdata.xml.in
index b1340e3..2d70e76 100644
--- a/data/io.github.TransmissionRemoteGtk.appdata.xml.in
+++ b/data/io.github.TransmissionRemoteGtk.appdata.xml.in
@@ -27,6 +27,22 @@
<image>http://eth0.org.uk/~alan/transmission-remote-gtk-1.1.1.png</image>
</screenshot>
</screenshots>
+ <releases>
+ <release version="1.4.0" date="2018-11-02">
+ <description>
+ <p>This is a minor release with some improvements:</p>
+ <ul>
+ <li>Rename app-id to io.github.TransmissionRemoteGtk</li>
+ <li>Add configuration of alternate speed days to preferences</li>
+ <li>Add menu option to copy magnet links</li>
+ <li>Add Ctrl+q keybinding to quit</li>
+ <li>Fix building with GeoIP support</li>
+ <li>Fix setting speeds in preferences</li>
+ <li>Improve search behavior in file view</li>
+ </ul>
+ </description>
+ </release>
+ </releases>
<launchable type="desktop-id">io.github.TransmissionRemoteGtk.desktop</launchable>
<provides>
<id>uk.org.eth0.transmission-remote-gtk.desktop</id>