Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

56 lines (30 loc) · 1.7 KB

lx-music-script change log

All notable changes to this project will be documented in this file.

Project versioning adheres to Semantic Versioning. Commit convention is based on Conventional Commits. Change log format is based on Keep a Changelog.

1.3.0 - 2023-03-27

新增

  • 新增从配置文件读取环境变量的功能,在配置文件中,所有以env.开头的配置将视为环境变量配置,例如想要在配置文件中指定端口号,可以添加'env.PORT': '9527'

1.2.3 - 2023-03-27

优化

  • 添加用户空间管理延迟销毁

修复

  • 修复在环境变量使用简写方式创建用户的数据解析问题(#6)

1.2.2 - 2023-03-26

修复

  • 修复默认绑定IP被意外绑定到0.0.0.0的问题

1.2.1 - 2023-03-17

其他

  • 移除多余的日志输出

1.2.0 - 2023-03-16

该版本配置文件数据结构已更改,更新时请注意更新配置文件

优化

  • 修改配置文件数据结构

1.1.0 - 2023-03-16

该版本配置文件格式已更改,更新时请注意更新配置文件

新增

  • 新增多用户支持
  • 允许使用环境变量配置更多设置项

1.0.0 - 2023-03-10

v1.0.0发布~