Files
renjue f1502ed08c
CI / docker (push) Successful in 11m42s
初始化 ToolBox 开发者工具箱。
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-25 11:15:38 +08:00

27 lines
793 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Changelog
本文件记录项目的 notable 变更,格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/)。
## [Unreleased]
### Added
- Docker 多阶段构建与 Gitea CI 流水线
- Vitest 单元测试(146 用例)
- 开源文档:LICENSE、CONTRIBUTING、SECURITY、NOTICE
## [1.0.0] - 2026-06-24
### Added
- JSON 格式化、验证与树形视图
- 文本 / JSON 对比工具(行级、字符级 diff)
- Base64 / URL / Unicode / Zlib 编解码
- 变量名格式转换(camelCase、snake_case 等)
- 二维码生成
- 时间戳与时间字符串互转
- 颜色格式转换(RGB / HEX / HSL
[Unreleased]: https://git.rc707blog.top/rose_cat707/ToolBox/compare/v1.0.0...HEAD
[1.0.0]: https://git.rc707blog.top/rose_cat707/ToolBox/releases/tag/v1.0.0