chore(release): bump translator-tools to 0.1.3
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-03 15:09:03 +02:00
parent 62c723dc2f
commit 52314b9f90
7 changed files with 18 additions and 6 deletions
+6
View File
@@ -6,6 +6,12 @@
- Added language pair selection, glossary storage and fuzzy in-context suggestions.
- Added local-only import/export pipeline with portal handoff integration.
## 0.1.3 - 2026-09-03
- Added a missing-segments filter in the translation review table.
## 0.1.2 - 2026-09-03
## 0.1.2 - 2026-09-03
- Fixed parsing of multiple JS-like const/let/var translations in one file so
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "translator-tools",
"version": "0.1.2",
"version": "0.1.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "translator-tools",
"version": "0.1.2",
"version": "0.1.3",
"license": "GPL-3.0-or-later",
"dependencies": {
"@add-ideas/toolbox-contract": "0.3.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "translator-tools",
"version": "0.1.2",
"version": "0.1.3",
"description": "Review and translate i18next-like JSON language files locally.",
"license": "GPL-3.0-or-later",
"author": "Albrecht Degering",
+6
View File
@@ -6,6 +6,12 @@
- Added language pair selection, glossary storage and fuzzy in-context suggestions.
- Added local-only import/export pipeline with portal handoff integration.
## 0.1.3 - 2026-09-03
- Added a missing-segments filter in the translation review table.
## 0.1.2 - 2026-09-03
## 0.1.2 - 2026-09-03
- Fixed parsing of multiple JS-like const/let/var translations in one file so
+1 -1
View File
@@ -3,7 +3,7 @@
"schemaVersion": 1,
"id": "de.add-ideas.translator-tools",
"name": "Translator Tools",
"version": "0.1.2",
"version": "0.1.3",
"description": "Review and edit translation bundles in the browser with glossary suggestions.",
"entry": "./",
"icon": "./favicon.svg",
+1 -1
View File
@@ -3,7 +3,7 @@
"schemaVersion": 1,
"id": "de.add-ideas.translator-tools",
"name": "Translator Tools",
"version": "0.1.2",
"version": "0.1.3",
"description": "Review and edit translation bundles in the browser with glossary suggestions.",
"entry": "./",
"icon": "./favicon.svg",
+1 -1
View File
@@ -1 +1 @@
export const APP_VERSION = "0.1.2";
export const APP_VERSION = "0.1.3";