diff --git a/data/io.github.TransmissionRemoteGtk.appdata.xml.in b/data/io.github.TransmissionRemoteGtk.appdata.xml.in index 63cebac..9ed1cb1 100644 --- a/data/io.github.TransmissionRemoteGtk.appdata.xml.in +++ b/data/io.github.TransmissionRemoteGtk.appdata.xml.in @@ -22,6 +22,19 @@ + + +

This release removed some user facing functionality that did not work properly. Core functionality remains unchanged. There are also bug fixes for some minor crashes, and protocol compliance issues.

+
    +
  • Remove GeoIP feature (non-functional, used deprecated library)
  • +
  • Remove local commands feature (untested, had security issues)
  • +
  • Revert support for trashing torrents instead of deleting them
  • +
  • Fix a minor crash when adding a torrent by URL
  • +
  • Fix a minor crash when using the stats page
  • +
  • Ensure JSON is properly UTF-8 encoded from transmission-daemon
  • +
+
+

This release adds some behind-the-scenes functionality as well as some small, user-facing bug fixes. The most prominent change is a new backend for interfacing with transmission-daemon that should be more robust and have less bugs.