summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--data/io.github.TransmissionRemoteGtk.appdata.xml.in8
2 files changed, 9 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 69de224..699f0a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl
AC_PREREQ([2.69])
-AC_INIT([transmission-remote-gtk], [1.4.0],
+AC_INIT([transmission-remote-gtk], [1.4.1],
[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 2d70e76..fc35a8f 100644
--- a/data/io.github.TransmissionRemoteGtk.appdata.xml.in
+++ b/data/io.github.TransmissionRemoteGtk.appdata.xml.in
@@ -28,6 +28,14 @@
</screenshot>
</screenshots>
<releases>
+ <release version="1.4.1" date="2019-01-01">
+ <description>
+ <p>This is a minor release with one bugfix:</p>
+ <ul>
+ <li>Fix error when connecting to daemon behind a proxy, specifically nginx</li>
+ </ul>
+ </description>
+ </release>
<release version="1.4.0" date="2018-11-02">
<description>
<p>This is a minor release with some improvements:</p>