Skip to content

Commit

Permalink
Bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Nov 3, 2023
1 parent 0f8a3b9 commit 4a62b4e
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Change Log
All notable changes to this project will be documented in this file.

## 1.8.0 - 2023-11-03
### Added
- Add "Bulk Compress Directory (recursive)" feature. Thank's to @rk234.
- Add simplified Chinese translation. Thank's to @yuhldr.
- Add Ukrainian translation. Thank's to @Vovkiv.
- Add categories and keywords support in appdata. Thank's to @sabriunal.

### Changed
- Improve clarity of preference options.
- Update OxiPNG to v9.
- Update translations.

### Fixed
- Handle cases where previews can't be generated.
- Fix some "Format of this file is not supported".

## [1.7.0] - 2023-04-05

### Added
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 @@ -44,6 +44,22 @@
<translation type="gettext">curtail</translation>
<launchable type="desktop-id">com.github.huluti.Curtail.desktop</launchable>
<releases>
<release version="1.8.0" date="2023-10-03">
<description translatable="no">
<p>Here's the changelog of this version:</p>
<ul>
<li>Add "Bulk Compress Directory (recursive)" feature. Thank's to @rk234</li>
<li>Add simplified Chinese translation. Thank's to @yuhldr</li>
<li>Add Ukrainian translation. Thank's to @Vovkiv.</li>
<li>Add categories and keywords support in appdata. Thank's to @sabriunal</li>
<li>Improve clarity of preference options</li>
<li>Update OxiPNG to v9</li>
<li>Update translations</li>
<li>Handle cases where previews can't be generated</li>
<li>Fix some "Format of this file is not supported"</li>
</ul>
</description>
</release>
<release version="1.7.0" date="2023-04-05">
<description translatable="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.8.0) focal; urgency=medium

* Add "Bulk Compress Directory (recursive)" feature. Thank's to @rk234.
* Add simplified Chinese translation. Thank's to @yuhldr.
* Add Ukrainian translation. Thank's to @Vovkiv.
* Add categories and keywords support in appdata. Thank's to @sabriunal.
* Improve clarity of preference options.
* Update OxiPNG to v9.
* Update translations.
* Handle cases where previews can't be generated.
* Fix some "Format of this file is not supported".

-- Archisman Panigrahi <apandada1@gmail.com> Fri, 03 Nov 2023 10:00 +0200

curtail (1.7.0) focal; urgency=medium

* SVG support.
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.7.0',
version: '1.8.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.7.0"
version = "1.8.0"
description = ""
authors = ["Hugo Posnic <hugo.posnic@protonmail.com>"]
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 @@ -362,7 +362,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.7.0',
version='1.8.0',
developers=[
'Hugo Posnic https://github.com/Huluti'
],
Expand Down

0 comments on commit 4a62b4e

Please sign in to comment.