Skip to content

Releases: zu1k/nali

v0.8.1

11 Dec 01:54
Compare
Choose a tag to compare

What's Changed

  • Fix #183, recommended for all v0.8.0 users to upgrade
  • Add Country Code to GeoIP json output

Full Changelog: v0.8.0...v0.8.1

v0.8.0

02 Oct 23:06
ec2ae52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.8.0

v0.7.3

01 May 12:57
748c5cf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2

24 Apr 08:45
Compare
Choose a tag to compare

What's Changed

  • Update qqwry database download url #159

Full Changelog: v0.7.1...v0.7.2

v0.7.1

04 Feb 02:42
Compare
Choose a tag to compare

What's Changed

  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in #151
  • docs: update README_en.md by @hezhizhen in #156

New Contributors

  • @lgtm-com made their first contribution in #151
  • @hezhizhen made their first contribution in #156

Full Changelog: v0.7.0...v0.7.1

v0.7.0

20 Oct 08:10
Compare
Choose a tag to compare

更新内容

  • 重新实现了 wry 格式数据库解析,包括 qqwry 和 zxipv6wry,支持并发查询
  • 修复wry文件不完整时crash的问题

Full Changelog: v0.6.0...v0.7.0

v0.6.0

17 Oct 07:14
Compare
Choose a tag to compare

更新内容

此次更新对 nali 的数据库和配置文件目录进行了规范,具体见 文档-工作目录#138

  1. 优先使用环境变量 NALI_HOMENALI_CONFIG_HOMENALI_DB_HOME 指定的目录
  2. 未指定 nali 特定环境变量的情况下默认使用 XDG 规范,配置文件目录在 $XDG_CONFIG_HOME/nali,数据库文件目录在 $XDG_DATA_HOME/nali
  3. 若未检测到 XDG 相关环境变量,将根据平台使用默认目录,具体见 XDG Base DirectoryXDG_CONFIG_HOMEXDG_DATA_HOME 部分

初次运行此版本将会进行目录和数据的迁移,将 ~/.nali 下的配置文件和数据库转移到相应目录,并删除 ~/.nali 目录

Full Changelog: v0.5.1...v0.6.0

v0.5.3

15 Aug 02:02
Compare
Choose a tag to compare

更新内容

  • 支持使用环境变量指定的代理下载数据库,thanks to @jingjingxyk #126
  • 修复了 pipe mtr 时无法获取内容和格式错乱的问题,thanks to @mzz2017 #132 , fix #12, #61, #85, #115, #123.
  • cache map 使用并发安全的版本,thanks to @lhcn #125
  • 升级 Go 版本到 1.19,更新了依赖
  • 不再支持 ip2region 旧数据库格式,目前仅支持 ip2region xdb 格式

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.3

v0.5.0

21 Jul 06:29
Compare
Choose a tag to compare

更新内容

  • 去除了已过时的数据库下载代码
  • 从 git 历史记录中去除了数据库文件

v0.4.9

21 Jul 02:57
Compare
Choose a tag to compare

更新内容

  • 修复自动迁移导致生成空配置文件的bug
  • 更新纯真IP数据库的下载地址