diff --git a/data/com.github.bleakgrey.tootle.appdata.xml.in b/data/com.github.bleakgrey.tootle.appdata.xml.in index e6e896c..9f48793 100644 --- a/data/com.github.bleakgrey.tootle.appdata.xml.in +++ b/data/com.github.bleakgrey.tootle.appdata.xml.in @@ -74,6 +74,20 @@ + + +
    +
  • Added Watchlist
  • +
  • Added Redraft support
  • +
  • Added Pinning support
  • +
  • Added Simplified Chinese and German translations
  • +
  • Added --hidden Start Flag
  • +
  • Added Shortcuts and Back mouse button support
  • +
  • Changed Notifications screen behavior
  • +
  • Fixed minor bugs
  • +
+
+
    diff --git a/debian/changelog b/debian/changelog index 40595fa..db712bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -tootle (0.1.5) xenial; urgency=low +tootle (0.2.0) xenial; urgency=low * Initial release diff --git a/src/Application.vala b/src/Application.vala index 12286b5..7e4ee06 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -37,7 +37,7 @@ namespace Tootle { application_id = "com.github.bleakgrey.tootle"; flags = ApplicationFlags.FLAGS_NONE; program_name = "Tootle"; - build_version = "0.1.5"; + build_version = "0.2.0"; } public static int main (string[] args) {