Skip to content

Releases: VirtualHotBar/NetMount

NetMount v1.2.4

26 Mar 15:24

Choose a tag to compare

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

NetMount v1.2.3

04 Mar 16:18

Choose a tag to compare

v1.2.3

Full Changelog: v1.2.2...v1.2.3

Features

  • 添加 Tauri 构建步骤以优化构建流程 (60f6107)
  • 添加高级设置和额外启动参数功能,优化配置管理 (d3b24e2)
  • 更新配置导入导出描述,优化设置页面的导入导出功能 (1923fe9)
  • 添加启动任务失败处理和存储同步状态提示,优化配置导入流程 (5881c33)
  • 优化首页加载和通知处理,增加启动任务的后台执行 (e1a5566)
  • config: 添加配置导入导出功能 (2988382)

Fixes

  • 修复代码格式,优化可读性 (bdef2cd)
  • 更新 WinFsp 下载链接至版本 2.1.25156 (16ce2cb)
  • locales: 优化中文翻译,调整提示信息以提高可读性 (90e4f7f)
  • openlist: 增加登录超时处理和重试机制 (96ff7e4)

Refactoring

  • 移除编译时操作系统类型常量,优化代码结构 (414fa41)

Chores

  • 更新版本号至1.2.3 (ce2539f)

NetMount v1.2.2

03 Mar 16:58

Choose a tag to compare

v1.2.2

Full Changelog: v1.2.1...v1.2.2

Features

  • 删除 issue #102 改造计划文档 (d53ba7f)
  • mount: implement issue #102 mount strategy improvements (dc69b94)
  • 更新 README,添加依赖框架说明;修改 migrated.json 中 aria2c 命令路径;新增 openWinFspInstaller 函数以支持安装程序的打开 (393191f)
  • 更新 .gitignore,添加 .tmp_openlist_src 以排除临时文件,删除不再使用的子项目 (8ccdf10)
  • 强制刷新 OpenList token 以避免用户更新后旧 token 失效 (747bc03)
  • 更新存储信息过滤和参数设置,增强存储管理功能 (8f4a95d)
  • 优化 setOpenlistPass 函数,简化密码重置逻辑并增强错误处理 (67d0cce)

Fixes

  • 更新版本号至 1.2.2,并优化下载跳过逻辑 (01761f8)
  • 更新版本号至 1.2.2 (aac4964)
  • 修复获取上一个标签的逻辑以确保正确处理当前标签 (be8affb)

Documentation

  • readme: move mount strategy guidance to docs site (313ff58)

NetMount v1.2.0

18 Feb 06:09

Choose a tag to compare

v1.2.0

Full Changelog: v1.1.2...v1.2.0

Features

  • Windows 下隐藏 openlist 和 rclone 的命令行窗口 (786bcac)
  • 优化CI流程并禁用部分eslint规则 (e96d52c)
  • 更新依赖并优化日志显示组件 (f54ca72)
  • 添加国际化检查脚本和诊断导出功能 (59aaae3)
  • 添加关闭窗口最小化到托盘功能并优化发布流程 (0b5e8c9)
  • 升级版本至1.2.0并优化构建脚本 (dd9f36d)
  • 添加存储库模式实现和类型安全增强 (784565d)

Fixes

  • nsis: stop locked sidecars during upgrade (1d58650)
  • config: 移除 externalBin 配置避免二进制文件重复打包 (416ece0)
  • 添加 winapi winbase feature 支持 CREATE_NO_WINDOW (7b9b298)
  • config: 从 targets 中移除无效的 'updater' (359388e)
  • build: 使用 NSIS 替代 WiX 构建 Windows 安装程序 (30551b2)
  • ci: 修复 Windows WiX 构建失败 (e40e8c2)
  • build: 修复 get_target_triple() 支持交叉编译 (ba018a9)
  • build: 修复 macOS 交叉编译和 Windows WiX 安装问题 (5efd13e)
  • ci: 修复 macOS 交叉编译和 Windows WiX 构建失败 (739a5f7)
  • 更新生成变更日志脚本以处理未来标签并改进错误处理 (c1a71b0)
  • 修改Tauri构建命令以禁用捆绑选项 (0756101)
  • 修复 openlist 启动顺序问题 (a6342a1)
  • 修复 openlist 日志目录创建在项目文件夹的问题 (6603260)
  • 修复 Tauri dev 模式重建循环问题 (1c7f672)
  • unusedwarning (54aee24)
  • main.tsx:15 react-i18next:: i18n.languages were undefined or empty undefined (508de79)
  • favicon.ico:1 GET http://localhost:5173/favicon.ico 404 (Not Found) (b51e598)
  • 1.1.2bugFAILED: failed to mount FUSE fs: mountpoint path already exists: Z: feat: rust api ,tauri sidecar,job object (f98f1b5)
  • warning: spurious network error (3 tries remaining): received unexpected content-type; class=Http (34) (d212275)
  • 1.1.2Critical bug'编辑挂载'无法保存 (daa0bff)
  • utils.ts:219 Z: react.development.js:209 Warning: Each child in a list should have a unique "key" prop. (2f7d587)
  • react.development.js:209 Warning: Each child in a list should have a unique "key" prop. fix:react-dom.development.js:86 Warning: validateDOMNesting(...):
    cannot appear as a descendant of

    .\n (dc0c1ae)

  • InputForm.tsx:224 Warning: Each child in a list should have a unique "key" prop. (148c758)
  • Warning: Cannot update during an existing state transition (such as within render). Render methods should be a pure function of props and state. (2658cb2)
  • 请尝试重启程序,并记录控制台错误信息向开发者反馈,Error:TypeError: Failed to execute 'fetch' on 'Window': Invalid value (#117) (85af837)
  • 请尝试重启程序,并记录控制台错误信息向开发者反馈,Error:TypeError: Failed to execute 'fetch' on 'Window': Invalid value (31f514d)
  • replace npm with pnpm in tauri build commands (30f1484)
  • i18n: Correct Chinese translations for 'meta_password' (5335735)

Refactoring

  • 合并 res/bin/ 到 binaries/ 目录 (0666002)

Build

  • 升级Tauri相关依赖至2.2.0版本 (03a238b)

CI

  • 使用原生 ARM64 runner 并修复缓存 key (26ea040)
  • 添加 Linux ARM64 (aarch64) 构建支持 (bfe61a0)
  • 优化 CI/CD 流程,加速构建 (6e97b24)
  • 重构并增强CI/CD工作流 (f0116fb)

Chores

  • workflow: 更新Rust工具链配置以使用稳定版本 (56eaf28)
  • 移除ESLint禁用规则并清理依赖项 (dff8c32)
  • rust1.93.0 tauri2.10.1 (a767660)

Other

  • fix react-dom.development.js:86 Warning: validateDOMNesting(...): cannot appear as a descendant of . (610ccf5)
  • fix ERR_CONNECTION_REFUSED fix React DOM嵌套警告 fix modifyOpenlistConfig函数增强netmount/openlist/config.json稳定性 (7173477)
  • 更改代码中alist部分为openlist (#105) (565fe23)
  • Update README.md (1bf72f1)

NetMonut v1.1.2

24 Aug 08:03

Choose a tag to compare

  • 自定义缓存目录

NetMonut v1.1.1

04 Jun 16:34

Choose a tag to compare

fix:初次运行闪退

NetMonut v1.1.0

04 Jun 07:15

Choose a tag to compare

NetMonut v1.0.6

01 Jun 13:32

Choose a tag to compare

NetMonut v1.0.5

30 May 02:57

Choose a tag to compare

  • 添加繁体中文支持

NetMonut v1.0.4

17 May 08:38

Choose a tag to compare