diff --git a/CHANGELOG b/CHANGELOG index d377022016..94700e94ef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,6 @@ -## 2.7.10 (2024-04-14) +## 3.0.0 (2024-06-23) -### Break Change: +### New feature: -- 如果更新后遇到闪退问题请重新安装所有插件的最新版本 - -### Bugs fixed: - -- Check whether the directory is not empty before uninstall([`e88f2db`](https://github.com/pot-app/pot-desktop/commit/e88f2dbe0846ea61e4a48c290faa7dbc0dd2d549)) (by @Pylogmon) -- repair openai translation prompt description (#731)([`780c499`](https://github.com/pot-app/pot-desktop/commit/780c499d494002ef2e76175ae5fa27c883b6ec3c)) (by @zggsong) +- support multiple instance service +- use javascript plugin system \ No newline at end of file diff --git a/README.md b/README.md index 4ec494cd81..397c260604 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ - [x] [Yandex](https://translate.yandex.com/) - [x] [Lingva](https://github.com/TheDavidDelta/lingva-translate) ([插件](https://github.com/pot-app/pot-app-translate-plugin-template)) - [x] [Tatoeba](https://tatoeba.org/) ([插件](https://github.com/pot-app/pot-app-translate-plugin-tatoeba)) -- [x] [ECDICT](https://github.com/skywind3000/ECDICT) (离线词典 [插件](https://github.com/pot-app/pot-app-translate-plugin-ecdict)) +- [x] [ECDICT](https://github.com/skywind3000/ECDICT) ([插件](https://github.com/pot-app/pot-app-translate-plugin-ecdict)) 更多接口支持见 [插件系统](#插件系统) diff --git a/README_EN.md b/README_EN.md index 2b8750a2f4..c7775f3f41 100644 --- a/README_EN.md +++ b/README_EN.md @@ -100,7 +100,7 @@ - [x] [Yandex](https://translate.yandex.com/) - [x] [Lingva](https://github.com/TheDavidDelta/lingva-translate) ([Plugin](https://github.com/pot-app/pot-app-translate-plugin-template)) - [x] [Tatoeba](https://tatoeba.org/) ([Plugin](https://github.com/pot-app/pot-app-translate-plugin-tatoeba)) -- [x] [ECDICT](https://github.com/skywind3000/ECDICT) (Offline Dictionary [Plugin](https://github.com/pot-app/pot-app-translate-plugin-ecdict)) +- [x] [ECDICT](https://github.com/skywind3000/ECDICT) ([Plugin](https://github.com/pot-app/pot-app-translate-plugin-ecdict)) More Services see [Plugin System](#plugin-system) diff --git a/README_KR.md b/README_KR.md index 2c2d9be0af..2cc583bffa 100644 --- a/README_KR.md +++ b/README_KR.md @@ -46,15 +46,15 @@ -| 선택영역 자동번역 | 입력단어 번역 | 외부호출 | -| ----------------------------------------------- | --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | -| 문장을 선택하고 *번역단축키*를 누릅니다 | 번역창을 열고, 번역할 문장을 입력합니다 | 다른 프로그램과 연동하여 효율적으로 사용가능합니다, [External Calls](#external-calls) 참고 | -| | | | +| 선택영역 자동번역 | 입력단어 번역 | 외부호출 | +| --------------------------------------- | --------------------------------------- | ------------------------------------------------------------------------------------------ | +| 문장을 선택하고 *번역단축키*를 누릅니다 | 번역창을 열고, 번역할 문장을 입력합니다 | 다른 프로그램과 연동하여 효율적으로 사용가능합니다, [External Calls](#external-calls) 참고 | +| | | | -| 클립보드 자동인식 | 스크린샷 OCR언어인식 | 스크린샷 자동번역 | -| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- | ---------------------------------------- | -| 클립보드 모니터링 옵션을 통해, 텍스트를 복사하면 자동으로 번역합니다 | 화면캡쳐를 통해 문자를 인식합니다 | 화면을 캡쳐하면 인식한 문장을 번역합니다 | -| | | | +| 클립보드 자동인식 | 스크린샷 OCR언어인식 | 스크린샷 자동번역 | +| -------------------------------------------------------------------- | --------------------------------- | ---------------------------------------- | +| 클립보드 모니터링 옵션을 통해, 텍스트를 복사하면 자동으로 번역합니다 | 화면캡쳐를 통해 문자를 인식합니다 | 화면을 캡쳐하면 인식한 문장을 번역합니다 | +| | | |