8000 Releases · zdict/zdict · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Releases: zdict/zdict

v0.12.0

10 Apr 15:55
3e0bb01
Compare
Choose a tag to compare
  • Upgrade OSX CI test version to CPython 3.4.8/3.5.5/3.6.4 (#198)
  • Update pytest-flake8 to 1.0.0 (#200)
  • Update pytest to 3.5.0 (#202)
  • Update py to 1.5.3 (#201)
  • Update peewee to 3.2.2 (#208)
  • Update flake8 to 3.5.0 (#207)
  • Update Travis CI setting (65a22dd, 7cfaa26, 0f94522)
  • Add Oxford Dictionaries support (#209), thanks @tzing

v0.11.0

17 Mar 09:10
053ec2f
Compare
Choose a tag to compare
  • Fix Yahoo dictionary for new format (#195)
  • Update peewee to 3.1.5 (#194)
  • Update pytest to 3.4.2 (#191)

v0.10.3

24 Feb 19:01
Compare
Choose a tag to compare
  • Update peewee to 3.1.0 (#185)
  • Update flake8 to 3.5.0, pytest-flake8 to 0.9.1 (#188)

v0.10.2

24 Feb 18:57
Compare
Choose a tag to compare

[#148] Fix the bug when getting user home dir on Windows

Use os.path.expanduser instead of using os.path.join directly,
since the formmer is better handled for Windows.

ref: https://docs.python.org/3/library/os.path.html#os.path.expanduser

v0.10.1

24 Feb 11:08
70bb849
Compare
Choose a tag to compare
  • Solved issue #130 on GitHub
  • Solved issue #98 on GitHub
  • Added pipenv
  • Use newew version of peewee, coverage, pytest, pyflakes, certifi, py.

v0.10.0

31 Aug 13:39
Compare
Choose a tag to compare

[zdict-0.10.0]

  • [#127] Add Yandex Translate API support
  • [#128] Upgrade all dependencies

v0.9.7

04 Apr 04:11
Compare
Choose a tag to compare

[zdict-0.9.7]

v0.9.6

31 Aug 17:35
Compare
Choose a tag to compare
  • [#100, #101] Fix a bug in zdict/dictionaires/yahoo.py which will
    cause KeyError while dealing with the CSS with example sentences.
    thanks @pi314
  • [#102] Add more unit tests for Yahoo Dictionary
    in zdict/tests/dictionaires/test_yahoo.py

v0.9.5

30 Jun 17:16
Compare
Choose a tag to compare

zdict-0.9.5: DaaS

Now you can use zdict with docker.
Dictionary as a Service. LOL

v0.9.4

16 May 02:57
Compare
Choose a tag to compare

[zdict-0.9.4] Better db connection handling for dictionaries.

  • [#91] Add better error handling for db connect and close.
0