From e9fdf5f0bc02953d20b93cbaa6e02d80338d9db7 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 18 May 2026 14:09:09 +0200 Subject: [PATCH] chore(release): notes for `0.29.0` --- package.json | 2 +- src/assets/help/changelog.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 191bbe8d..b12d6120 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "prunplanner_frontend", "private": true, - "version": "0.28.0", + "version": "0.29.0", "dbVersion": "26.3.6", "type": "module", "scripts": { diff --git a/src/assets/help/changelog.md b/src/assets/help/changelog.md index 85dcf13c..377a2270 100644 --- a/src/assets/help/changelog.md +++ b/src/assets/help/changelog.md @@ -1,3 +1,12 @@ +# 2026-05-18 - v. 0.29.0 + +This release is fully dedicated to bringing localization and community translation support to PRUNplanner. Both the user interface and help pages have been refactored to seamlessly integrate with [Crowdin](https://crowdin.com/project/prunplanner), and the community has already stepped up to deliver complete UI translations for German, Russian, and Chinese. A massive thank you to everyone who contributed to making this milestone possible! If you want to see PRUNplanner in your native language or help refine our existing strings, head over to the [Translations Project](https://crowdin.com/project/prunplanner) and join the effort. + +Additional changes: + +- The Exchange popup on the recipe selector was deactivated [[PR-462]](https://github.com/PRUNplanner/frontend/pull/462) +- Recipe selector ROI column sorting was fixed [[PR-430]](https://github.com/PRUNplanner/frontend/pull/430) + # 2026-04-29 - v. 0.28.0 - Implements the "API Keys" view to manage PRUNplanner API keys from the UI [[PR-408]](https://github.com/PRUNplanner/frontend/pull/408)