diff --git a/data/com.github.bleakgrey.tootle.appdata.xml.in b/data/com.github.bleakgrey.tootle.appdata.xml.in index 5dfa1ce..3249585 100644 --- a/data/com.github.bleakgrey.tootle.appdata.xml.in +++ b/data/com.github.bleakgrey.tootle.appdata.xml.in @@ -28,6 +28,36 @@ https://github.com/bleakgrey/tootle/issues https://liberapay.com/bleakgrey/donate + + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + moderate + none + moderate + none + intense + none + none + + https://raw.githubusercontent.com/bleakgrey/tootle/master/data/screenshot.png @@ -44,6 +74,20 @@ + + +
    +
  • Added Direct timeline
  • +
  • Added support for custom character limit
  • +
  • Added support for streaming all timelines
  • +
  • Added tooltips for image attachments
  • +
  • Added remove action for attachments
  • +
  • Changed behavior for mentioning users
  • +
  • Changed behavior for missing image attachments
  • +
  • Fixed minor bugs
  • +
+
+
    diff --git a/data/screenshot.png b/data/screenshot.png index 8c18dbd..9ea9f7c 100644 Binary files a/data/screenshot.png and b/data/screenshot.png differ diff --git a/data/screenshot2.png b/data/screenshot2.png index 9bbce15..316704c 100644 Binary files a/data/screenshot2.png and b/data/screenshot2.png differ diff --git a/debian/changelog b/debian/changelog index 1b40807..2e8784e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -tootle (0.1.3) xenial; urgency=low +tootle (0.1.4) xenial; urgency=low * Initial release diff --git a/src/Application.vala b/src/Application.vala index 521cf98..7415173 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -22,7 +22,7 @@ namespace Tootle{ application_id = "com.github.bleakgrey.tootle"; flags = ApplicationFlags.FLAGS_NONE; program_name = "Tootle"; - build_version = "0.1.3"; + build_version = "0.1.4"; } public static int main (string[] args) {