diff --git a/CHANGELOG.md b/CHANGELOG.md index f3911a8..2d09965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1] - 2024-04-04 + +### Added + +- Primary brand colors information + +### Changed + +- Updated about window to use new `Adw.AboutDialog` view +- Switch to `appsteamcli` validation +- Updated metainfo in order to conform with AppStream 1.0 specification +- Changed project's summary to fit in 35 character requirement +- Prefer dark color scheme +- Updated translations (ru, tr, zh_CN) + ## [0.6.0] - 2024-01-10 ### Changed diff --git a/data/io.github.tfuxu.Halftone.metainfo.xml.in.in b/data/io.github.tfuxu.Halftone.metainfo.xml.in.in index 27870bd..29dd9dd 100644 --- a/data/io.github.tfuxu.Halftone.metainfo.xml.in.in +++ b/data/io.github.tfuxu.Halftone.metainfo.xml.in.in @@ -70,6 +70,14 @@ + + +
    +
  • Updated widgets to make use of new Libadwaita 1.5 widgets
  • +
  • Updated translations for Russian, Turkish and Simplified Chinese
  • +
+
+

diff --git a/meson.build b/meson.build index 3da25e5..d53de77 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('halftone', - version: '0.6.0', + version: '0.6.1', meson_version: '>= 0.59.0', default_options: ['warning_level=2', 'werror=false',