Skip to content

v0.7.1

Compare
Choose a tag to compare
@zaigie zaigie released this 18 Apr 03:08
· 12 commits to main since this release

What's Changed

  • 重构:将RCON替换为REST API,仅保留自定义RCON功能 @zaigie @MoeGrid
  • 配置:新增 taskrest必填配置,原 rcon.is_palguard 已修改为 rcon.use_base64 @zaigie
  • 新增:玩家IP、Ping、坐标信息展示及在线玩家列表的REST API @zaigie @MoeGrid
  • 新增:服务器指标数据展示 @zaigie
  • 新增:自定义RCON支持快速选择玩家、物品、帕鲁 @zaigie
  • 优化:备份/解析存档时忽略backup目录,避免缓存文件占满磁盘 @zaigie @MoeGrid
  • 优化:更新pal-conf和palworld-save-tools到最新版 @zaigie
  • 优化:自动找寻save.decode_path采用可执行目录而不是工作目录 @zaigie
  • 修复:docker/k8s pod解析文件失败的问题 @zaigie @MoeGrid

  • Refactoring : Replace RCON with REST API, keeping only custom RCON functionality @zaigie @MoeGrid
  • Configuration : Added required for task and rest. The original rcon.is_palguard has been changed to rcon.use_base64 @zaigie
  • New: REST API for player IP, Ping, coordinate information display and online player list @zaigie @MoeGrid
  • Added: Server indicator data display @zaigie
  • New: Custom RCON supports quick selection of players, items, Pal @zaigie
  • Optimization: Ignore the backup directory when backing up/parsing the archive to prevent the cache file from occupying the disk @zaigie @MoeGrid
  • Optimization: Update pal-conf and palworld-save-tools to the latest version @zaigie
  • Optimization: Automatically find save.decode_path using executable directory instead of working directory @zaigie
  • Fix: docker/k8s pod file parsing failure @zaigie @MoeGrid