|
|
@@ -1,6 +1,51 @@
|
|
|
# 更新日志 (Changelog)
|
|
|
|
|
|
此文件记录所有构建版本的变更。
|
|
|
+## v1.0.37 (2026-07-08)
|
|
|
+
|
|
|
+### 文档
|
|
|
+- add article system redesign design document
|
|
|
+
|
|
|
+### 其他
|
|
|
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
|
|
+-
|
|
|
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
|
|
+-
|
|
|
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
|
|
+-
|
|
|
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
|
|
+-
|
|
|
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
|
|
+-
|
|
|
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
|
|
+-
|
|
|
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
|
|
+-
|
|
|
+
|
|
|
+### 新功能
|
|
|
+- redesign article-center with search/nav/dimension-param; enhance mind/articles with search and unified detail
|
|
|
+- unify article entry points to article-center
|
|
|
+- redesign family-members page with gear entry, detail modal, edit permissions
|
|
|
+- add /api/family/member/editable endpoint
|
|
|
+- add FamilyRelationshipService, refactor FamilyMemberService for bidirectional relations
|
|
|
+- add family_relationships table with entity/mapper/migration
|
|
|
+
|
|
|
+### Bug 修复
|
|
|
+- revert error-throwing, keep auto-create for unidentified users
|
|
|
+- prevent auto-create user when openid not found and no phoneCode
|
|
|
+- wechatLogin use real code2Session API instead of mock openid
|
|
|
+- validate openid before WeChat prepay - reject phone-prefixed/mock openid (resolves PARAM_ERROR 无效的openid)
|
|
|
+
|
|
|
+### 重构
|
|
|
+- merge wechatLogin and wechatPhoneLogin, capture phone from WeChat
|
|
|
+
|
|
|
+
|
|
|
+## v1.0.36 (2026-07-08)
|
|
|
+
|
|
|
+### 工程化
|
|
|
+- auto bump version and changelog [skip ci]
|
|
|
+
|
|
|
+
|
|
|
## v1.0.35 (2026-07-08)
|
|
|
|
|
|
### Bug 修复
|