Skip to content

Commit 7b26348

Browse files
committed
version bump to 9.0.14
we'll need to fix image save sigh
1 parent 63428f1 commit 7b26348

File tree

5 files changed

+33
-3
lines changed

5 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## master
22

3-
## 9.0.13 2025/09/20
3+
## 9.0.14 2025/09/20
44

55
- improve Text
66
- improve scroll to row on error

TODO

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
- right click on image thumbnail, save-as JPG, doesn't work
2+
3+
- "cancel" button doesn't stop image load
4+
5+
nip4 ~/pics/st-francis.jpg
6+
7+
get a cancel button, pressing it pops down the progress bar, but load
8+
continues
9+
10+
vipsdisp is similar
11+
12+
cancel on save-as seems to work OK
13+
14+
15+
16+
17+
18+
119
- toolkitgroupview could have a non-scrolling version as the default
220

321
context would be much clearer, though it would take loads of space

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('nip4', 'c',
22
# ie. a major after nip2 8.9 for workspace save file versioning
3-
version: '9.0.13',
3+
version: '9.0.14',
44
license: 'GPL',
55
meson_version: '>=0.64',
66
default_options: [

org.libvips.nip4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
{
409409
"type" : "git",
410410
"url" : "https://github.com/jcupitt/nip4.git",
411-
"tag" : "v9.0.13"
411+
"tag" : "v9.0.14"
412412
}
413413
]
414414
}

org.libvips.nip4.metainfo.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@
5757

5858
<releases>
5959

60+
<release version="9.0.14" date="2025-09-20">
61+
<description>
62+
<p>
63+
64+
This version improves the workspace definitions pane and the
65+
programming window. Batch mode now works. Visual styling is
66+
improved. Lots of bug fixes and small polishing.
67+
68+
</p>
69+
</description>
70+
</release>
71+
6072
<release version="9.0.12" date="2025-08-21">
6173
<description>
6274
<p>

0 commit comments

Comments
 (0)