From 52314b9f9059d169d2fae076e610936168fabb79 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Thu, 3 Sep 2026 15:09:03 +0200 Subject: [PATCH] chore(release): bump translator-tools to 0.1.3 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- public/CHANGELOG.md | 6 ++++++ public/toolbox-app.json | 2 +- src/toolbox/manifest.source.json | 2 +- src/version.ts | 2 +- 7 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6121c11..61d654d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index f806e32..6eff8ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index ec486d3..25e0c89 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index 6121c11..61d654d 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -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 diff --git a/public/toolbox-app.json b/public/toolbox-app.json index 951b5d2..2df5612 100644 --- a/public/toolbox-app.json +++ b/public/toolbox-app.json @@ -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", diff --git a/src/toolbox/manifest.source.json b/src/toolbox/manifest.source.json index 951b5d2..2df5612 100644 --- a/src/toolbox/manifest.source.json +++ b/src/toolbox/manifest.source.json @@ -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", diff --git a/src/version.ts b/src/version.ts index f9b1db4..cc42e88 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const APP_VERSION = "0.1.2"; +export const APP_VERSION = "0.1.3";