Skip to content

Releases: ArchiDevil/hat

v0.7

01 Jan 22:53
Compare
Choose a tag to compare

Added the ability to upload TXT documents, track progress, approve segments and preliminary internal support for glossaries. Translation memories are filled up when a user translates anything, they are not read-only anymore.

What's Changed

Dependencies updates

  • Update nltk requirement from ==3.8.* to ==3.9.* in /backend in the pip group across 1 directory by @dependabot in #83
  • Update backend deps by @ArchiDevil in #91
  • Bump nanoid from 3.3.7 to 3.3.8 in /frontend in the npm_and_yarn group across 1 directory by @dependabot in #88
  • Bump python-multipart from 0.0.9 to 0.0.18 in /backend in the pip group across 1 directory by @dependabot in #86
  • Bump the npm_and_yarn group across 2 directories with 4 updates by @dependabot in #87

Full Changelog: v0.6...v0.7

R6 - Editable XLIFF files with partial substitution

20 Jul 15:56
Compare
Choose a tag to compare

Added first ability to edit translated segments. Additionally, it is possible now to substitute segments with non-100% match.

What's Changed

New Contributors

Full Changelog: v0.5...v0.6

R5 - Authentication

04 Jul 21:16
Compare
Choose a tag to compare

What's Changed

  • User sessions in #39
  • Resource ownership in #42

Full Changelog: v0.4...v0.5

R4 - Yandex API translation

15 Jun 16:36
Compare
Choose a tag to compare

Added a first external translation API service. Backend moved to FastAPI with a separate worker for long operations.

What's Changed

  • Migrate to Fast API by in #22
  • Separate worker by in #27
  • Yandex translation by in #29
  • TMX selection dialog by in #33

Full Changelog: v0.3...v0.4

R3 - Separate frontend

05 Jan 15:17
Compare
Choose a tag to compare

Make frontend as a separate project. Move all backend methods to work with JSON with no HTML pages rendering.

Full Changelog: v0.2...v0.3

R2 - Persistent documents from XLIFF and TMX

27 Dec 20:44
Compare
Choose a tag to compare

Now XLIFF and TMX files are stored into database and are processed using queries.

Full Changelog: v0.1...v0.2

R1 - XLIFF file substitution

03 Dec 22:39
Compare
Choose a tag to compare

First release with support of processing XLIFF file with a TMX file.

Full Changelog: https://github.com/ArchiDevil/hat/commits/v0.1