Skip to content

Tags: halo-dev/halo

Tags

v2.22.4

Toggle v2.22.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: when pasting a single image it is mistakenly identified as a link (

#8154)

#### What type of PR is this?

/kind bug
/area editor
/milestone 2.22.x

#### What this PR does / why we need it:

当前粘贴单张图片时,会错误的将单张图片识别为链接而非文件。

本 PR 修复了这个问题,目前粘贴单张图片时,会将其作为一个图片进行上传处理。
另外修复了当粘贴本地资源文件时,会导致将其错误识别为外部链接的情况。

#### How to test it?

1. 复制一个外���图片。
2. 在编辑器中任意一个位置粘贴。
3. 查看其是否进行了上传

#### Which issue(s) this PR fixes:

Fixes #7912
Fixes #7864

#### Does this PR introduce a user-facing change?
```release-note
解决编辑器粘贴富文本内单个图片时无法正确上传的问题
```

v2.22.3

Toggle v2.22.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add annotation settings endpoint to aggregate with activated theme an…

…d started plugins (#8129)

#### What type of PR is this?

/kind feature
/area core
/milestone 2.22.x

#### What this PR does / why we need it:

This PR adds annotation settings endpoint to aggregate with activated theme and started plugins.

Please note that this API is available for authenticated users.

#### Which issue(s) this PR fixes:

Fixes #8038
Fixes #6650
Fixes #4953

#### Special notes for your reviewer:

#### Does this PR introduce a user-facing change?

```release-note
个人中心文章设置支持元数据表单
```

v2.22.2

Toggle v2.22.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reorder route patterns to resolve conflicts with post query parameters (

#8116)

#### What type of PR is this?

/kind bug
/area core
/milestone 2.22.x

#### What this PR does / why we need it:

This PR reorders route patterns to resolve conflicts with post query parameters and index route.

#### Which issue(s) this PR fixes:

Fixes #8105

#### Special notes for your reviewer:

Try to set post route rule to `/?p{name}` and request any posts.

#### Does this PR introduce a user-facing change?

```release-note
修复部分文章路由规则配置失效的问题
```

v2.22.1

Toggle v2.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update download link for app store plugin (#8113)

v2.22.0

Toggle v2.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement attachment upload endpoints for console and user center (#8092

)

* Implement attachment upload endpoints for console and user center

* Generate api client

Signed-off-by: Ryan Wang <i@ryanc.cc>

* Refactor attachment upload API usage across editors

* Update attachment settings labels and options

* Update help texts and labels in system-setting.yaml

* Deprecate avatarPolicy and ucAttachmentPolicy in SystemSetting; update uploadAvatar method to use new attachment policy retrieval

* Refactor attachment upload logic to use filename method and improve avatar policy fetching

---------

Signed-off-by: Ryan Wang <i@ryanc.cc>
Co-authored-by: Ryan Wang <i@ryanc.cc>

v2.22.0-rc.1

Toggle v2.22.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update SQL initialization platform to mariadb in application-mariadb.…

…yaml (#8074)

#### What type of PR is this?

/kind bug
/area core
/milestone 2.22.x

#### What this PR does / why we need it:

This PR updates SQL initialization platform configration to mariadb in application-mariadb.yaml.

#### Does this PR introduce a user-facing change?

```release-note
None
```

v2.22.0-alpha.4

Toggle v2.22.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor iconify label rendering into IconifyLabel component (#8065)

v2.22.0-alpha.3

Toggle v2.22.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor attachment policy fetching and UI components (#8057)

v2.22.0-alpha.2

Toggle v2.22.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add manual icon edit to IconifyInput (#8033)

v2.22.0-alpha.1

Toggle v2.22.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add ignore attribute to FormKit components in Icon.vue (#8009)