From f9765edb8f9250f4148ba6c7c0d6aaa1c472734e Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Fri, 31 Mar 2023 14:35:20 +0200 Subject: [PATCH] Bump version to 1.6.0 --- data/com.github.huluti.Curtail.appdata.xml.in | 15 +++++++++++++++ debian/changelog | 13 +++++++++++++ meson.build | 2 +- src/window.py | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/data/com.github.huluti.Curtail.appdata.xml.in b/data/com.github.huluti.Curtail.appdata.xml.in index 77a6f19..c63d992 100644 --- a/data/com.github.huluti.Curtail.appdata.xml.in +++ b/data/com.github.huluti.Curtail.appdata.xml.in @@ -34,6 +34,21 @@ curtail com.github.huluti.Curtail.desktop + + +

Here's the changelog of this version:

+
    +
  • Configurable compression timeout
  • +
  • Compress images in an other thread
  • +
  • Better workflow for headerbar
  • +
  • Move saving state in the subtitle
  • +
  • Show errors on each line and not in modals anymore
  • +
  • Simplify preferences
  • +
  • Update translations
  • +
  • Fix compression level ranges in UI
  • +
+
+

Here's the changelog of this version:

diff --git a/debian/changelog b/debian/changelog index 8f03f9f..a6281b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +curtail (1.6.0) focal; urgency=medium + + * Configurable compression timeout. + * Compress images in an other thread. + * Better workflow for headerbar. + * Move saving state in the subtitle. + * Show errors on each line and not in modals anymore. + * Simplify preferences. + * Update translations. + * Fix compression level ranges in UI. + + -- Archisman Panigrahi Fri, 31 Mar 2023 14:31 +0200 + curtail (1.5.0) focal; urgency=medium * More modern results page. diff --git a/meson.build b/meson.build index 9912972..4e3f77f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('curtail', - version: '1.5.0', + version: '1.6.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/window.py b/src/window.py index 5b18106..c43ae80 100644 --- a/src/window.py +++ b/src/window.py @@ -338,7 +338,7 @@ class CurtailWindow(Gtk.ApplicationWindow): license_type=Gtk.License.GPL_3_0, website='https://github.com/Huluti/Curtail', issue_url='https://github.com/Huluti/Curtail/issues/new', - version='1.5.0', + version='1.6.0', developers=[ 'Hugo Posnic https://github.com/Huluti' ],