mirror of
https://github.com/Yvee1/hascard.git
synced 2024-11-21 17:50:12 +03:00
Bump version to 0.6.0.2 and update snapcraft base to core24
This commit is contained in:
parent
eec0551772
commit
418967e2c6
@ -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).
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user