Skip to content

Commit 7727783

Browse files
committed
Add release notes for 3.1.1
1 parent 1df48f3 commit 7727783

3 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ Thanks to the following contributors who worked on this release:
1212

1313
### Fixed
1414

15+
## [3.1.1](https://github.com/PintaProject/Pinta/release/tag/3.1.1) - 2026/01/10
16+
17+
### Added
18+
- The Windows installer now supports a non-administrative install mode (#1915, #1918)
19+
20+
### Fixed
21+
- Fixed packaging issue where the release tarball was missing required files (#1905, #1907)
22+
- Fixed performance regression with the selection tools on large images after the canvas widget rewrite in version 3.1 (#1912, #1909)
23+
- Fixed regression from Pinta 3.1 where the selection handles could become inverted in certain scenarios (#1917, #1921)
24+
- Fixed regression from Pinta 3.1 where drag gestures starting outside the canvas were not registered (#1929, #1908)
25+
- Fixed regression from Pinta 3.1 where drag gestures did not update the canvas position displayed in the status bar (#1929, #1908)
26+
27+
1528
## [3.1](https://github.com/PintaProject/Pinta/release/tag/3.1) - 2025/12/23
1629

1730
Thanks to the following contributors who worked on this release:

Pinta/Actions/Help/AboutDialogAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private static string BuildCopyrightText ()
8080
{
8181
string copyrightText = Translations.GetString ("Copyright");
8282
string contributorsText = Translations.GetString ("by Pinta contributors");
83-
return $"{copyrightText} (c) 2010-2025 {contributorsText}";
83+
return $"{copyrightText} (c) 2010-2026 {contributorsText}";
8484
}
8585

8686
private static string BuildLicenseText ()

xdg/com.github.PintaProject.Pinta.metainfo.xml.in

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,23 @@
4242
<binary>pinta</binary>
4343
</provides>
4444
<releases>
45+
<release version="3.1.1" date="2026-01-10">
46+
<url>https://github.com/PintaProject/Pinta/releases/tag/3.1.1</url>
47+
<description>
48+
<p>New Features / Improvements</p>
49+
<ul>
50+
<li>The Windows installer now supports a non-administrative install mode (#1915, #1918)</li>
51+
</ul>
52+
<p>Bug Fixes</p>
53+
<ul>
54+
<li>Fixed packaging issue where the release tarball was missing required files (#1905, #1907)</li>
55+
<li>Fixed performance regression with the selection tools on large images after the canvas widget rewrite in version 3.1 (#1912, #1909)</li>
56+
<li>Fixed regression from Pinta 3.1 where the selection handles could become inverted in certain scenarios (#1917, #1921)</li>
57+
<li>Fixed regression from Pinta 3.1 where drag gestures starting outside the canvas were not registered (#1929, #1908)</li>
58+
<li>Fixed regression from Pinta 3.1 where drag gestures did not update the canvas position displayed in the status bar (#1929, #1908)</li>
59+
</ul>
60+
</description>
61+
</release>
4562
<release version="3.1" date="2025-12-23">
4663
<url>https://github.com/PintaProject/Pinta/releases/tag/3.1</url>
4764
<description>

0 commit comments

Comments
 (0)