diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f24a5..3435d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.8.4] - 2020-11-15 +### Changed +- Just fix a packaging file. + ## [0.8.3] - 2020-11-14 ### Changed - Just update GNOME runtime. diff --git a/data/com.github.huluti.ImCompressor.appdata.xml.in b/data/com.github.huluti.ImCompressor.appdata.xml.in index 8f2bedc..89685fa 100644 --- a/data/com.github.huluti.ImCompressor.appdata.xml.in +++ b/data/com.github.huluti.ImCompressor.appdata.xml.in @@ -33,6 +33,14 @@ com.github.huluti.ImCompressor.desktop + + +

Here's the changelog of this version:

+
    +
  • Just fix a packaging file.
  • +
+
+

Here's the changelog of this version:

diff --git a/meson.build b/meson.build index 2e9ee44..cf94a9c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('imcompressor', - version: '0.8.3', + version: '0.8.4', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], diff --git a/src/window.py b/src/window.py index 04ae625..bd701b6 100644 --- a/src/window.py +++ b/src/window.py @@ -280,7 +280,7 @@ def on_about(self, *args): dialog = Gtk.AboutDialog(transient_for=self) dialog.set_logo_icon_name('com.github.huluti.ImCompressor') dialog.set_program_name('ImCompressor') - dialog.set_version('0.8.3') + dialog.set_version('0.8.4') dialog.set_website('https://github.com/Huluti/ImCompressor') dialog.set_authors(['Hugo Posnic']) dialog.set_translator_credits(_("translator-credits"))