1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
Changelog
=========
Version 0.16.0
--------------
Released on 2024-07-30.
* Close file when reading encoding
* Update dictionary repository
Version 0.15.0
--------------
Released on 2024-04-23.
* Support Python 3.12, drop Python 3.7 support.
* Add READMEs for dictionaries.
* Add Basque hyphenation dictionary.
* Update Catalan and Hungarian dictionaries.
* Use Ruff instead of Flake8 and isort.
Version 0.14.0
--------------
Released on 2023-03-17.
* Store Path objects instead of strings in LANGUAGES.
* Use importlib.resources instead of deprecated pkg_resources.
Version 0.13.2
--------------
Released on 2022-11-29.
* Add Thai dictionary.
Version 0.13.1
--------------
Released on 2022-11-15.
* Update Italian dictionary.
Version 0.13.0
--------------
Released on 2022-09-01.
* Make language parameter case-insensitive.
* Add Catalan dictionary.
* Update French dictionary.
* Update script upgrading dictionaries.
Version 0.12.0
--------------
Released on 2021-12-27.
* Support Python 3.10, drop Python 3.6 support.
* Add documentation.
* Update Belarusian dictionary.
Version 0.11.0
--------------
Released on 2021-06-26.
* Update dictionaries (add Albanian, Belarusian, Esperanto, Mongolian; update
Italian, Portuguese of Brazil, Russian).
* Use Flit for packaging. You can now build packages using ``pip install
flit``, ``flit build``.
Version 0.10.0
--------------
Released on 2020-10-29.
Version 0.9.5
-------------
Released on 2018-08-24.
Version 0.9.4
-------------
Released on 2016-01-24.
Version 0.9.3
-------------
Released on 2016-01-08.
Version 0.9.2
-------------
Released on 2015-09-28.
Version 0.9.1
-------------
Released on 2013-12-27.
Version 0.9
-----------
Released on 2013-12-27.
Version 0.8
-----------
Released on 2013-08-09.
Version 0.7
-----------
Released on 2013-02-26.
Version 0.6
-----------
Released on 2013-01-07.
|