Skip to content

Releases: sporteasy/python-poeditor

1.2.1

Choose a tag to compare

@karlwnw karlwnw released this 18 Jun 10:46
  • Fix regression introduced in 1.2.0: Using the tags param with update_terms_translations and upload methods raised TypeError: poeditor.client.POEditorAPI._run() got multiple values for keyword argument 'tags'. Thanks @grilo13

1.2.0

Choose a tag to compare

@karlwnw karlwnw released this 08 Jun 10:16
  • Update README (fix broken link to API doc)
  • Breaking change! Fix update_terms method (remove duplicated obsolete method)
  • Rename _upload to upload (make it a public method) and add missing params read_from_source and type
  • Add missing param fallback_language to export method
  • Add missing param proofreader to add_contributor method

1.1.3

Choose a tag to compare

@karlwnw karlwnw released this 16 Jul 16:28
  • Drop support for Python <3.2
  • Add update_terms method
  • Add order and options args to export method
  • Add fallback_language arg to update_project method
  • Support local_file=False with export method (no download)
  • Add missing FILE_TYPES for export method (https://poeditor.com/docs/api#projects_export)

1.0.5

Choose a tag to compare

@charles-vdulac charles-vdulac released this 12 Oct 09:57
  • Replace old third part librairies and support
  • Add support for 'xliff' file format

1.0.4

Choose a tag to compare

@charles-vdulac charles-vdulac released this 22 Sep 03:42
  • Added resw as resource type
  • Added argument "fuzzy_trigger" for update functions