Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Releases: fzdwx/popup-translation

v1.2.0

01 Apr 07:17
Compare
Choose a tag to compare

Changes:

  1. 支持系统托盘(没有什么实质性的功能) #24
  2. 修复快捷键保存后无效
  3. 支持语言切换,目前支持中英相互切换

Release v1.1.0

23 Mar 01:21
Compare
Choose a tag to compare

这是一个 Preview 版本

  1. 添加 mode 2 (将每个平台单独分开) #16 by @Chanyon
  2. 添加配置功能 #16 by @Chanyon
  3. 支持读取以及保持配置文件 by @Chanyon and @fzdwx 配置文件地址为 ~/.popup-translation/config.json
  4. 添加 有道 api #21by @Chanyon
  5. 修改第一次开启应用时为不隐藏

Release v1.0.1

12 Mar 13:21
Compare
Choose a tag to compare

New platform: Google

image

v1.0.0

12 Mar 10:23
Compare
Choose a tag to compare

该版本使用 tauri 来实现,不再使用 wry

  1. 划词翻译
    • Linux(x11) 可直接获取到光标选中的文本
    • Macos 以及 Windows 是通过模拟一次复制操作,然后在读取粘贴板实现
  2. 显示隐藏/窗口 alt+s
  3. 支持的平台
    • Deepl
    • Chatgpt

image

划词翻译

11 Mar 10:42
Compare
Choose a tag to compare

支持 windows、linux、macos(该系统未经测试)

Thanks @Chanyon

PREVIEW

24 Feb 14:54
Compare
Choose a tag to compare

PREVIEW

  1. 关于 windows 没有WebView2 Loader.dll 可以参考 https://www.dll-files.com/webview2loader.dll.html ( 大概就是下载这个 dll 然后放到与 exe 同目录下就可以了)

v0.3.1

24 Feb 08:26
Compare
Choose a tag to compare

Support google api translation https://github.com/fzdwx/popup-translation/blob/main/src/translation/google_api.rs#L67

command: fanyi -p google hello

image

Support open ai translation !

19 Feb 12:12
Compare
Choose a tag to compare

v0.3.0

  1. Support openai translation fanyi -p=ai -k=xxx hello, the key is required
  2. Refactor translation, add Api and Url type
  3. Fix position bug (center position is not correct)

open ai:
image

Release v0.2.4

18 Feb 13:55
Compare
Choose a tag to compare

v0.2.4 2023/02/18

  1. Add more Position options PresetPosition
    • --Position=top-left, top-center , top-right, bottom-left, bottom-center , bottom-right, center
    • --Position=tl, tc, tr, bl, bc, br, c
  2. Pin x11-clipboard under linux

Release 0.2.3

15 Feb 12:00
Compare
Choose a tag to compare
  1. Fix windows command line text parse error (#8 @Chanyon )
  2. Upgrade wry to 0.27.0