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)