File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11## master
22
3+ ## 9.0.13 2025/09/20
4+
35- improve Text
46- improve scroll to row on error
57- improve styling
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ flatpak remote-add --if-not-exists \
106106Install 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
113113Allow file. Recent security changes to git will cause submodule checkout
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : [
374374 {
375375 "type" : " git" ,
376376 "url" : " https://github.com/libvips/libvips.git" ,
377- "tag " : " v8.18.0-test2 "
377+ "commit " : " 2df097b0f3d8ca6794073d604628371bed718dff "
378378 }
379379 ]
380380 },
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 }
You can’t perform that action at this time.
0 commit comments