Skip to content

Releases: lervag/apy

v0.16.0

03 Jul 21:30
Compare
Choose a tag to compare

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 in read_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

22 Jun 21:42
Compare
Choose a tag to compare

Full Changelog: v0.15.8...v0.15.9

v0.15.8

01 Jun 23:27
Compare
Choose a tag to compare

Full Changelog: v0.15.7...v0.15.8

v0.15.7

29 May 21:46
Compare
Choose a tag to compare

Full Changelog: v0.15.6...v0.15.7

v0.15.6

29 May 19:52
Compare
Choose a tag to compare

Full Changelog: v0.15.5...v0.15.6

New Contributors

  • @camoz made their first contribution in #87 - Thanks!

v0.15.5

28 May 21:31
Compare
Choose a tag to compare

Full Changelog: v0.15.4...v0.15.5

v0.15.4

21 May 20:27
Compare
Choose a tag to compare

Full Changelog: v0.15.0...v0.15.4

v0.15.0

11 Apr 17:26
Compare
Choose a tag to compare

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

31 Mar 21:37
Compare
Choose a tag to compare

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

v0.13.1

22 Mar 19:27
Compare
Choose a tag to compare

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