Bump version to 1.7.0

This commit is contained in:
Hugo Posnic 2023-04-04 23:57:57 +02:00
parent 96df8d078b
commit a11e54a8c8
6 changed files with 32 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
## [1.7.0] - DEV
## [1.7.0] - 2023-04-04
### Added
- SVG support.

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.7.0" date="2023-04-04">
<description>
<p>Here's the changelog of this version:</p>
<ul>
<li>SVG support</li>
<li>Add a warning banner for overwrite mode</li>
<li>New start screen with an AdwStatusPage</li>
<li>Add debug information in about window</li>
<li>Switch from OptiPNG to Oxipng</li>
<li>Minor UI improvements</li>
<li>Remove some remaining dialogs</li>
<li>Bump deps</li>
</ul>
</description>
</release>
<release version="1.6.0" date="2023-03-31">
<description>
<p>Here's the changelog of this version:</p>

13
debian/changelog vendored
View File

@ -1,3 +1,16 @@
curtail (1.7.0) focal; urgency=medium
* SVG support.
* Add a warning banner for overwrite mode.
* New start screen with an AdwStatusPage.
* Add debug information in about window.
* Switch from OptiPNG to Oxipng.
* Minor UI improvements.
* Remove some remaining dialogs.
* Bump deps.
-- Archisman Panigrahi <apandada1@gmail.com> Mon, 04 Apr 2023 23:33 +0200
curtail (1.6.0) focal; urgency=medium
* Configurable compression timeout.

View File

@ -1,5 +1,5 @@
project('curtail',
version: '1.6.0',
version: '1.7.0',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "curtail"
version = "1.6.0"
version = "1.7.0"
description = ""
authors = ["Hugo Posnic <hugo.posnic@protonmail.com>"]
license = "GPLv3"

View File

@ -309,7 +309,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.6.0',
version='1.7.0',
developers=[
'Hugo Posnic https://github.com/Huluti'
],