diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..05bfccdb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +## 0.4.0 + +* [新增] Windows 支持自定义协议 `biyiapp://` +* [新增] 私有文本翻译/文字识别引擎支持排序 +* [新增] 文字识别引擎 Tesseract OCR +* [优化] macOS 应用修改为沙盒模式(旧版本引擎数据可在 `~/.biyi/db.json` 找回) +* [优化] 重写部分本地数据存储逻辑 +* [优化] 移除搜狗文本识别引擎 +* [优化] 屏幕选中取词功能 +* [优化] 屏幕截图取词功能 +* [优化] 移除音频播放插件 `libwinmedia` diff --git a/README-ZH.md b/README-ZH.md new file mode 100644 index 00000000..62ebab79 --- /dev/null +++ b/README-ZH.md @@ -0,0 +1,47 @@ +# biyi + +[![GitHub (pre-)release](https://img.shields.io/github/release/biyidev/biyi/all.svg?style=flat-square)](https://github.com/biyidev/biyi/releases) [![GitHub (pre-)release](https://img.shields.io/badge/distribute%20with-flutter__distributor-green?style=flat-square)](https://github.com/leanflutter/flutter_distributor) ![][visits-count-image] + +[visits-count-image]: https://img.shields.io/badge/dynamic/json?label=Visits%20Count&query=value&url=https://api.countapi.xyz/hit/biyidev.biyi/visits + +**比译** 是一个用 Flutter 编写的便捷翻译和词典应用。[查看文档](https://biyidev.com/docs/) + +> "Biyi" (比译) is the Chinese word for "Comparison + translation". + +--- + +[English](./README.md) | 简体中文 + +--- + +![](https://biyidev.com/images/screenshots/biyi_extract_text_from_screen_selection.gif) + +## 平台支持 + +| Linux | macOS | Windows | +| :---: | :---: | :-----: | +| ✔️ | ✔️ | ✔️ | + +## 安装 + +下载可以在[发布版本](https://github.com/biyidev/biyi/releases/latest)页面上找到,也可以在[网站](https://biyidev.com/release-notes)上找到其他安装方法。 + +## 讨论 + +> 欢迎加入讨论组,与我分享你的建议和想法。 + +- [QQ Group](https://jq.qq.com/?_wv=1027&k=vYQ5jW7y) + +## Related Links + +- https://github.com/biyidev/biyi +- https://github.com/biyidev/uni_ocr +- https://github.com/biyidev/uni_translate +- https://github.com/leanflutter/hotkey_manager +- https://github.com/leanflutter/screen_text_extractor +- https://github.com/leanflutter/tray_manager +- https://github.com/leanflutter/window_manager + +## 许可证 + +[AGPL](./LICENSE) diff --git a/README.md b/README.md new file mode 100644 index 00000000..1f9b8266 --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +# biyi + +[![GitHub (pre-)release](https://img.shields.io/github/release/biyidev/biyi/all.svg?style=flat-square)](https://github.com/biyidev/biyi/releases) [![GitHub (pre-)release](https://img.shields.io/badge/distribute%20with-flutter__distributor-green?style=flat-square)](https://github.com/leanflutter/flutter_distributor) ![][visits-count-image] + +[visits-count-image]: https://img.shields.io/badge/dynamic/json?label=Visits%20Count&query=value&url=https://api.countapi.xyz/hit/biyidev.biyi/visits + +**Biyi** is a convenient translation and dictionary app written in `Flutter`. [View document](https://biyidev.com/docs/) + +> "Biyi" (比译) is the Chinese word for "Comparison + translation". + +--- + +English | [简体中文](./README-ZH.md) + +--- + +![](https://biyidev.com/images/screenshots/biyi_extract_text_from_screen_selection.gif) + +## Platform Support + +| Linux | macOS | Windows | +| :---: | :---: | :-----: | +| ✔️ | ✔️ | ✔️ | + +## Installation + +Downloads are available on the [Releases](https://github.com/biyidev/biyi/releases/latest) page. Also check out the [website](https://biyidev.com/release-notes) for other installation methods. + +## Discussion + +> Welcome to join the discussion group to share your suggestions and ideas with me. + +- [QQ Group](https://jq.qq.com/?_wv=1027&k=vYQ5jW7y) + +## Related Links + +- https://github.com/biyidev/biyi +- https://github.com/biyidev/uni_ocr +- https://github.com/biyidev/uni_translate +- https://github.com/leanflutter/hotkey_manager +- https://github.com/leanflutter/screen_text_extractor +- https://github.com/leanflutter/tray_manager +- https://github.com/leanflutter/window_manager + +## License + +[AGPL](./LICENSE)