Releases: lervag/apy
v0.19.0
What's Changed
Here's a brief overview of what's changed since the last minor update. For more details, see: v0.18.0...v0.19.0.
- Added
auto_syncoption (#123) - Added
-s,--simpleoption forapy tag - Added
apy list-models(#121) - Added toggle key for leeches in
apy reviewinterface - Fixed
-uoption forapy add-from-fileandapy update-from-filecommands (#120, #119) - Fixed issue where notes added during
apy reviewcould overwrite existing notes - Fixed issue with parsing markdown in math blocks (#118)
- Improved shell completions
- Improved the docs with better examples (#122)
Acknowledgements
v0.18.2
Full Changelog: v0.18.1...v0.18.2
v0.18.1
Full Changelog: v0.18.0...v0.18.1
v0.18.0
What's Changed
The latest patches have brought some useful new things. Here's a brief overview of the main updates. See v0.17.0...v0.18.0 for the full changelog.
Features
- [breaking] Renamed
apy listtoapy list-cards-table(#117) - Added two new commands:
- Updated
apy review: Added new "Show details" menu item: toggles verbose
mode on and off. This has a corresponding config option "review_verbose". - Added
markdown_latex_modeoption (#115)- This specifies how
$$ ... $$and$ ... $are interpreted when
transforming Markdown into field HTML and vice versa (it works both ways).
The following values are recognized:mathjax(default):$$…$$→\[…\]and$…$→\(…\)latex:$$…$$→[$$]…[/$$]and$…$→[$]…[/$]
- This specifies how
- Use fzf for selections if it is available (#114)
- Updated and improved zsh completions
- General improvement of print output for cards
- Some general code and dependency maintenance
Acknowledgements
Thanks to @icyrockcom (#113), @lisiyuan656 (#114), and @JohannesHatke (#115) for their contributions!
v0.17.3
Full Changelog: v0.17.2...v0.17.3
v0.17.2
Full Changelog: v0.17.1...v0.17.2
v0.17.1
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
This release brings several new features. I'll briefly outline the main updates since v0.16 here. See v0.16.0...v0.17.0 for the full changelog.
Features
- Added three new commands (see the help text for documentation):
- Added new option
--purgeforapy tagto remove unused tags (#107) - Added fish shell completion (#112)
Bug fixes
- Keep the original deck when changing model with
apy review(#99) - List all tags with
apy tagwith no options (#104)
Acknowledgements
v0.16.1
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
It's time for a minor release. I've tried to indicate the main updates and improvements since v0.15.0.
Full Changelog since v0.15.0: v0.15.0...v0.16.0
Features
- Improve
apy listoutput (#88) - Allow to go backwards during
apy review(#91) - Support
$VISUALenvironment variable to determine editor (#86) - Add fonfig for
pygments_stylein the Markdown converter (#83)
Bug Fixes
- Allow
<cr>to accept inread_number_between - Fix an error in
apy infosummation and improve column order (#97) - Convert field to text when changing note type (#90)
- Attempt to fix bug with change model for clozes (#89)
- Properly detect the scheduler version in
apy info(#94) - Fixed Regression bug in
list_tags
Documentation
- Fix bad formatting for
apy add-from-file(#93) - Mention the
$VISUALenvironment variable in the main help text