From a19c65ee5227ee103b39ca466c667510ddd2bcbc Mon Sep 17 00:00:00 2001 From: Pylogmon Date: Mon, 30 Oct 2023 14:11:30 +0800 Subject: [PATCH] 2.6.7 --- CHANGELOG | 11 +++++++++-- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2d28218cee..b32166d56c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ -## 2.6.6 (2023-10-22) +## 2.6.7 (2023-10-30) + +### New feature: + +- I18n for Tray Menu([`5798932`](https://github.com/pot-app/pot-desktop/commit/5798932bd12c0c38d21694b105daa2a3968a7a0f)) (by @Pylogmon) +- Add Font Size Option([`20772b9`](https://github.com/pot-app/pot-desktop/commit/20772b9d494204ab31e003729b364e06a0ef9464)) (by @Pylogmon) +- Add Persian Support([`9a2dbcd`](https://github.com/pot-app/pot-desktop/commit/9a2dbcd179fe072bcd6f54be264b5f6b6ab80b2b)) (by @Pylogmon) +- Collapse translation area([`6bb6741`](https://github.com/pot-app/pot-desktop/commit/6bb6741255f7aa01838d33c2aad4060f150f17c1)) (by @Pylogmon) ### Bugs fixed: -- Auto close delayed too long([`c2f1e05`](https://github.com/pot-app/pot-desktop/commit/c2f1e05753f0e1b9883a2f6258b19b8f170e770a)) (by @Pylogmon) +- Optimize local backup error messages([`f6acaf7`](https://github.com/pot-app/pot-desktop/commit/f6acaf72c8170b4e1c0783ef9023f1a0f74c1c07)) (by @Pylogmon) diff --git a/package.json b/package.json index 035d7bb2c7..2dd92c2423 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pot", "private": true, - "version": "2.6.5", + "version": "2.6.7", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 18a13d1a9c..6e1135e379 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "pot", - "version": "2.6.5" + "version": "2.6.7" }, "tauri": { "allowlist": {