Skip to content

ReverseWidget 1.9

Compare
Choose a tag to compare
@liyansong2018 liyansong2018 released this 11 Mar 02:15
· 19 commits to master since this release

English

  • Add code comment format module for deleting '#&//' in code comment or '\n'
  • Add baidu-fanyi api to translate code comment or paper pdf
  • Flat some window ui for more modern operating system such as Win11
  • Singleton: only one child window is allowed at the same time
  • Fix issue about incomplete translation because of singleton
  • Fix unknown errors
  • [zip release] - Faster but more files
  • [protable release] - Slow startup but only one file
  • [Compiler Platform] - Ubuntu 20.04/macOS10.15/Windows10, Python3.8
  • [Note] - Support for macOS is experimental

简体中文

  • 新增格式化代码评论的功能,用于格式化C/Java/Python等其他编程语言的评论,包括论文PDF换行删除功能,方便直接翻译
  • 扁平化多个UI界面,适配Win11风格
  • 架构重大调整,多个子页面嵌入主界面,利用单例模式优化架构和中英文翻译
  • 修复多个未知问题
  • 发布多个平台的可执行文件
  • [便携版] - 启动速度更快,但是包含多个文件
  • [exe可执行程序] - 启动速度较慢,但是只有一个文件
  • [编译平台] - Ubuntu 20.04/macOS10.15/Windows10, Python3.8
  • [备注] - 当前针对macOS的支持是实验性的,在苹果系统下,首次启动较慢