Skip to content

Commit

Permalink
Update changelog for 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Feb 26, 2023
1 parent f823788 commit bb52f2e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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...HEAD)
## [Unreleased](https://github.com/PintaProject/Pinta/compare/2.1.1...HEAD)

Thanks to the following contributors who worked on this release:
- @cameronwhite
Expand All @@ -10,6 +10,16 @@ Thanks to the following contributors who worked on this release:

### Changed

### Fixed

## [2.1.1](https://github.com/PintaProject/Pinta/releases/tag/2.1.1) - 2023/02/26

Thanks to the following contributors who worked on this release:
- @cameronwhite

### Changed
- Updated translations

### Fixed
- Fixed a bug where the Save As file dialog failed to open when using the file chooser portal (e.g. for sandboxed Snap or Flatpak packages), if the image's file type did not support exporting (e.g. SVG) ([#2002021](https://bugs.launchpad.net/pinta/+bug/2002021))
- Fixed a potential error when opening or closing Pinta, if the last dialog directory setting was an empty string ([#2002188](https://bugs.launchpad.net/pinta/+bug/2002188), [#2001734](https://bugs.launchpad.net/pinta/+bug/2001734))
Expand Down
17 changes: 17 additions & 0 deletions xdg/pinta.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,23 @@
<binary>pinta</binary>
</provides>
<releases>
<release version="2.1.1" date="2023-02-26">
<url>https://github.com/PintaProject/Pinta/releases/tag/2.1.1</url>
<description>
<p>Changes</p>
<ul>
<li>Updated translations</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Fixed a bug where the Save As file dialog failed to open when using the file chooser portal (e.g. for sandboxed Snap or Flatpak packages), if the image's file type did not support exporting (e.g. SVG) (#2002021)</li>
<li>Fixed a potential error when opening or closing Pinta, if the last dialog directory setting was an empty string (#2002188, #2001734)</li>
<li>Fixed error messages when dragging and dropping to open a file (#2003384)</li>
<li>Fixed an issue where the tab labels could not shrink, limiting the minimum size of the window (#2006572)</li>
<li>Fixed errors on Windows when opening non-ASCII file paths through the "Open With" context menu (2006974)</li>
</ul>
</description>
</release>
<release version="2.1" date="2023-01-02">
<url>https://github.com/PintaProject/Pinta/releases/tag/2.1</url>
<description>
Expand Down

0 comments on commit bb52f2e

Please sign in to comment.