Files
note2any/CHANGELOG.md
2025-09-25 22:35:01 +08:00

36 lines
1.3 KiB
Markdown
Raw 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
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
## [Unreleased]
### Added
- EXIF 图片方向自动处理:自动检测 JPEG EXIF Orientation (1/3/6/8),按需旋转并转换为 PNG保证公众号显示方向正确。
- Gallery 短代码 `mppickall` 参数:`mppickall=1` 选取目录全部图片,`0` 或缺省按 `galleryNumPic` 限制。
### Changed
- README新增图片方向处理说明、Gallery 参数使用示例。
### Notes
- 若遇到其他 EXIF 方向值(除 1/3/6/8当前保持原样可后续扩展。
## [1.3.0] - 2025-09-25
### Optimized
- 主题资源加载与提示逻辑优化:升级提示清理旧主题再下载。
### Added
- 多主题/代码高亮资源增量更新支持。
### Fixed
- 若干边缘情况下的 frontmatter 解析回退稳定性。
## [1.2.x]
- 历史版本条目待补充(如需补录,请提供对应版本变更点)。
---
## 维护指引
- 发布新版本:更新 `package.json` / `manifest.json` 的版本号;追加 `versions.json`;将当前 Unreleased 条目移动为新的版本号,并添加日期;再创建新的 Unreleased 模板。
- 提交信息建议:`feat: ...`, `fix: ...`, `docs: ...`, `refactor: ...` 等 Conventional Commits 风格。