You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
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))*
-[`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
+
7
28
## [0.2.2] - 2026-02-14
8
29
### :bug: Bug Fixes
9
30
-[`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
0 commit comments