Skip to content

Releases: hikikones/Lazycard

Release v1.3.0

19 Oct 08:42
Compare
Choose a tag to compare

Added support for importing Anki topics that are exported as plain text files where cards are separated by a newline \n and the fields (front and back) are separated by a tab \t.

Release v1.2.0

17 Oct 16:53
Compare
Choose a tag to compare

Enable HTML parsing.

Release v1.1.1

31 Aug 16:56
Compare
Choose a tag to compare

A small patch release containing two bug fixes:

  • Fixed main content not centering on wider screens
  • Fixed sort icon disappearing when clearing empty search queries

Release v1.1.0

11 Jul 20:40
Compare
Choose a tag to compare

This release consists mostly of changes under-the-hood. Nonetheless, some noteworthy additions are:

  • Small redesign
    • Dedicated navigation bar that routes to the various pages and a custom title bar. And in general a more consistent color scheme.
  • Import options
    • Merge a topic with an already existing one or create a new one when importing.
    • Allow duplicate cards when importing.
  • New card scheduling algorithm
    • Cards are now scheduled using the Fibonacci sequence. I felt that the exponential growth of doubling the days for each successful recall was a bit too much. It should be a bit more linear now.
  • Store dates in ISO 8601
    • More a critical bug fix than feature. Dates are now independent of region.
  • Bulk deletion of cards
    • Delete all selected cards.
  • Sort topics
    • The topics listed in the sidebar are now sorted by name.

Lazycard v1.0.1

09 Jun 06:52
8f2925b
Compare
Choose a tag to compare

Added HTML export and dark mode.

Note: dark mode lacks some CSS styling.

Lazycard v1.0.0 release!

26 Dec 03:23
Compare
Choose a tag to compare

A complete rewrite of the old version that now looks more cleaner, supports import and export of topics, and uses simply JSON for the database.

Prototype release

23 Aug 18:31
Compare
Choose a tag to compare
Prototype release Pre-release
Pre-release

Release of Lazycard prototype with an installation file for Windows users.