Skip to content

Commit 5423df7

Browse files
committed
ready for 9.0.12
1 parent 87a0231 commit 5423df7

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master
22

3+
## 9.0.12 2025/08/21
4+
35
- better power of two detection in openslideload
46
- fix tile edges with gtk_snapshot_set_snap() [kleisauke]
57
- better fallback if gtk snap is not there

org.libvips.nip4.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,15 +367,14 @@
367367
"buildsystem" : "meson",
368368
"config-opts" : [
369369
"--libdir=lib",
370-
"--buildtype=release",
371370
"-Ddeprecated=false",
372371
"-Dmodules=disabled"
373372
],
374373
"sources" : [
375374
{
376375
"type" : "git",
377376
"url" : "https://github.com/libvips/libvips.git",
378-
"tag" : "v8.18.0-test1"
377+
"tag" : "v8.18.0-test2"
379378
}
380379
]
381380
},
@@ -407,7 +406,7 @@
407406
{
408407
"type" : "git",
409408
"url" : "https://github.com/jcupitt/nip4.git",
410-
"tag" : "v9.0.11"
409+
"tag" : "v9.0.12"
411410
}
412411
]
413412
}

org.libvips.nip4.metainfo.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ from the command-line and without a GUI.
5858

5959
<releases>
6060

61+
<release version="9.0.12" date="2025-08-21">
62+
<description>
63+
<p>
64+
65+
This version has many image display improvements, an EXE icon
66+
on windows, high-DPI support, better group and ungroup, better
67+
row drag, and a much better toolkit menu.
68+
69+
</p>
70+
</description>
71+
</release>
72+
6173
<release version="9.0.11" date="2025-07-21">
6274
<description>
6375
<p>

0 commit comments

Comments
 (0)