Skip to content

Latest commit

 

History

History
110 lines (89 loc) · 5.65 KB

CHANGELOG.md

File metadata and controls

110 lines (89 loc) · 5.65 KB

v1.4.1 - 2024-04-28

FIXED

  • Fix Deepl translations that starts with comma (#113)

v1.4.0 - 2024-04-21

ADDED

  • py3.13 support (#97)

v1.3.1 - 2023-11-29

FIXED

  • Fix dependencies conflict (#96)

v1.3.0 - 2023-10-22

ADDED

  • Py3.12 support (#92)

v1.2.4 - 2023-10-08

FIXED

  • Fix unexisted language detection (#88)

v1.2.3 - 2023-07-29

FIXED

  • Fix Chrome Driver after v115 url not found (#81)

v1.2.2 - 2023-06-02

FIXED

  • Fix google provider (#75)

v1.2.1 - 2023-04-09

FIXED

  • Fix update prefixed files (#69)

v1.2.0 - 2023-04-08

ADDED

  • Config file depending on application (#65)

FIXED

  • Prevent translations override (#67)

v1.1.1 - 2023-04-05

FIXED

  • Update deepl changed elements (#64)

ADDED

  • Support lang files names with prefix (#62)

v1.1.0 - 2023-03-22

ADDED

  • Support lang files names with prefix (#62)

v1.0.5 - 2023-03-15

FIXED

  • Fix multiple target langs CLI parameter (#59)

INTERNAL

  • Add update_docs_changelog Makefile target (#60)

v1.0.4 - 2023-03-15

FIXED

  • Fix cmd arguments with = sign (#58)

v1.0.3 - 2023-03-14

FIXED

  • Fix dictionary file not included on build (#57)

v1.0.2 - 2023-03-14

FIXED

  • Fix extensions directory not included on build (#56)
  • Fix AttributeError: 'staticmethod' object has no attribute '__name__' (#55)

v1.0.1 - 2023-03-14

FIXED

  • Fix Config Example File not included on build (#54)

v1.0.0 - 2023-02-28

ADDED

  • Translation progress (#46)
  • Skip hidden words from each file format (#41)

v0.3.0 - 2023-02-05

ADDED

  • CLI (#38)
  • Deepl support (#28)
  • Po support (#24)

CHANGED

  • Translate value instead of key (#35)
  • Case unsensitive extensions (#21)

FIXED

  • Fix deepl translation bug (#37)

v0.2.0 - 2023-01-27

ADDED

  • Yaml support (#20)
  • Choosing provider (#15)
  • Handle network exception (#12)

REMOVED

  • Remove Translator (#11)

FIXED

  • Fix setting files extension (#19)
  • Fix reading files from set directory (#17)
  • Fix setting lang dir (#16)

v0.1.0 - 2023-01-25

ADDED

  • Geranslator (#7)
  • Provider (#6)
  • Files manager (#5)
  • Google provider (#4)
  • Languages dictionary (#3)
  • Translator (#2)