Skip to content

Latest commit

 

History

History
76 lines (34 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

76 lines (34 loc) · 2.83 KB

Changelog

0.3.2 (2022-09-28)

CI/CD Workflows

  • rename GitHub Actions workflows for consistency (8d2c840)

Documentation

  • add CONTRIBUTING.md and update LICENSE, README.md (ac60e9a)

0.3.1 (2022-09-24)

Bug Fixes

  • ensure that due_items returned are always up-to-date (7d9cbcb)

0.3.0 (2022-09-24)

Features

  • return Reviews class from reviews property (de2cf2f)

CI/CD Workflows

  • use Python 3.9 since we now rely on zoneinfo (9c0539a)

0.2.0 (2022-09-24)

Features

  • support exporting the review history for all cards (0c80a0c)

Build System

  • fix transitive dependencies when using this library (feab566)

Documentation

  • add installation and usage examples to README.md (cc5f0cb)

0.1.1 (2022-08-24)

Documentation

  • add link to CHANGELOG.md (bcb1e64)

0.1.0 (2022-08-24)

Features

  • add validation of login credentials (username & password) (45c5b46)
  • get number of due items (vocabulary & Kanji) (9a0360f)

Build System

  • add project configuration for Intellij IDE CE (54e862d)

CI/CD Workflows

  • add GitHub test and release workflows (e6f9b24)
  • expand list of changelog-relevant commit types (7f74a00)
  • fix integration test job in CI workflow (0b6b44b)