From 368ea99a25fe0605f92264f0f7b301467a6bbb8c Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 10 May 2025 19:58:31 +1200 Subject: [PATCH] doc/TODO: update status --- TODO.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index e7d0a73..2b3b481 100644 --- a/TODO.md +++ b/TODO.md @@ -3,11 +3,14 @@ - [ ] Core functionality - [X] Screen capture tool - [ ] Global shortcut + - No builtin Qt functionality, needs platform-specific cgo code + - https://github.com/golang-design/hotkey - [X] Script interpreter - [X] OpenCV image matching - [X] Configurable accuracy - [X] Simulate mouse clicks - [ ] Interrupt running script + - [ ] Should interrupt automatically if window is unhidden (should minimize instead of hiding) - [ ] Add more built-in script functions - [ ] IDE - [ ] Receive dropped files @@ -20,9 +23,14 @@ - [X] Inline images in mini IDE - [ ] Border styling - [ ] Rename functions, keyboard shortcuts to match SikuliX + - [ ] Left-hand pane for script functions? + - [ ] 'Add image' toolbar button + - [ ] Command-line argument to run script and exit (`--run`) - [ ] Release - [X] New project name - [X] Main window icon - - [ ] Document how to run tests containerized for CI + - [X] Document how to run tests containerized for CI + - [ ] Screen capture is broken under icewm + - [ ] OpenCV on bookworm depends on qt5 so both end up in the container - consolidate - [ ] Make Linux release build - [ ] Make Windows release build