From 418967e2c6a837ed4b99a1474065476858e7f9c1 Mon Sep 17 00:00:00 2001 From: Yvee1 Date: Sun, 27 Oct 2024 20:23:00 +0100 Subject: [PATCH] Bump version to 0.6.0.2 and update snapcraft base to core24 --- ChangeLog.md | 4 ++++ package.yaml | 2 +- snap/snapcraft.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 938e1e1..efec9e6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,8 @@ # Changelog for hascard +## 0.6.0.2 +Fixes: +- Remove Shift+Tab key binding as it is unreliable. We switch to a different approach: show the correct answer(s) when submitting empty answer(s) (which is not correct) or submitting the same answer(s) twice in a row. + ## 0.6.0.1 Fixes: - Change key for showing answer to open questions from F1 to Shift+Tab, which should cause fewer conflicts with existing keybindings (issue #31). diff --git a/package.yaml b/package.yaml index e28d10d..8c5826d 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: hascard -version: 0.6.0.1 +version: 0.6.0.2 github: "Yvee1/hascard" license: BSD3 author: "Steven van den Broek" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e6d6bf2..c7fca5f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: hascard # you probably want to 'snapcraft register ' -base: core18 # the base snap is the execution environment for this snap +base: core24 # the base snap is the execution environment for this snap # version: '0.1.0.0' # just for humans, typically '1.2+git' or '1.3.2' adopt-info: hascard summary: A TUI for reviewing notes using 'flashcards' written with markdown-like syntax # 79 char long summary