Skip to content

Commit 9860750

Browse files
committed
Update changelog for 3.0.2
1 parent a3213ec commit 9860750

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to this project (beginning with version 1.7) will be documented in this file.
33

4-
## [Unreleased](https://github.com/PintaProject/Pinta/compare/3.0...HEAD)
4+
## [Unreleased](https://github.com/PintaProject/Pinta/compare/3.0.2...HEAD)
55

66
Thanks to the following contributors who worked on this release:
77
- @cameronwhite
@@ -12,7 +12,7 @@ Thanks to the following contributors who worked on this release:
1212

1313
### Fixed
1414

15-
## [3.0.2](https://github.com/PintaProject/Pinta/compare/3.0.2...HEAD)
15+
## [3.0.2](https://github.com/PintaProject/Pinta/release/tag/3.0.2) - 2025/07/06
1616

1717
Thanks to the following contributors who worked on this release:
1818
- @cameronwhite
@@ -21,8 +21,10 @@ Thanks to the following contributors who worked on this release:
2121
- Fixed an error when loading the add-in repositories (#1547, #1542)
2222
- Fixed a bug in the Levels dialog where the Red and Blue toggles were reversed (#1551)
2323
- The Vulkan DLL is now bundled with the Windows installer, which fixes errors on startup for certain systems (#1497, #1530)
24+
- Fixed performance issues when opening a large number of files (#1574, #1578)
2425

25-
## [3.0.1](https://github.com/PintaProject/Pinta/compare/3.0.1...HEAD) - 2025/06/07
26+
27+
## [3.0.1](https://github.com/PintaProject/Pinta/releases/tag/3.0.1) - 2025/06/07
2628

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

xdg/pinta.appdata.xml.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,15 @@
3838
<binary>pinta</binary>
3939
</provides>
4040
<releases>
41-
<release version="3.0.2" date="2025-06-19">
41+
<release version="3.0.2" date="2025-07-06">
4242
<url>https://github.com/PintaProject/Pinta/releases/tag/3.0.2</url>
4343
<description>
4444
<p>Bug Fixes</p>
4545
<ul>
4646
<li>Fixed an error when loading the add-in repositories (#1547, #1542)</li>
4747
<li>Fixed a bug in the Levels dialog where the Red and Blue toggles were reversed (#1551)</li>
4848
<li>The Vulkan DLL is now bundled with the Windows installer, which fixes errors on startup for certain systems (#1497, #1530)</li>
49+
<li>Fixed performance issues when opening a large number of files (#1574, #1578)</li>
4950
</ul>
5051
</description>
5152
</release>

0 commit comments

Comments
 (0)