Skip to content

Commit c2655d8

Browse files
committed
get ready for 9.0.13
1 parent d9edd0a commit c2655d8

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
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.13 2025/09/20
4+
35
- improve Text
46
- improve scroll to row on error
57
- improve styling

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ flatpak remote-add --if-not-exists \
106106
Install the gtk4 SDK and runtime:
107107

108108
```shell
109-
flatpak install org.gnome.Sdk//48
110-
flatpak install org.gnome.Platform//48
109+
flatpak install org.gnome.Sdk//49
110+
flatpak install org.gnome.Platform//49
111111
```
112112

113113
Allow file. Recent security changes to git will cause submodule checkout

TODO

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- toolkitgroupview could have a non-scrolling version as the default
2+
3+
context would be much clearer, though it would take loads of space
4+
15
- add tab completion ... somewhat like VS intellisense
26

37
should work in workspace entry box, and in program window

org.libvips.nip4.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id" : "org.libvips.nip4",
33
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "48",
4+
"runtime-version" : "49",
55
"sdk" : "org.gnome.Sdk",
66
"command" : "nip4",
77
"finish-args" : [
@@ -374,7 +374,7 @@
374374
{
375375
"type" : "git",
376376
"url" : "https://github.com/libvips/libvips.git",
377-
"tag" : "v8.18.0-test2"
377+
"commit" : "2df097b0f3d8ca6794073d604628371bed718dff"
378378
}
379379
]
380380
},
@@ -406,7 +406,7 @@
406406
{
407407
"type" : "git",
408408
"url" : "https://github.com/jcupitt/nip4.git",
409-
"tag" : "v9.0.12"
409+
"tag" : "v9.0.13"
410410
}
411411
]
412412
}

0 commit comments

Comments
 (0)