Skip to content

NetMount v1.2.4

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Mar 15:24

v1.2.4

Full Changelog: v1.2.3...v1.2.4

Features

  • 采用异步任务处理大文件传输 (fix #91) (896a110)
  • tray: 添加托盘菜单'重启程序'选项 (8d2ceef)
  • config: add fs exist and make dir capabilities (5414c7b)

Fixes

  • prefix unused isDir parameter with underscore (148851e)
  • openlist: 修复 openlist 闪退问题 (bab06c8)
  • change let to const for parameters (ESLint prefer-const) (33633d2)
  • apply path fixes BEFORE copying config to data_dir (9cd16ec)
  • rclone密码混淆问题修复 (4689402)
  • correct openlist config path fix to target data_dir instead of temp_dir (ca914fd)
  • 修复跨设备配置导入时因绝对路径导致的卡死问题 (#127) (7a6a015)
  • expand fs:scope to allow broader filesystem access for mount operations (bd3d8f6)
  • remove invalid permission identifiers and expand fs:scope for user directories (42d5b1e)
  • use hyphenated permission identifiers for Tauri v2 ACL (4fb00ac)
  • AppImage 运行失败问题 (1c1a252)

Refactoring

  • storage: 统一路径格式化逻辑并修复样式问题 (00028e9)

Style

  • 统一代码格式和修复代码风格问题 (46298c8)

Other