diff --git a/CHANGELOG.md b/CHANGELOG.md index e472eebe4..148cf6942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # Change Log All notable changes to this project (beginning with version 1.7) will be documented in this file. -## [Unreleased](https://github.com/PintaProject/Pinta/compare/2.1.1...HEAD) +## [Unreleased](https://github.com/PintaProject/Pinta/compare/2.1.2...HEAD) + +Thanks to the following contributors who worked on this release: +- @cameronwhite + +### Added + +### Changed + +### Fixed + +## [2.1.2](https://github.com/PintaProject/Pinta/releases/tag/2.1.2) - 2024/04/20 Thanks to the following contributors who worked on this release: - @cameronwhite diff --git a/xdg/pinta.appdata.xml.in b/xdg/pinta.appdata.xml.in index f1065d102..129cf4af9 100644 --- a/xdg/pinta.appdata.xml.in +++ b/xdg/pinta.appdata.xml.in @@ -38,6 +38,21 @@ pinta + + https://github.com/PintaProject/Pinta/releases/tag/2.1.2 + +

Changes

+
    +
  • Support building against .NET 8 (replacing .NET 7) in addition to .NET 6
  • +
+

Bug Fixes

+
    +
  • Fixed AppStream validation errors in `xdg/pinta.appdata.xml`
  • +
  • Fixed issues where the system language settings on macOS did not properly take effect in Pinta (#1976178)
  • +
  • Fixed issues on macOS with loading webp images (#770)
  • +
+
+
https://github.com/PintaProject/Pinta/releases/tag/2.1.1