Skip to content

Releases: GoodCoder666/GoogleTranslate_IPFinder

3.3.0

28 Apr 11:40
88004d5

Choose a tag to compare

更新内容

  • 🛡️ 新增 Hosts 写入确认窗口 (84ae80c)
  • 📝 相应的文档更新 (d6b94a3)
  • 🌐 更新 GPLv3 链接 (88004d5)
English release notes
  • The tool will now ask for confirmation before updating system hosts.
  • Updated docs correspondingly.
  • Updated GPLv3 link.

Alpha Release

28 Apr 12:12
88004d5

Choose a tag to compare

Alpha Release Pre-release
Pre-release
alpha

chore: update license links

3.2.4

05 Apr 11:40
92ab408

Choose a tag to compare

常规的 IP 库更新,以及一个 bug 修复。

English release notes
  • Fixed #48.
  • Updated IP database.

3.2.3

12 Mar 06:24

Choose a tag to compare

常规的 IP 库更新。/ Regular IP database updates.

3.2.2

03 Mar 07:13

Choose a tag to compare

常规的 IP 库更新,以及一些微小的体验优化。

English release notes
  • Updated IP database.
  • Minor improvements in code and docs.

3.2.1

26 Feb 04:45

Choose a tag to compare

无功能更新,整理了代码库和文档并更新了地址库。

English release notes

Adopted a new project layout, along with some minor improvements in code and docs.

3.2.0

25 Feb 13:08

Choose a tag to compare

此版本为第一个“纯血版” v3,彻底替换了所有 urllib 逻辑,附带一些构建流程优化和 bug 修复。

功能更新

  • 🔀 以随机的顺序进行「测速」,分散不同子网流量 (f3e259e)
  • 🧹 导入 IP 时,自动过滤不合法 IP 并给予提示 (98ba147)
  • 🚀 在线源 IP 改为并行下载,提升响应速度 (c707e9a)

问题修复

  • 🐛 IPv6 无法正常导入 (98ba147)

其他更新

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

11 Feb 01:59

Choose a tag to compare

从此版本开始,我们将在基于 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

01 Feb 03:58

Choose a tag to compare

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

03 Jan 05:46

Choose a tag to compare

3.0.0a1 Pre-release
Pre-release

2026-02-01 - 3.0.0 正式版已推出!

3.0.0a0 的后继版本,主要是自动发布流程优化和 bug 修复:

  • 💻 更新 ghproxy 域名,使其可用 (599b9e3)
  • 📦 打包时不再使用 UPX 压缩以更好兼容 Python 3.12 (a58f34d)
  • 🔧 移除不必要的标准库/Qt组件 (277f04f, c853f91)
  • 🐛 修正“导入”对话框中勾选框禁用逻辑 (d861b4e)

整体上启动速度提升、内存占用减少。相比 v2(2.3.1),v3 版本在低配机器上应该有显著可感知的性能提升。