Popup Translation Versions Save

Recommended to use [openai-translator](https://github.com/openai-translator/openai-translator) A desktop popup translation tool.

app-v1.2.0

1 year ago

Changes:

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

app-v1.1.0

1 year ago

这是一个 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. 修改第一次开启应用时为不隐藏

app-v1.0.1

1 year ago

New platform: Google

image

app-v1.0.0

1 year ago

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

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

image

v0.3.2

1 year ago

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

Thanks @Chanyon

PREVIEW

1 year ago

PREVIEW

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

v0.3.1

1 year ago

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

command: fanyi -p google hello

image

v0.3.0

1 year ago

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

v0.2.4

1 year ago

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

v0.2.3

1 year ago
  1. Fix windows command line text parse error (https://github.com/fzdwx/popup-translation/pull/8 @Chanyon )
  2. Upgrade wry to 0.27.0