|
1 | 1 | # Change Log |
2 | 2 | All notable changes to this project (beginning with version 1.7) will be documented in this file. |
3 | 3 |
|
4 | | -## [Unreleased](https://github.com/PintaProject/Pinta/compare/3.0...HEAD) |
| 4 | +## [Unreleased](https://github.com/PintaProject/Pinta/compare/3.0.3...HEAD) |
5 | 5 |
|
6 | 6 | Thanks to the following contributors who worked on this release: |
7 | 7 | - @cameronwhite |
8 | 8 | - @badcel |
| 9 | +- @ericksson |
9 | 10 | - @JGCarroll |
10 | 11 | - @Lehonti |
11 | 12 | - @UrtsiSantsi |
12 | 13 | - @pedropaulosuzuki |
| 14 | +- @bplaat |
13 | 15 |
|
14 | 16 | ### Added |
| 17 | +- Implemented a new axonometric grid (View > Canvas Grid... > Show Axonometric Grid) (#1438, #1541) |
15 | 18 | - Rewrote the canvas widget to improve performance and memory usage issues for zoomed-in images (#1020, #1485) |
16 | | -- Added an option (View -> Show/Hide -> Menu Bar) to switch to a menu bar layout instead of a header bar (#781, #1418) |
| 19 | +- Added a new Cells effect (#1589) |
17 | 20 | - The "About" dialog now includes links to the issue tracker and discussion forum (#1343) |
18 | 21 | - When compiling Pinta, the GirCoreSource MSBuild property can be set to easily build Pinta against a local build of gir.core for easy debugging (#1403) |
19 | | -- Pinta now configures a compatibility version number for add-ins, to support running add-ins built against older versions such as Pinta 3.0 (#1379, #1389) |
20 | 22 | - Keyboard shortcuts are now displayed on all toolbar button tooltips (#1408, #1432) |
| 23 | +- Added a right click menu for layers, containing actions that can be applied to the selected layer (#1588) |
| 24 | +- The Dithering effect can now use Pinta's current palette in addition to the effect's preset color palettes (#1594) |
| 25 | +- Random seed values for effects can now be directly controlled, in addition to use the Reseed button (#1592, #1591) |
| 26 | +- Support for color picking in `SimpleEffectDialog`. Useful for add-in developers (#1611) |
21 | 27 |
|
22 | 28 | ### Changed |
23 | 29 | - Updated dependencies to require GTK 4.18+ and libadwaita 1.7+ |
24 | | -- Improved the sizing of the toolbox icons, particularly for high DPI displays (#1374) |
25 | | -- The text tool now uses the system's default font rather than being hardcoded to Arial, which may not exist on some systems (#1422, #1421) |
26 | 30 | - Removed use of deprecated Gtk.FontButton (#1421) |
27 | 31 | - View menu moved from hamburger menu to dedicated button (#1428, #1471) |
| 32 | +- Updated the application icon on macOS to better match the platform's icon style guidelines (#1572) |
28 | 33 |
|
29 | 34 | ### Fixed |
30 | | -- Fixed an issue where the toolbar's height could change when switching tools (#1370, #1391) |
31 | 35 | - Fixed a bug where cancelling the color picker dialog could still update the palette colors (#1390, #1411) |
32 | | -- The text tool's "Normal and Outline" mode now draws the outline behind the text to avoid obscuring it (#1423, #1426) |
| 36 | +- The text tool's "Normal and Outline" mode now draws the outline behind the text to avoid obscuring it (#1423, #1426) |
33 | 37 | - Improved the handling of negative angle values in the Rotate / Zoom Layer dialog (#1142, #1440) |
34 | | -- Fixed potential crashes when adjusting the brush width (#1340) |
| 38 | +- Fixed incorrect behavior with transparent colors in the Gradient tool (#1552, #1543) |
| 39 | +- Fixed issues where the layer widget did not show the correct selected layer when switching documents (#1602, #1573) |
| 40 | +- Fixed toolbar layout issues with displaying the cursor position and selection size (#1429, #1540) |
| 41 | + |
| 42 | +## [3.0.3](https://github.com/PintaProject/Pinta/release/tag/3.0.3) - 2025/08/01 |
| 43 | + |
| 44 | +Thanks to the following contributors who worked on this release: |
| 45 | +- @cameronwhite |
| 46 | +- @ericksson |
| 47 | +- @Lehonti |
| 48 | + |
| 49 | +### Fixed |
| 50 | +- Fixed a packaging issue for the macOS arm64 build which caused many icons to disappear (#1605) |
| 51 | +- Fixed an issue where hiding a panel did not cause other panels to expand into the available space (#1472, #1500) |
35 | 52 | - Fixed incorrect behavior of the Atkinson method in the Dithering effect (#1489) |
| 53 | + |
| 54 | +## [3.0.2](https://github.com/PintaProject/Pinta/releases/tag/3.0.2) - 2025/07/06 |
| 55 | + |
| 56 | +Thanks to the following contributors who worked on this release: |
| 57 | +- @cameronwhite |
| 58 | + |
| 59 | +### Fixed |
| 60 | +- Fixed an error when loading the add-in repositories (#1547, #1542) |
| 61 | +- Fixed a bug in the Levels dialog where the Red and Blue toggles were reversed (#1551) |
| 62 | +- The Vulkan DLL is now bundled with the Windows installer, which fixes errors on startup for certain systems (#1497, #1530) |
| 63 | +- Fixed performance issues when opening a large number of files (#1574, #1578) |
| 64 | + |
| 65 | +## [3.0.1](https://github.com/PintaProject/Pinta/releases/tag/3.0.1) - 2025/06/07 |
| 66 | + |
| 67 | +Thanks to the following contributors who worked on this release: |
| 68 | +- @cameronwhite |
| 69 | +- @JGCarroll |
| 70 | +- @Lehonti |
| 71 | +- @UrtsiSantsi |
| 72 | + |
| 73 | +### Added |
| 74 | +- Added an option (View -> Show/Hide -> Menu Bar) to switch to a menu bar layout instead of a header bar (#781, #1418) |
| 75 | +- Pinta now configures a compatibility version number for add-ins, to support running add-ins built against older versions such as Pinta 3.0 (#1379, #1389) |
| 76 | + |
| 77 | +### Changed |
| 78 | +- Improved the sizing of the toolbox icons, particularly for high DPI displays (#1374) |
| 79 | +- The text tool now uses the system's default font rather than being hardcoded to Arial, which may not exist on some systems (#1422, #1421) |
| 80 | +- Updated translations |
| 81 | + |
| 82 | +### Fixed |
| 83 | +- Fixed an issue where the toolbar's height could change when switching tools (#1370, #1391) |
| 84 | +- Fixed potential crashes when adjusting the brush width (#1340) |
36 | 85 | - Fixed a bug on Windows where Pinta did not use the system's language for translations (#1473, #1493) |
37 | 86 |
|
38 | 87 | ## [3.0](https://github.com/PintaProject/Pinta/releases/tag/3.0) - 2025/04/11 |
|
0 commit comments