From 4a62b4e31c0d3630f99b0c2fb5e457104f1da573 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Fri, 3 Nov 2023 09:50:24 +0100 Subject: [PATCH] Bump version to 1.8.0 --- CHANGELOG.md | 16 ++++++++++++++++ data/com.github.huluti.Curtail.appdata.xml.in | 16 ++++++++++++++++ debian/changelog | 14 ++++++++++++++ meson.build | 2 +- pyproject.toml | 2 +- src/window.py | 2 +- 6 files changed, 49 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6695f0..1c0bafa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/data/com.github.huluti.Curtail.appdata.xml.in b/data/com.github.huluti.Curtail.appdata.xml.in index c25e2f0..612b044 100644 --- a/data/com.github.huluti.Curtail.appdata.xml.in +++ b/data/com.github.huluti.Curtail.appdata.xml.in @@ -44,6 +44,22 @@ curtail com.github.huluti.Curtail.desktop + + +

Here's the changelog of this version:

+
    +
  • 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"
  • +
+
+

Here's the changelog of this version:

diff --git a/debian/changelog b/debian/changelog index d4360e5..d8f3e78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 03 Nov 2023 10:00 +0200 + curtail (1.7.0) focal; urgency=medium * SVG support. diff --git a/meson.build b/meson.build index 9a5e9a3..20a71ef 100644 --- a/meson.build +++ b/meson.build @@ -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', ], ) diff --git a/pyproject.toml b/pyproject.toml index 99f1310..0c808f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "curtail" -version = "1.7.0" +version = "1.8.0" description = "" authors = ["Hugo Posnic "] license = "GPLv3" diff --git a/src/window.py b/src/window.py index 4451192..b507137 100644 --- a/src/window.py +++ b/src/window.py @@ -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' ],