Bump version to 1.6.0

This commit is contained in:
Hugo Posnic 2023-03-31 14:35:20 +02:00
parent a16c18426e
commit f9765edb8f
4 changed files with 30 additions and 2 deletions

View File

@ -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>

13
debian/changelog vendored
View File

@ -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 <apandada1@gmail.com> Fri, 31 Mar 2023 14:31 +0200
curtail (1.5.0) focal; urgency=medium
* More modern results page.

View File

@ -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', ],
)

View File

@ -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'
],