Skip to content

Releases: molanp/zhenxun_plugin_mccheck

v1.27

08 Feb 07:24
Compare
Choose a tag to compare

使用版本号欺骗以从MiniMOTD正确获取渐变数据

修复颜色渲染异常

Full Changelog: v1.26...v1.27

v1.26

04 Feb 13:41
Compare
Choose a tag to compare

fix(mc_check): 优化连接异常处理和地址解析

  • 在 data_source.py 中增加了对 TimeoutError 和 OSError 的异常处理
  • 优化了 get_origin_address 函数的逻辑,避免重复添加 SRV 记录
  • 调整了 asyncio.gather 中协程的执行顺序,优先解析 AAAA 记录

Full Changelog: v1.25...v1.26

v1.25

30 Jan 00:33
Compare
Choose a tag to compare
  • 修复同服ip负载均衡的重复查询
  • 新增ipv6基岩版服务器的默认端口

BREAK CHANGE

  • ⚠ 移除对发送图片格式结果的支持

Full Changelog: v1.24...v1.25

v1.24

28 Jan 04:32
Compare
Choose a tag to compare

refactor(mc_check): 全面支持IPv6查服,优化异步逻辑

  • 优化代码结构,减少冗余的空行
  • 修改 IP 地址验证逻辑,提高代码可读性
  • 全面支持IPv6查服,支持IPv6地址查询
  • 更新语言设置相关代码,简化回复消息
  • 增加版本号至 1.24
  • 修复Java服务器IP来源鉴权

Full Changelog: https://github.com/molanp/zhenxun_plugin_mccheck/commits/v1.24