Skip to content

🚀 CeleMod 0.1.7 🚀

Choose a tag to compare

@std-microblock std-microblock released this 07 Oct 11:31
· 16 commits to master since this release

新功能:

  • 实现自动禁用新Mod功能并更新相关组件 (#20)
  • 允许重复下载已下载的Mod
  • 添加Mod大小属性并在管理组件中显示详细Mod信息 (#32)
  • 添加获取当前黑名单内容和从文件同步黑名单配置的功能 (#34)
  • 如果不存在黑名单配置则创建默认空配置

修复:

  • 改进get_current_profile函数中的当前配置检索逻辑 (#35)
  • 在管理组件中更新Mod详情显示格式
  • 修复搜索回调中缺失的类型参数 (#39)
  • 修复构建问题

其他:

  • i18n: 同步翻译文件

New Features:

  • Implement auto-disable new mods feature and update related components (#20)
  • Allow downloading already downloaded mods
  • Add size property to mod information and display detailed mod info in Manage component (#32)
  • Add functions to get current blacklist content and sync blacklist profile from file (#34)
  • Create default empty mod blacklist profile if none exist

Fixes:

  • Improve current profile retrieval logic in get_current_profile function (#35)
  • Update mod details display format in Manage component
  • Fix missing type parameter in search callback (#39)
  • Fix build issues

Other:

  • i18n: Sync translations