Skip to content

Releases: makkoncept/pyvoc

v1.3.1

23 Oct 16:46
88dcf88
Compare
Choose a tag to compare

Changelog

  • add an option for specifying the no. of questions in the quiz. (8519e14)

Commits from v1.3.0 till v1.3.1

v1.3.0

24 Sep 14:49
7fe7701
Compare
Choose a tag to compare

Changelog

  • Migrate pyvoc to work with Oxford API v2
  • Refactor the argparse arguments (dcf7067)
  • Do not check for a duplicate entry in a group (91f47c4)
  • Redefine the implementation of user groups (2277b18)
  • Add setup_requires=["wheel"] in setup.py (2330221)

Commits from v1.2.0 till v1.3.0

v1.2.0

09 Mar 11:39
Compare
Choose a tag to compare

Added

  • spell check and suggestions before API request using enchant library (#1)
  • show custom groups in -l(--list) option.

Fixed

  • UnicodeEncodeError on terminals without utf-8 encoding. (#2)