From 93c0e96e3c5082062cd51501ecd9fe069c2a4615 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 7 Sep 2024 12:10:54 -0600 Subject: [PATCH] Tag v1.1 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9feda2c..2e78411 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,15 @@ new in 1.0 new in 1.0.1 - builds with QT5, including on Ubuntu 20.04 Focal +new in 1.1 +- presets for scanning, use Ctrl-1 to Ctrl-6 to quickly select +- fast folder finding in the scanning dialogue + - type the partial match in the 'Folder' field (press F6 to get there) + - it expects directories to be called yyyy and mmMMM, e.g. 2024/03mar/... + - press to scan, or click on the match to just create the dir +- filtering out of directories which don't match the current year / month +- keyboard shortcuts for A4 (Alt-A) and US letter/legal toggle (Alt-L) +- Fix most warnings Future Features ---------------