Releases: GoodCoder666/GoogleTranslate_IPFinder
3.3.0
Alpha Release
alpha chore: update license links
3.2.4
3.2.3
常规的 IP 库更新。/ Regular IP database updates.
3.2.2
3.2.1
3.2.0
此版本为第一个“纯血版” v3,彻底替换了所有 urllib 逻辑,附带一些构建流程优化和 bug 修复。
功能更新
- 🔀 以随机的顺序进行「测速」,分散不同子网流量 (f3e259e)
- 🧹 导入 IP 时,自动过滤不合法 IP 并给予提示 (98ba147)
- 🚀 在线源 IP 改为并行下载,提升响应速度 (c707e9a)
问题修复
- 🐛 IPv6 无法正常导入 (98ba147)
其他更新
- 🌐 更新英语翻译 (f4e924e)
- ✅ 同步 gtdb 地址库 (64b5471)
- 🔧 优化构建流程 (34192eb, bb2b96c, d772747)
- 📍 README 版本说明更新 (c707e9a)
English release notes
In this release, we fully replace the legacy urllib code and bring in some minor improvements and bug fixes.
3.1.0
从此版本开始,我们将在基于 PyInstaller 的原有构建流程之上,新增实验性的 Nuitka 编译支持 (f312e0e)。经测试,其 Mac OS 版本与 Python 3.12 存在一些兼容性问题,故我们暂时仅提供 Windows 版。
Nuitka 生成的可执行文件体积减少了 38%,CPU 占用略有降低。在低配 PC 或虚拟机环境中,其界面流畅度有明显提升。
欢迎各位体验尝鲜!只需下载下方 checker-win-nuitka.exe,程序界面和功能完全不变。注意该版本未经充分测试,如果遇到任何问题请第一时间在 Issues 中告知我。
功能更新
- 🌐 优化 IP 排序逻辑 (06c3d51)
代码重构
- 📦 将配置类改为
dataclass(d7f41b8)
其他更新
3.0.0
v3 正式版来了! 在 3.0.0a1 基础上作如下改进:
- 💻 代码整理 (0053fcf, 848fc64)
- 🔧 更新默认设置,使其更适合 v3 版本使用 (e13cdd5)
- ⚡ 提升扫描稳定性 (37da0d7)
- ⬆️ 大规模更新内置 IP 库 (b878eb2)
请注意:更新到此版本会自动重置所有设置。 这是为了防止不适合此版本的设置被完全迁移过来。如果您有必要的设置项,请务必备份后在 v3 重新设置。
下载慢?
用 GitHub Proxy 代理:
English release notes
This is the first major release since v2 (released Jul 2024).
We migrated to the aiohttp kernel for better performance, along with a few UI updates. Default settings are updated to match the dynamics of this version.
Since v3, there may no longer be detailed English release notes. If you really find it necessary, please open an issue to tell me.