Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Mar 31, 2023
1 parent a16c184 commit f9765ed
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
15 changes: 15 additions & 0 deletions data/com.github.huluti.Curtail.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,21 @@
<translation type="gettext">curtail</translation>
<launchable type="desktop-id">com.github.huluti.Curtail.desktop</launchable>
<releases>
<release version="1.6.0" date="2023-03-31">
<description>
<p>Here's the changelog of this version:</p>
<ul>
<li>Configurable compression timeout</li>
<li>Compress images in an other thread</li>
<li>Better workflow for headerbar</li>
<li>Move saving state in the subtitle</li>
<li>Show errors on each line and not in modals anymore</li>
<li>Simplify preferences</li>
<li>Update translations</li>
<li>Fix compression level ranges in UI</li>
</ul>
</description>
</release>
<release version="1.5.0" date="2023-03-25">
<description>
<p>Here's the changelog of this version:</p>
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Fri, 31 Mar 2023 14:31 +0200

curtail (1.5.0) focal; urgency=medium

* More modern results page.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def on_about(self, *args):
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'
],
Expand Down

0 comments on commit f9765ed

Please sign in to comment.