Bump version to 1.10.0

This commit is contained in:
Hugo Posnic 2024-06-07 13:17:01 +02:00
parent 28821867e2
commit e8585466ad
6 changed files with 36 additions and 3 deletions

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## UNRELEASED
## 1.10.0 - 2024-06-07
### Added
- Add a "Recursive Compression" setting.
- Add Bulgarian translation. Thank's to @twlvnn.
@ -10,6 +12,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Update OxiPNG to v9.1.1
- Update translations.
- Change safe mode directly from warning banner button.
### Fixed
- Fix opening files with "Open With...". Thank's to @ARAKHN1D.

View File

@ -38,6 +38,22 @@
<translation type="gettext">curtail</translation>
<launchable type="desktop-id">com.github.huluti.Curtail.desktop</launchable>
<releases>
<release version="1.10.0" date="2024-06-07">
<description translate="no">
<p>Here's the changelog of this version:</p>
<ul>
<li>Add a "Recursive Compression" setting</li>
<li>Add Bulgarian translation. Thank's to @twlvnn</li>
<li>Add Hindi translation. Thank's to @Scrambled777</li>
<li>Update OxiPNG to v9.1.1</li>
<li>Update translations</li>
<li>Change safe mode directly from warning banner button</li>
<li>Fix opening files with "Open With...". Thank's to @ARAKHN1D</li>
<li>Fix DnD with nested folders (recursive)</li>
<li>Fix translations not applied to the help overlay window</li>
</ul>
</description>
</release>
<release version="1.9.1" date="2024-04-12">
<description translate="no">
<p>Here's the changelog of this version:</p>

14
debian/changelog vendored
View File

@ -1,3 +1,17 @@
curtail (1.10.0) focal; urgency=medium
* Add a "Recursive Compression" setting.
* Add Bulgarian translation. Thank's to @twlvnn.
* Add Hindi translation. Thank's to @Scrambled777.
* Update OxiPNG to v9.1.1
* Update translations.
* Change safe mode directly from warning banner button.
* Fix opening files with "Open With...". Thank's to @ARAKHN1D.
* Fix DnD with nested folders (recursive).
* Fix translations not applied to the help overlay window.
-- Archisman Panigrahi <apandada1@gmail.com> Fri, 07 Jun 2024 13:15 +0200
curtail (1.9.1) focal; urgency=medium
* Use default decoration layout for screenshots.

View File

@ -1,5 +1,5 @@
project('curtail',
version: '1.9.1',
version: '1.10.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.9.1"
version = "1.10.0"
description = ""
authors = ["Hugo Posnic <hugo.posnic@protonmail.com>"]
license = "GPLv3"

View File

@ -366,7 +366,7 @@ class CurtailWindow(Adw.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.9.1',
version='1.10.0',
developers=[
'Hugo Posnic https://github.com/Huluti'
],