Releases: canwdev/file-lite
Releases · canwdev/file-lite
v1.2.2
- Bumped version in config and version enum to 1.2.2.
- Added ArtPlayer and functionalities.
- Added native player toggle functionality in the context menu.
- Updated dependencies in package.json and bun.lock for improved performance and compatibility.
- Enhanced AddressBar component to emit refresh events when unchanged.
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
Full Changelog: v1.1.2...v1.2.0、
-
实现基于 Cookie 的认证,废弃 localStorage 存储密钥
-
实现 Github Actions自动构建
-
Implement cookie-based authentication and deprecate localStorage stored keys
-
Implement automated builds using Github Actions
v1.1.2
- 新 go 语言实现后端(和 Node.js 后端功能一致)
- 新 CLI 界面
- 支持 npm 安装
npm i -g file-lite - 重构配置加载逻辑
- 默认数据文件夹名从 data 改成 file-lite,且不自动创建配置文件
- 自动接口测试
- 提供单文件 go 二进制程序
- New Go backend implementation (with the same functionality as the Node.js backend)
- New CLI interface
- Support for npm installation:
npm i -g file-lite - Refactored configuration loading logic
- Default data folder name changed from
datatofile-lite, and configuration files are no longer created automatically - Automated API testing
- Provides single-file Go binary programs