Skip to content

Commit 63cefd1

Browse files
authored
docs: update CHANGELOG.md for 0.3.1 (#50)
* docs: update CHANGELOG.md for 0.3.1 * docs(changelog): 📝 simplify 0.3.1 breaking changes section --------- Co-authored-by: jorben <2806170+jorben@users.noreply.github.com>
1 parent aeba963 commit 63cefd1

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.3.1] - 2026-03-01
8+
### :boom: BREAKING CHANGES
9+
- due to [`7cd348f`](https://github.com/MarkPDFdown/markpdfdown-desktop/commit/7cd348f62bfcf372b7584b0734d71e9c4e27b381) - ✨ Add cloud API integration with authentication and credits *(PR [#48](https://github.com/MarkPDFdown/markpdfdown-desktop/pull/48) by [@jorben](https://github.com/jorben))*:
10+
- Default settings landing tab changed from `Model Service` to `Account`.
11+
- Cloud conversion architecture introduces account/device-flow auth and credits-based usage.
12+
- IPC channels and cloud task workflow contracts changed to support the new cloud pipeline.
13+
- Full implementation details: PR [#48](https://github.com/MarkPDFdown/markpdfdown-desktop/pull/48).
14+
15+
16+
### :sparkles: New Features
17+
- [`7cd348f`](https://github.com/MarkPDFdown/markpdfdown-desktop/commit/7cd348f62bfcf372b7584b0734d71e9c4e27b381) - **cloud**: ✨ Add cloud API integration with authentication and credits *(PR [#48](https://github.com/MarkPDFdown/markpdfdown-desktop/pull/48) by [@jorben](https://github.com/jorben))*
18+
19+
### :bug: Bug Fixes
20+
- [`fabfd3e`](https://github.com/MarkPDFdown/markpdfdown-desktop/commit/fabfd3e797a47f3bd6cf350c5991f4ce1dfc1f3a) - **llm**: 🐛 修复 max_tokens 为 undefined 时导致的请求问题 *(PR [#44](https://github.com/MarkPDFdown/markpdfdown-desktop/pull/44) by [@jorben](https://github.com/jorben))*
21+
- [`fd45101`](https://github.com/MarkPDFdown/markpdfdown-desktop/commit/fd45101a70626c5658fc83fc96acb2aee9f53e54) - **llm**: 🐛 修复 max_tokens 为无效值时导致的 API 错误 *(PR [#45](https://github.com/MarkPDFdown/markpdfdown-desktop/pull/45) by [@jorben](https://github.com/jorben))*
22+
- [`10e3a9d`](https://github.com/MarkPDFdown/markpdfdown-desktop/commit/10e3a9ddaf17f740daaecf2a92a3709a1976760e) - **llm**: 🐛 修复 max_tokens 为无效值时导致的 API 错误 *(PR [#46](https://github.com/MarkPDFdown/markpdfdown-desktop/pull/46) by [@jorben](https://github.com/jorben))*
23+
24+
### :wrench: Chores
25+
- [`aeba963`](https://github.com/MarkPDFdown/markpdfdown-desktop/commit/aeba963cb0491e543dab3e6d22a1af4474228dcd) - **about**: 🔗 更新官方网址为 https://markdown.fit *(PR [#49](https://github.com/MarkPDFdown/markpdfdown-desktop/pull/49) by [@jorben](https://github.com/jorben))*
26+
27+
728
## [0.2.2] - 2026-02-14
829
### :bug: Bug Fixes
930
- [`6c29cf0`](https://github.com/MarkPDFdown/markpdfdown-desktop/commit/6c29cf03472035d5ba3d5e559d67a009f610dc8b) - **build**: 📦 disable code signature verification for Windows updates *(PR [#42](https://github.com/MarkPDFdown/markpdfdown-desktop/pull/42) by [@jorben](https://github.com/jorben))*
@@ -120,3 +141,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120141
[0.2.0]: https://github.com/MarkPDFdown/markpdfdown-desktop/compare/0.1.8...0.2.0
121142
[0.2.1]: https://github.com/MarkPDFdown/markpdfdown-desktop/compare/0.2.0...0.2.1
122143
[0.2.2]: https://github.com/MarkPDFdown/markpdfdown-desktop/compare/0.2.1...0.2.2
144+
[0.3.1]: https://github.com/MarkPDFdown/markpdfdown-desktop/compare/0.2.2...0.3.1

0 commit comments

Comments
 (0)