Skip to content

Releases: ArchiDevil/hat

v0.9

11 Dec 19:25
ea53e71

Choose a tag to compare

Repetitions are marked and substituted if found. Added simple comments for document records. One more translation service based on LLM is added. Added segment filtering in document view. When segments are processed automatically, the source of the segment is shown on the right side of a record.

What's Changed

Dependencies updates

  • Bump vite from 7.1.6 to 7.1.11 in /frontend in the npm_and_yarn group across 1 directory by @dependabot[bot] in #123
  • Bump glob from 10.3.10 to 10.4.5 in /frontend in the npm_and_yarn group across 1 directory by @dependabot[bot] in #133
  • Bump the npm_and_yarn group across 2 directories with 1 update by @dependabot[bot] in #132

Full Changelog: v0.8...v0.9

v0.8

27 Sep 21:48
18aee4e

Choose a tag to compare

Added the ability to upload glossaries from SmartCAT, use these glossaries in YandexMT and substitutions from these glossaries on sidebar.

What's Changed

Minor updates

Dependencies updates

  • Bump the npm_and_yarn group across 2 directories with 3 updates by @dependabot[bot] in #113

Full Changelog: v0.7...v0.8

v0.7

01 Jan 22:53

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

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

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

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

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

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

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