Skip to content

Commit

Permalink
🔧 refactor: replace async reqwest with synchronous ureq in auth.rs an…
Browse files Browse the repository at this point in the history
…d main.rs for simpler code

🔧 refactor: replace Box<dyn Error> with anyhow::Result for better error handling
🔧 refactor: replace tokio with native-tls in Cargo.toml to reduce package size
🔧 refactor: update charset.json and shtu_captcha.onnx model for better performance
📝 docs: update CHANGELOG.md for version 0.3.1 release
  • Loading branch information
wenxuanjun committed May 11, 2024
1 parent 086fc1c commit b66f8e1
Show file tree
Hide file tree
Showing 8 changed files with 159 additions and 606 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.3.1] - 2024-05-10

- 小幅减小模型体积
- 使用 `ureq` 替换 `reqwest`,进一步减小包体积

## [0.3.0] - 2024-05-06

- 使用自定义模型大幅减小包体积
Expand All @@ -13,5 +18,7 @@
- Initial release
- 在 Windows 和 Linux 上通过测试

[0.3.1]: https://github.com/ShanghaitechGeekPie/net-loginer/releases/tag/v0.3.1
[0.3.0]: https://github.com/ShanghaitechGeekPie/net-loginer/releases/tag/v0.3.0
[0.2.0]: https://github.com/ShanghaitechGeekPie/net-loginer/releases/tag/v0.2.0
[0.1.0]: https://github.com/ShanghaitechGeekPie/net-loginer/releases/tag/v0.1.0
Loading

0 comments on commit b66f8e1

Please sign in to comment.