Skip to content

Commit

Permalink
Bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Jun 7, 2024
1 parent 2882186 commit e858546
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
16 changes: 16 additions & 0 deletions data/com.github.huluti.Curtail.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Fri, 07 Jun 2024 13:15 +0200

curtail (1.9.1) focal; urgency=medium

* Use default decoration layout for screenshots.
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.9.1',
version: '1.10.0',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "curtail"
version = "1.9.1"
version = "1.10.0"
description = ""
authors = ["Hugo Posnic <[email protected]>"]
license = "GPLv3"
Expand Down
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,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.9.1',
version='1.10.0',
developers=[
'Hugo Posnic https://github.com/Huluti'
],
Expand Down

0 comments on commit e858546

Please sign in to comment.