Releases: GoodCoder666/GoogleTranslate_IPFinder
3.2.2
常规的 IP 库更新,以及一些微小的体验优化。
- ✅ 同步 gtdb 地址库 (e3660f3, bd11290)
- 📦 自动构建的预览版更名为 Alpha Release (0726b6d)
- 📝 文档更新 (235cc8a, 535c206, 59ad049, c670fdd)
- ⬆️ 「检查更新」按钮改为跳转到最新版本 (c000d30)
- ©️ 更新项目版权信息年份 (a9a5643)
下载慢?
用 GitHub Proxy 代理:
- Windows (PyInstaller):https://ghproxy.net/https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/v3.2.2/checker-win-x64.exe
- Windows (Nuitka):https://ghproxy.net/https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/v3.2.2/checker-win-nuitka.exe
- Mac OS:https://ghproxy.net/https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/v3.2.2/checker-mac.zip
English release notes
- Updated IP database.
- Minor improvements in code and docs.
Alpha Release
alpha chore: update IP list
3.2.1
无功能更新,整理了代码库和文档并更新了地址库。
- 📦 项目结构调整 (cbfb3c0)
- ✅ 同步 gtdb 地址库 (e655f49)
- 📝 整理 README 文档 (e63a0ca, cbfb3c0, 55f10a1)
- 💅 代码小规模重构与调整 (278521f, 36e5596, eda63d6)
下载慢?
用 GitHub Proxy 代理:
- Windows (PyInstaller):https://ghproxy.net/https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/v3.2.1/checker-win-x64.exe
- Windows (Nuitka):https://ghproxy.net/https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/v3.2.1/checker-win-nuitka.exe
- Mac OS:https://ghproxy.net/https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/v3.2.1/checker-mac.zip
English release notes
Adopted a new project layout, along with some minor improvements in code and docs.
3.2.0
此版本为第一个“纯血版” v3,彻底替换了所有 urllib 逻辑,附带一些构建流程优化和 bug 修复。
功能更新
- 🔀 以随机的顺序进行「测速」,分散不同子网流量 (f3e259e)
- 🧹 导入 IP 时,自动过滤不合法 IP 并给予提示 (98ba147)
- 🚀 在线源 IP 改为并行下载,提升响应速度 (c707e9a)
问题修复
- 🐛 IPv6 无法正常导入 (98ba147)
其他更新
- 🌐 更新英语翻译 (f4e924e)
- ✅ 同步 gtdb 地址库 (64b5471)
- 🔧 优化构建流程 (34192eb, bb2b96c, d772747)
- 📍 README 版本说明更新 (c707e9a)
下载慢?
用 GitHub Proxy 代理:
- Windows:https://ghproxy.net/https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/v3.2.0/checker-win-x64.exe
- Windows (Nuitka):https://ghproxy.net/https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/v3.2.0/checker-win-nuitka.exe
- Mac OS:https://ghproxy.net/https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/v3.2.0/checker-mac.zip
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.
3.0.0a1
3.0.0a0
🎆 新年快乐!🎆
久等了!这里是 GoogleTranslate_IPFinder 3.0.0 Alpha 0。
这是一个未经充分测试的预览版本,若在使用过程中发现任何问题/不符合预期的程序行为请通过 issue 反馈给我。感谢各位的支持!
内核更新
- ⚡ 原有的多线程逻辑改为异步并发逻辑,使用
aiohttp+asyncio后端执行扫描和测速(#47)。大幅提升扫描速度上限,同时降低 CPU 和内存占用。 - 📡 扫描:优化任务池逻辑,充分利用资源;优化随机化扫描逻辑,降低内存占用;最大并发数支持到 1024(原 200);改为采用测速的 Host/Template 设置。
- 🛠️ 测速:修复原有的 warmup 逻辑意外导致的线程闲置问题。
- 🐍 Python 升级到 3.12 以提升 async socket 效率;相应 Qt 升级到 6.6 以支持新版 Python。
UI 更新
- 🎨 优化状态栏显示,使其在视觉上更平衡、美观。
- 🌐 更新部分不准确的术语和翻译。
- 🚨 针对
aiohttp内核设计了更简洁的测试失败提示。
其他更新
- 📅 项目年份更新到 2026。
2.3.1
2026-01-03 - 建议使用最新的预览版 3.0.0a1。该版本在几乎所有使用场景上都有显著性能提升。
♿ 若下载缓慢或无法下载,您可以通过 GitHub Proxy 代理加速下载:
- Windows:https://ghproxy.net/https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/v2.3.1/checker-win-x64.exe
- Mac OS:https://ghproxy.net/https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/v2.3.1/checker-mac.zip
English release notes
以翻译为主的小更新,使 2.3.0 更新到正式版。