Skip to content

Commit 7edbc38

Browse files
committed
Update for 3.1.1
1 parent cccd1b5 commit 7edbc38

2 files changed

Lines changed: 31 additions & 7 deletions

File tree

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
release:
2-
version: 3.1
3-
release_notes: /releases/3-1
4-
download_tarball: https://github.com/PintaProject/Pinta/releases/download/3.1/pinta-3.1.tar.gz
5-
download_osx: https://github.com/PintaProject/Pinta/releases/download/3.1/Pinta-macos-x86_64.dmg
6-
download_macosarm64: https://github.com/PintaProject/Pinta/releases/download/3.1/Pinta-macos-arm64.dmg
7-
download_win: https://github.com/PintaProject/Pinta/releases/download/3.1/Pinta-x86_64.exe
8-
download_zip: https://github.com/PintaProject/Pinta/releases/download/3.1/pinta-3.1.zip
2+
version: 3.1.1
3+
release_notes: /releases/3-1-1
4+
download_tarball: https://github.com/PintaProject/Pinta/releases/download/3.1.1/pinta-3.1.1.tar.gz
5+
download_osx: https://github.com/PintaProject/Pinta/releases/download/3.1.1/Pinta-macos-x86_64.dmg
6+
download_macosarm64: https://github.com/PintaProject/Pinta/releases/download/3.1.1/Pinta-macos-arm64.dmg
7+
download_win: https://github.com/PintaProject/Pinta/releases/download/3.1.1/Pinta-x86_64.exe
8+
download_zip: https://github.com/PintaProject/Pinta/releases/download/3.1.1/pinta-3.1.1.zip
99

1010
links:
1111
bugs: https://github.com/PintaProject/Pinta/issues

releases/3-1-1.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: default
3+
title: Release Notes 3.1.1 - Pinta
4+
---
5+
# Release Notes 3.1.1
6+
7+
**Released January 10th, 2026**
8+
9+
This is a bug fix release for Pinta 3.1
10+
11+
### Added
12+
- The Windows installer now supports a non-administrative install mode (#1915, #1918)
13+
14+
### Fixed
15+
- Fixed packaging issue where the release tarball was missing required files (#1905, #1907)
16+
- Fixed performance regression with the selection tools on large images after the canvas widget rewrite in version 3.1 (#1912, #1909)
17+
- Fixed regression from Pinta 3.1 where the selection handles could become inverted in certain scenarios (#1917, #1921)
18+
- Fixed regression from Pinta 3.1 where drag gestures starting outside the canvas were not registered (#1929, #1908)
19+
- Fixed regression from Pinta 3.1 where drag gestures did not update the canvas position displayed in the status bar (#1929, #1908)
20+
21+
### Checksums
22+
- Fingerprint: `5BDA 30D0 C2E9 85E5 9808 9E44 4CF8 0E80 E77C 5C35`
23+
- GPG Signature: `gpg --verify pinta-3.1.1.tar.gz.asc`
24+
- Checksum: `pinta-3.1.1.tar.gz.sha512`

0 commit comments

Comments
 (0)