Skip to content

Commit

Permalink
update 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdy666 committed Mar 1, 2024
1 parent bf8ef14 commit 3e281ed
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lucky(大吉)
# Lucky(万吉)


## 注意:源码公布到1.4.10版本后续暂无继续开源计划
Expand All @@ -13,7 +13,7 @@


<!-- TOC -->
- [Lucky(大吉)](#)
- [Lucky(万吉)](#)
- [特性](#特性)
- [一键安装](#一键安装)
- [OpenwrtIPK包安装](#OpenwrtIPK包安装)
Expand Down Expand Up @@ -198,6 +198,44 @@ Lucky 的核心程序完全采用 Golang 实现,具有高效、稳定、跨平

# 更新日志

2024-02-29 v2.7.2
1. 修复了Web服务文件服务类型存储列表显示故障,现在列表显示正常。
2. 新增了 Windows 版本的系统托盘菜单,现在支持 Windows 服务启动。用户可以选择在系统启动时启动程序,或选择使用 Windows 服务方式启动。请注意,使用 Windows 服务方式启动时不支持挂载存储分区。
3. 提升了前端 Web 服务规则编辑对话框的显示速度,用户编辑规则时体验更加流畅。

2024-02-27 v2.7.1
1. web服务模块 重构
2. 修复已知bug
3. acme 增加CNAME验证方式支持
4. ddns增加 ODHCPD file方式获取局域网设备IPv6地址
5. FileBrowser 同步最新源码

2024-01-14 v2.6.2
1. 优化了ddns模块的任务细节操作。
2. 在lucky管理密码设置中增加了二次确认项。
3. 在登陆页面增加了重置密码的帮助入口。
4. 在ddns和stun Webhook测试中增加了演示数据提示。
5. 修复了已知的其他bug,包括处理webhook url中间带空格的转换问题。
6. 强迫症细节处理,修改ddns任务后,在任务类型不改变的情况下历史数据不会丢失。
7. 尝试修复了docker重启后阿里云盘挂载进webdav无显示的bug。

2024-01-11 v2.6.1
1. 修复了历史记录中未显示DDNS Webhook的bug。
2. 将DDNS Webhook和全局Webhook的历史记录分开。
3. 修复了禁用STUN模块后再启用时规则列表不显示的bug。
4. STUN功能增加了指定UPnP网关参数。
5. 将STUN Webhook和全局Webhook的历史记录分开。
6. 修复了调用OpenAPI时崩溃的bug。
7. 在DDNS和ACME服务商中添加了FreeMyIP。

2024-01-09 v2.6.0
1. 优化了ddns模块,重构了底层代码,提升了对接dns托管商的效率。
2. DDNS、ACME 模块 同时支持以下dns托管商:阿里云,百度云,华为云,京东云,腾讯云,Cloudflare,DNSPod,Dynv6,GoDaddy,Name.com,Porkbun。
3. acme模块新增了HTTP验证方式。
4. STUN 模块 增加了指定UPnP网关地址的参数设置 。
5. 修复了其他已知的bug。
6. 更新了Filebrowser版本至2.27.0。

2023-12-13 v2.5.3
STUN穿透:
1.1 强制使用 TCP4 协议进行 stun 保活。
Expand Down

2 comments on commit 3e281ed

@zxlhhyccc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议开放源码,谢谢!

@gdy666
Copy link
Owner Author

@gdy666 gdy666 commented on 3e281ed Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议开放源码,谢谢!

不接受你的建议,谢谢。

Please sign in to comment.