We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d57db commit 8e7e89bCopy full SHA for 8e7e89b
CHANGELOG.md
@@ -1,5 +1,13 @@
1
## master
2
3
+## 9.0.6 2025/04/16
4
+
5
+- fix perspective distort
6
+- fix "save" in save-n-quit
7
+- fix a crash when running with libvips 8.16
8
9
+## 9.0.5 2025/03/26
10
11
- better change handling in ientry improves matrixview behaviour
12
- better subrow finding fixes replace from file in nested columns
13
- fix a crash on row access after row drag between columns
meson.build
@@ -1,6 +1,6 @@
project('nip4', 'c',
# ie. a major after nip2 8.9 for workspace save file versioning
- version: '9.0.5',
+ version: '9.0.6',
license: 'GPL',
meson_version: '>=0.64',
default_options: [
0 commit comments