Releases: lervag/apy
Releases · lervag/apy
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 list
output (#88) - Allow to go backwards during
apy review
(#91) - Support
$VISUAL
environment variable to determine editor (#86) - Add fonfig for
pygments_style
in the Markdown converter (#83)
Bug Fixes
- Allow
<cr>
to accept inread_number_between
- Fix an error in
apy info
summation 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
$VISUAL
environment variable in the main help text
v0.15.9
Full Changelog: v0.15.8...v0.15.9
v0.15.8
Full Changelog: v0.15.7...v0.15.8
v0.15.7
Full Changelog: v0.15.6...v0.15.7
v0.15.6
v0.15.5
Full Changelog: v0.15.4...v0.15.5
v0.15.4
Full Changelog: v0.15.0...v0.15.4
v0.15.0
What's Changed
The main update this time is that apy
is now available on PyPI and can thus be installed with:
pipx install apyanki # for an isolated environment
# Or the more classic:
pip install apyanki
Bug Fixes
- Fixed minor bug with an input number reader.
- Avoid using deprecated Anki APIs.
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
There's been some general improvements and minor fixes after the previous big refactoring. The main changes are:
- Show list of cards for a note during note review. Includes some general and useful statistics.
- Allow to reset the card progress for a card during note review.
- Improved some output formatting.
- Silenced an annoying message from Anki core libraries.
Full Changelog: v0.13.1...v0.14.0