Skip to content

Releases: vito-go/mywords

v4.3.3

27 Nov 07:43
21c7951
Compare
Choose a tag to compare

v4.3.2

07 Nov 09:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.3.2

Dictionary Download

v4.2.0

27 Oct 12:55
Compare
Choose a tag to compare

What's Changed

  • Add feature to filter and display articles by source URL host @vito-go in #25

  • Add translation button at the beginning of the sentence, which can translate the sentence @vito-go in #26

Full Changelog: v4.0.0...v4.2.0

Dictionary Download

v4.0.0

19 Oct 07:59
Compare
Choose a tag to compare

Full Changelog: v3.0.1...v4.0.0

  • Rename package name from com.example.mywords to com.mywords.android.
  • Initial version, ready to be launched on Google Play Store. Toady is a good day, 2024-10-19.
  • Add GitHub link to the About dialog.

Dictionary Download

v3.0.1

11 Oct 00:55
Compare
Choose a tag to compare

What's Changed

  • Real-Time synchronization (Beta): Add a source parameter to the Go API functions to discriminate between web and client versions. So it can keep real-time synchronization between the two versions when one version updated the data.
  • Fix time difference between the underlying library and flutter
  • Fix the display issue of WebDict API interface on web version.
  • Make UI text more English-friendly
  • Support copy of Email and copy of build information in about dialog.
  • Upgrade dependencies to the latest version in go.mod.
  • Remove the redundant code in the project. Optimize Makefile.
  • Sensitive functions like DelDict are not allowed to be called in the web version when operating not in the local environment.
  • Net proxy settings support configuration of username and password.

Full Changelog: v3.0.0...v3.0.1

Dictionary Download

v3.0.0

05 Oct 10:24
7d23503
Compare
Choose a tag to compare

What's Changed

  • The underlying code has been refactored to make it clearer. Using sqlite to store data, making the project more stable and easier to maintain.
  • Mobile/desktop client version directly integrates Web, seamless learning between multiple devices. It called Web Online in the client version.
  • Totally new design and user experience; Using English as the default language.
  • Support for dark mode and light mode.
  • Web support uploading super large (>2GB) dictionary files. Client version also supports uploading large files.
  • Support for edit the name of the dictionary.
  • Sharing and Syncing data between devices is easier and faster.

Full Changelog: v2.0.1...v3.0.0

Dictionary Download

mywords v2.0.1

01 Apr 10:33
22a274e
Compare
Choose a tag to compare

mywords v2.0.1

  • 支持web版本
  • 增加文章icon图标
  • 修复windows系统下,由于路径和其他系统标识符不一致,造成无法同步数据问题

由于词典数据库文件大小过大, 下面提供了一个外部链接供用户下载这一大型文件。请注意,此链接不是永久性的,可能会在未来某个时间失效。

🔽 下载链接:

http://vitogo.tpddns.cn:19081/_download/dict-ox10-v3.zip
├── mywords-arm64-v8a-release.apk    Android客户端安装包   
├── mywords.deb                 Linux(Ubuntu)客户端安装包
├── mywords-windows.zip              Windows客户端压缩包
├── mywords-web-linux              web版本-linux(命令行运行)
├── mywords-web-windows              web版本-Windows(命令行/Powershell 运行)

请将上述网址复制到您的浏览器中,以开始下载流程。

此外,对于有兴趣自行制作词典数据库的用户,我们在master分支的README.md文件中提供了详细的生产指南。

如需了解如何创建自己的词典数据库,请参考以下文档:

  • master 分支 README-zh-hans.md 文件

  • 你还可以加入我们的微信学习分享交流群,与其他学员一起分享英语学习心得,共同学习进步。扫描下面的二维码即可加入微信群:

mywords v1.0.2

25 Mar 15:31
Compare
Choose a tag to compare

mywords v1.0.2

  • v1.0.2 支持web版本前最后一个版本;修复删除文章页面不刷新问题
  • 优化文章页面Padding; 优化网址解析, 进行http(s)://前缀匹配; 优化重复解析提示 (#5)
  • 归档支持滚动到顶部;页面间距优化;重新解析提示改为底部提示;文章详情页面提示语增加解析器版本
  • 优化首页内容Padding;增加文章滚动到顶部操作,新增事件articleListScrollToTop

由于词典数据库文件大小超出2GB的限制,无法直接在GitHub Releases上进行上传。我们提供了一个外部链接供用户下载这一大型文件。请注意,此链接不是永久性的,可能会在未来某个时间失效。

🔽 下载链接:

http://vitogo.tpddns.cn:9081/_download/dict-ox10-v3.zip
├── dict-mwaled.zip      韦式英汉词典
├── dict-ox10-v3.zip              牛津高阶段英汉词典(第10版)
├── dict-Oxford-English-V1.51.zip    牛津高阶段英英词典(第10版)
├── mywords-arm64-v8a-release.apk   mywords Android客户端安装包   
├── mywords.deb                mywords Linux(Ubuntu)客户端安装包
├── mywords-windows.zip             mywords Windows客户端压缩包

请将上述网址复制到您的浏览器中,以开始下载流程。

此外,对于有兴趣自行制作词典数据库的用户,我们在master分支的readme.md文件中提供了详细的生产指南。

如需了解如何创建自己的词典数据库,请参考以下文档:

  • master 分支 readme.md 文件

  • 您还可以加入我们的微信学习分享交流群,与其他学员一起分享英语学习心得,共同学习进步。扫描下面的二维码即可加入微信群:

感谢您的理解与支持。

mywords v1.0.1

16 Mar 02:57
Compare
Choose a tag to compare

mywords v1.0.1

  • 新增同步开关:是否同步文章归档信息
  • 新增支持解析本地html格式文件
  • 文章详情页面可以直接点击单词进行查询
  • 更换Logo
  • 优化图表曲线宽度显示;其他提示优化
  • 修复某些情况下因css处理导致的显示问题
  • 累计统计设定Y轴最小显示值
  • 优化句子的拆分
  • 优化显示文章详情页字体字颜色显示

由于词典数据库文件大小超出2GB的限制,无法直接在GitHub Releases上进行上传。我们提供了一个外部链接供用户下载这一大型文件。请注意,此链接不是永久性的,可能会在未来某个时间失效。

🔽 下载链接:

http://vitogo.tpddns.cn:9081/_download/dict-ox10-v3.zip
├── dict-mwaled.zip      韦式英汉词典
├── dict-ox10-v3.zip              牛津高阶段英汉词典(第10版)
├── dict-Oxford-English-V1.51.zip    牛津高阶段英英词典(第10版)
├── mywords-arm64-v8a-release.apk   mywords Android客户端安装包   
├── mywords.deb                mywords Linux(Ubuntu)客户端安装包
├── mywords-windows.zip             mywords Windows客户端压缩包

请将上述网址复制到您的浏览器中,以开始下载流程。

此外,对于有兴趣自行制作词典数据库的用户,我们在master分支的readme.md文件中提供了详细的生产指南。

如需了解如何创建自己的词典数据库,请参考以下文档:

  • master 分支 readme.md 文件

  • 您还可以加入我们的微信学习分享交流群,与其他学员一起分享英语学习心得,共同学习进步。扫描下面的二维码即可加入微信群:

感谢您的理解与支持。

mywords

03 Mar 13:59
Compare
Choose a tag to compare

由于词典数据库文件大小超出2GB的限制,无法直接在GitHub Releases上进行上传。我们提供了一个外部链接供用户下载这一大型文件。请注意,此链接不是永久性的,可能会在未来某个时间失效。

🔽 下载链接:

http://vitogo.tpddns.cn:9081/_download/dict-ox10-v3.zip

请将上述网址复制到您的浏览器中,以开始下载流程。

此外,对于有兴趣自行制作词典数据库的用户,我们在master分支的readme.md文件中提供了详细的生产指南。

如需了解如何创建自己的词典数据库,请参考以下文档:

感谢您的理解与支持。