1
1
mirror of https://github.com/Yvee1/hascard.git synced 2024-11-22 22:12:06 +03:00
hascard/ChangeLog.md

27 lines
1.1 KiB
Markdown
Raw Normal View History

# Changelog for hascard
2020-07-21 11:36:44 +03:00
## 0.1.2.0
New:
2020-07-21 12:10:46 +03:00
- Hidden files/directories (so starting with '.') are now hidden by default, and can be shown by pressing 'h' in the filebrowser
2020-07-21 11:36:44 +03:00
Fixed bugs:
- Parsing now succeeds even if the text file does not end with ---
2020-07-21 12:10:46 +03:00
- When passing a file to the CLI, the absolute path is saved instead of the relative one, preventing issues with the 'recently selected files'
2020-07-21 11:36:44 +03:00
## 0.1.1.0
New:
- Add nix build support (by @srid)
- Recently used decks are now ordered by most recent first
- Recently used decks now have unique names. Previously only the filename was shown, but now path is shown up to unique name
Fixed bugs:
- Failed parsing of settings file now results in default settings instead of error
- After selecting a file from system, the card selector had to be refreshed before the file appeared in the recently selected decks list. The file is now present immediately
- Directly selecting a card via the CLI now also adds it to the recents list
- Selecting a card via the CLI now returns an error if it has a different filetype than '.txt'. If no filetype is given, '.txt' is assumed.
## 0.1.0.0
2020-07-21 12:10:46 +03:00
Initial release