Skip to content

Commit

Permalink
Bump version to 0.6.0.2 and update snapcraft base to core24
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvee1 committed Oct 27, 2024
1 parent eec0551 commit 418967e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hascard # you probably want to 'snapcraft register <name>'
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
Expand Down

0 comments on commit 418967e

Please sign in to comment.