NO-ISSUE Merged from release/0.3 #130

Merged
squid merged 3 commits from release/0.3 into main 2025-08-12 22:15:25 +08:00

3 Commits

Author SHA1 Message Date
f62fb15375 NO-ISSUE build: update backend version
All checks were successful
Frontend CI / build (push) Successful in 1m26s
Deployment / deployment (release) Successful in 5m19s
Auto Comment On PR / add_improve_comment (pull_request) Successful in 12s
PR Title Check / pr-title-check (pull_request) Successful in 13s
2025-08-12 21:59:28 +08:00
fcada15211 BLOG-128 Fix logic for determining published post access based on user login status (#129)
Some checks failed
Frontend CI / build (push) Has been cancelled
### Description

The relationship between `is_published_only` and `has_logged_in`:

| is_published_only | has_logged_in | result |
| ----------------- | ------------- | ------ |
| T                 | T             | T      |
| T                 | F             | T      |
| F                 | T             | F      |
| F                 | F             | T      |

### Package Changes

_No response_

### Screenshots

_No response_

### Reference

Resolves #128

### Checklist

- [x] A milestone is set
- [x] The related issuse has been linked to this branch

Reviewed-on: #129
Co-authored-by: SquidSpirit <squid@squidspirit.com>
Co-committed-by: SquidSpirit <squid@squidspirit.com>
2025-08-12 21:58:25 +08:00
a3892f2289 NO-ISSUE build: update app version
All checks were successful
Frontend CI / build (push) Successful in 1m11s
Deployment / deployment (release) Successful in 13m55s
2025-08-06 23:01:34 +08:00