diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a30ce..d6695f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. -## [1.7.0] - 2023-04-04 +## [1.7.0] - 2023-04-05 ### Added - SVG support. @@ -15,6 +15,9 @@ All notable changes to this project will be documented in this file. - Remove some remaining dialogs. - Bump deps. +### Fixed +- Fix handling of filenames with spaces for WEBP compressor. + ## [1.6.0] - 2023-03-31 ### Added @@ -254,3 +257,4 @@ All notable changes to this project will be documented in this file. ## [0.1] - 2019-10-08 ### Added - Initial version. + diff --git a/data/com.github.huluti.Curtail.appdata.xml.in b/data/com.github.huluti.Curtail.appdata.xml.in index 9e5e4b6..08f5876 100644 --- a/data/com.github.huluti.Curtail.appdata.xml.in +++ b/data/com.github.huluti.Curtail.appdata.xml.in @@ -34,7 +34,7 @@ curtail com.github.huluti.Curtail.desktop - +

Here's the changelog of this version:

    @@ -46,6 +46,7 @@
  • Minor UI improvements
  • Remove some remaining dialogs
  • Bump deps
  • +
  • Fix handling of filenames with spaces for WEBP compressor
diff --git a/debian/changelog b/debian/changelog index 0df2f2a..d4360e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ curtail (1.7.0) focal; urgency=medium * Minor UI improvements. * Remove some remaining dialogs. * Bump deps. + * Fix handling of filenames with spaces for WEBP compressor. - -- Archisman Panigrahi Mon, 04 Apr 2023 23:33 +0200 + -- Archisman Panigrahi Mon, 05 Apr 2023 13:18 +0200 curtail (1.6.0) focal; urgency=medium