From 27fb1926c86cfda6ac84f86f34f0b88195156a37 Mon Sep 17 00:00:00 2001 From: Jared Wahlstrand Date: Sun, 9 Jun 2024 14:11:17 -0400 Subject: [PATCH] add shortcut for `closeall` and bump version --- NEWS.md | 1 + Project.toml | 2 +- README.md | 4 +--- src/ImageView.jl | 9 ++++++++- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index c059a1f..f53b1ac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ # New in 0.12 - switch from Gtk to Gtk4. Fixes REPL lag on Windows. +- Julia 1.6 is now required # New in 0.11 diff --git a/Project.toml b/Project.toml index eb79477..b0f7dee 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ImageView" uuid = "86fae568-95e7-573e-a6b2-d8a6b900c9ef" author = ["Tim Holy W" : "W", "win.close") + Gtk4.add_action_shortcut(sc,Sys.isapple() ? "W" : "W", "win.closeall") Gtk4.add_action_shortcut(sc,Sys.isapple() ? "F" : "F11", "win.fullscreen") window_wrefs[win] = nothing