Skip to content

Commit 752e3e1

Browse files
committed
update docs
1 parent 8b3606a commit 752e3e1

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
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.2',
47+
text: 'v1.4.3',
4848
items: [
4949
{
5050
text: '线上演示',

docs/changelog.md

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

12-
## [v1.4.2](https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.4.2) - 2025-05-29
12+
## [v1.4.3](https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.4.3) - 2025-06-02
1313

1414
### What's Changed
1515

16-
* Update changelog for v1.4.1 by [@wu-clan](https://github.com/wu-clan)
17-
in [#630](https://github.com/fastapi-practices/fastapi_best_architecture/pull/630)
18-
* Update non-linked sidebar support by [@wu-clan](https://github.com/wu-clan)
19-
in [#633](https://github.com/fastapi-practices/fastapi_best_architecture/pull/633)
20-
* Update the captcha invalidation error class by [@wu-clan](https://github.com/wu-clan)
21-
in [#634](https://github.com/fastapi-practices/fastapi_best_architecture/pull/634)
22-
* Optimize role-related data processing performance by [@wu-clan](https://github.com/wu-clan)
23-
in [#635](https://github.com/fastapi-practices/fastapi_best_architecture/pull/635)
24-
* Optimize install and build of plugin zip by [@wu-clan](https://github.com/wu-clan)
25-
in [#636](https://github.com/fastapi-practices/fastapi_best_architecture/pull/636)
26-
* Fix auto-increment id for postgres init data by [@huyuwei1996](https://github.com/huyuwei1996)
27-
in [#632](https://github.com/fastapi-practices/fastapi_best_architecture/pull/632)
28-
* Fix: prevent overwriting existing init files in code generator by [@lin-wu-1990](https://github.com/lin-wu-1990)
29-
in [#637](https://github.com/fastapi-practices/fastapi_best_architecture/pull/637)
30-
* Simplify the user info update business by [@wu-clan](https://github.com/wu-clan)
31-
in [#638](https://github.com/fastapi-practices/fastapi_best_architecture/pull/638)
16+
* Update changelog for v1.4.2 by [@wu-clan](https://github.com/wu-clan)
17+
in [#639](https://github.com/fastapi-practices/fastapi_best_architecture/pull/639)
18+
* Fix the role update business variables by [@wu-clan](https://github.com/wu-clan)
19+
in [#640](https://github.com/fastapi-practices/fastapi_best_architecture/pull/640)
20+
* Fix the menu delete interface arg description by [@wu-clan](https://github.com/wu-clan)
21+
in [#641](https://github.com/fastapi-practices/fastapi_best_architecture/pull/641)
22+
* Fix the filter of query all menus by [@wu-clan](https://github.com/wu-clan)
23+
in [#642](https://github.com/fastapi-practices/fastapi_best_architecture/pull/642)
24+
* Refactor routes to better align with RESTful by [@wu-clan](https://github.com/wu-clan)
25+
in [#645](https://github.com/fastapi-practices/fastapi_best_architecture/pull/645)
26+
* Update the server startup time to string by [@wu-clan](https://github.com/wu-clan)
27+
in [#646](https://github.com/fastapi-practices/fastapi_best_architecture/pull/646)
28+
* Add get all data scope rules interface by [@wu-clan](https://github.com/wu-clan)
29+
in [#647](https://github.com/fastapi-practices/fastapi_best_architecture/pull/647)
30+
* Add data permission condition for filter data by [@wu-clan](https://github.com/wu-clan)
31+
in [#648](https://github.com/fastapi-practices/fastapi_best_architecture/pull/648)
32+
* Update default value for role filter scopes by [@wu-clan](https://github.com/wu-clan)
33+
in [#649](https://github.com/fastapi-practices/fastapi_best_architecture/pull/649)
34+
* Fix data permission condition for filter data by [@wu-clan](https://github.com/wu-clan)
35+
in [#650](https://github.com/fastapi-practices/fastapi_best_architecture/pull/650)
3236

3337
## New Contributors
3438

0 commit comments

Comments
 (0)