Releases: lervag/apy
Releases · lervag/apy
v0.13.1
What's Changed
This brings a major refactoring of the code, in particular the code for converting note fields for display to console and similar. It should bring some noticable improvements.
- Use rich instead of
click.echo
for printing to console. - Refactor functions for converting between the note field text formats.
- Some additional cleanup.
- Upgraded some dependencies.
Full Changelog: v0.12.3...v0.13.0
v0.12.3
v0.12.2
v0.11.0
v0.10.0
What's Changed
Features
- Breaking: Changed two configuration names. If someone has a configuration file, such as
.config/apy/apy.json
, then they must make sure to update it accordingly!base
→base_path
profile
→profile_name
- Use default paths when searching for
base_path
dir (#51) - Removed dependency on QT frontend aqt (#54, #57)
- Some improvements mainly for developers/contributers:
Documentation
- Mention related Markdown2Anki alternative
- A few minor updates
Acknowledgements
Thanks to @ckp95 (#51, #55) and @denismaciel (#56) for their contributions!
v0.9.1
What's Changed
Features
- Added simple Dockerfile
- Use public api
- Adjustments to adhere to new Anki version
Bug Fixes
- Avoid deprecated api functions and syntax
- Silence unnecessary warnings
Documentation
- Improve install instructions
- Fix minor error in docs
- Fix a few typos (#48)
- Updated compatibility info
Acknowledgements
Thanks to @ejmastnak for their contribution in #48!