Skip to content

Commit 42be64a

Browse files
committed
version bump
1 parent 96c2826 commit 42be64a

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
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+
## 2.6, 7/9/23
4+
35
- limit bands in pages-as-bands to prevent 3000 page images causing
46
performance issues
57
- switch to file based image load (not source) to fix caching

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'vipsdisp', 'c',
3-
version: '2.5.1',
3+
version: '2.6.0',
44
license: 'MIT',
55
meson_version: '>=0.56',
66
default_options: [

org.libvips.vipsdisp.appdata.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ visualisation options and display modes.
5858

5959
<releases>
6060

61+
<release version="2.6.0" date="2023-09-07">
62+
<description>
63+
- limit bands in pages-as-bands to prevent 3000 page images causing
64+
performance issues
65+
- switch to file based image load (not source) to fix caching
66+
- better conversion to RGB
67+
- animate keypress zoom
68+
- use NN sampling for zoom with gtk 4.10+
69+
- add colour management
70+
</description>
71+
</release>
72+
6173
<release version="2.5.1" date="2023-07-23">
6274
<description>
6375
Fix the progress bar (again).

0 commit comments

Comments
 (0)