Skip to content

Commit 4de6383

Browse files
committed
try to update the version again
1 parent 6fa5a0e commit 4de6383

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Version needs updating in the following places:
146146

147147
- **`CHANGELOG.md`**
148148

149-
- **`meson.buiild`**
149+
- **`meson.build`**
150150

151151
- **`org.libvips.vipsdisp.appdata.xml`** and some release notes and a date as
152152
well.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ install_data(application_id + '.png',
5454
install_dir: get_option('datadir') / 'icons' / 'hicolor' / '128x128' / 'apps')
5555
install_data(application_id + '.desktop',
5656
install_dir: get_option('datadir') / 'applications')
57-
install_data(application_id + '.appdata.xml',
57+
install_data(application_id + '.metainfo.xml',
5858
install_dir: get_option('datadir') / 'metainfo')
5959

6060
meson.add_install_script('meson_post_install.py')

org.libvips.vipsdisp.appdata.xml renamed to org.libvips.vipsdisp.metainfo.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Copyright 2023 jcupitt -->
23
<component type="desktop-application">
34
<id>org.libvips.vipsdisp</id>
45
<url type="homepage">https://github.com/jcupitt/vipsdisp</url>
56
<content_rating type="oars-1.1" />
67

78
<name>vipsdisp</name>
89
<summary>Image viewer</summary>
10+
<developer_name>jcupitt</developer_name>
911

1012
<metadata_license>MIT</metadata_license>
1113
<project_license>MIT</project_license>
@@ -60,13 +62,11 @@ visualisation options and display modes.
6062

6163
<release version="2.6.0" date="2023-09-07">
6264
<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
65+
<p>
66+
Colour management. NN sampling for zoom. Better handling of
67+
many-band images. Caching improvements. Better conversion to RGB.
68+
More animation.
69+
</p>
7070
</description>
7171
</release>
7272

0 commit comments

Comments
 (0)