Skip to content

Commit 65815ca

Browse files
committed
update docs
1 parent 94a1f62 commit 65815ca

File tree

2 files changed

+14
-22
lines changed

2 files changed

+14
-22
lines changed

docs/.vuepress/navbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const myNavbar = defineNavbarConfig([
4444
]
4545
},
4646
{
47-
text: 'v1.4.0',
47+
text: 'v1.4.1',
4848
items: [
4949
{
5050
text: '线上演示',

docs/changelog.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,22 @@ title: 更新日志
99
的成熟与稳定,更意味着它已完全通过验证,可以安心投入生产环境使用。在未来的版本迭代中,我们将持续为开发者带来更优质的产品体验。敬请期待!🤗
1010
:::
1111

12-
## [v1.4.0](https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.4.0) - 2025-05-22
12+
## [v1.4.1](https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.4.1) - 2025-05-25
1313

1414
### What's Changed
1515

16-
* Update changelog for v1.3.0 by [@wu-clan](https://github.com/wu-clan)
17-
in [#605](https://github.com/fastapi-practices/fastapi_best_architecture/pull/605)
18-
* Add new plugin status check interface by [@wu-clan](https://github.com/wu-clan)
19-
in [#606](https://github.com/fastapi-practices/fastapi_best_architecture/pull/606)
20-
* Update the new plugin status to changed by [@wu-clan](https://github.com/wu-clan)
21-
in [#607](https://github.com/fastapi-practices/fastapi_best_architecture/pull/607)
22-
* Fix the task result schema param type by [@wu-clan](https://github.com/wu-clan)
23-
in [#611](https://github.com/fastapi-practices/fastapi_best_architecture/pull/611)
24-
* Fix the plugin status update logic by [@wu-clan](https://github.com/wu-clan)
25-
in [#613](https://github.com/fastapi-practices/fastapi_best_architecture/pull/613)
26-
* Update uninstall and build plugin api method by [@wu-clan](https://github.com/wu-clan)
27-
in [#614](https://github.com/fastapi-practices/fastapi_best_architecture/pull/614)
28-
* Fix non-asyncio nested async IO by [@wu-clan](https://github.com/wu-clan)
29-
in [#610](https://github.com/fastapi-practices/fastapi_best_architecture/pull/610)
30-
* Update the build plugin api params by [@wu-clan](https://github.com/wu-clan)
31-
in [#615](https://github.com/fastapi-practices/fastapi_best_architecture/pull/615)
32-
* Update uv installation in docker deploy by [@wu-clan](https://github.com/wu-clan)
33-
in [#619](https://github.com/fastapi-practices/fastapi_best_architecture/pull/619)
34-
* Update the OAuth2 module to plugin by [@wu-clan](https://github.com/wu-clan)
35-
in [#620](https://github.com/fastapi-practices/fastapi_best_architecture/pull/620)
16+
* Update changelog for v1.4.0 by [@wu-clan](https://github.com/wu-clan)
17+
in [#621](https://github.com/fastapi-practices/fastapi_best_architecture/pull/621)
18+
* Update the menu path and type columns by [@wu-clan](https://github.com/wu-clan)
19+
in [#622](https://github.com/fastapi-practices/fastapi_best_architecture/pull/622)
20+
* Add the deepwiki badge to README by [@wu-clan](https://github.com/wu-clan)
21+
in [#623](https://github.com/fastapi-practices/fastapi_best_architecture/pull/623)
22+
* Refactor the system token to online users by [@wu-clan](https://github.com/wu-clan)
23+
in [#624](https://github.com/fastapi-practices/fastapi_best_architecture/pull/624)
24+
* Update the token check for logout interface by [@wu-clan](https://github.com/wu-clan)
25+
in [#625](https://github.com/fastapi-practices/fastapi_best_architecture/pull/625)
26+
* Update the token decode for logout interface by [@wu-clan](https://github.com/wu-clan)
27+
in [#629](https://github.com/fastapi-practices/fastapi_best_architecture/pull/629)
3628

3729
::: demo-wrapper title="Full Changelog"
3830
完整日志请查看:[CHANGELOG.md](https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)