Releases: nidhaloff/deep-translator
Releases · nidhaloff/deep-translator
v1.8.1
What’s Changed
- fixed bug in libre (#142) @nidhaloff
- fixed microsoft supported languages bug (#141) @nidhaloff
v1.8.0
Commits
- dbaf8a8: Autogenerate the a dictionary of translators. (Vincent STRAGIER) #130
- 697d292: Remove dictionary initialization. (Vincent STRAGIER) #130
- 0d67af1: renamed parent to base (nidhal baccouri) #136
- 2bbc526: huge refactoring (nidhal baccouri) #136
- d03a2fc: simplified code and enhanced consistency (nidhal baccouri) #136
- 5c85230: added engines dunder (nidhal baccouri) #136
- f89616a: updated base urls (nidhal baccouri) #136
- 4524f4c: refactored tests (nidhal baccouri) #136
- 70f6ed6: global refactoring (nidhal baccouri) #136
- 7216951: fixed examples (nidhal baccouri) #136
- 78d0ff1: added black for formatting (nidhal baccouri) #139
- 76688c0: removed unused constants (nidhal baccouri) #139
- 7ade3be: added typing (nidhal baccouri) #139
- 76aa3b2: renamed input validation func (nidhal baccouri) #139
- 7a05cd7: sorted imports (nidhal baccouri) #139
- 1e8da0a: updated version (nidhal baccouri)
v1.7.0
v1.6.1
Updates
- Fixed file translation bug
- Support for utf-8 encoding
Commits
- 33c503f: updated tests (nidhal baccouri)
- 0d1a764: fixed file translation encoding (nidhal baccouri) #117
- a0b5eac: removed relative imports (nidhal baccouri) #117
- 050157d: fixed relative imports (nidhal baccouri) #117
- b8fcb92: fixed relative imports bug (nidhal baccouri) #117
- c585ffe: upadted version for patch (nidhal baccouri)
v1.6.0
Major Updates
- Added support for the Libre Translator ( thanks to @rahulbanerjee26 , @saminul )
Commits
- 7c6d7e3: updated version (nidhal baccouri)
- 3d6d95e: Update google_trans.py (kuspia) #95
- 16b4632: Update constants.py (kuspia) #95
- 214e2c6: Update test_google_trans.py (kuspia) #95
- 33eb915: Update test_google_trans.py (kuspia) #95
- 6438d56: Update constants.py (kuspia) #95
- f8ccea0: Update test_google_trans.py (kuspia) #95
- b40098f: Update google_trans.py (kuspia) #95
- 6291d40: Update google_trans.py (kuspia) #95
- 9632fac: Update google_trans.py (kuspia) #95
- 39b7794: Add files via upload (kuspia) #95
- faefd3f: Update test_google_trans.py (kuspia) #95
- f58b97c: Update constants.py (kuspia) #95
- 7914bb3: Update test_google_trans.py (kuspia) #95
- 1aab85c: Updated Importing syntax in code-blocks README.rst (K R S Nandhan) #99
- 1eb68a8: Update README.rst (Alex) #107
- af03d64: Merge branch 'master' into master (Nidhal Baccouri) #99
- 7162fd1: fixed merge (nidhal baccouri)
- 7a8f545: updated batch translation (nidhal baccouri)
- 74bcc29: updated version (nidhal baccouri)
- a05c704: updated toml file (nidhal baccouri)
- fd6b374: updated tests (nidhal baccouri)
- ffa7560: updated tests (nidhal baccouri)
- 1d42175: initial setup (Saminul) #115
- 5a8d2be: implemented function for LibreTranslator class (Saminul) #115
- 9a69d6b: added payload check in LibreTranslator.translate and added tests in test_libre.py (Saminul) #115
- 50c16a8: Added test cases and support for translate_batch and translate_file (Rahul Banerjee) #115
- a8c6e0d: Fixed some linting issues (Rahul Banerjee) #115
- a887ba6: Updated README to add Libre Translator (saminul) #115
- ba3ac27: Updated docs (Rahul Banerjee) #115
- b1ea671: Fixed link to Libre Translator mirrors in usage.rst (saminul) #115
- 616a476: Fixed link to Libre Translator mirrors in README (saminul) #115
- f130669: added release actions (nidhal baccouri)
- 878ab25: added a tagged release action (nidhal baccouri)
- eb81737: updated github action (nidhal baccouri)
- ad67197: updated version (nidhal baccouri)
v1.5.4
v1.5.1
v1.5.0: Merge pull request #73 from nidhaloff/nothead31/issue66
- improved the CLI
- switched to click for the cli design
- added subcommands
- fixed bugs
- refactored codebase and switched configurations to setup.cfg