Skip to content

Tags: Iamdouding/halo

Tags

v2.20.1

Toggle v2.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the problem of redirecting to previous URI with fragment after au…

…thenticated (halo-dev#6862)

#### What type of PR is this?

/kind bug
/area core
/milestone 2.20.x

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

This PR ignores URI fragment while removing redirect URI. Before that, users may be redirected to previous redirect URI that contains fragment.

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

```release-note
修复二次登录后重定向跳转至旧地址的问题
```

v2.20.0

Toggle v2.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: auth provider sorting logic for better maintainability and …

…clarity (halo-dev#6846)

* refactor: auth provider sorting logic for better maintainability and clarity

* Refine UI

* chore: remove other auth type

* Remove other auth providers

---------

Co-authored-by: Ryan Wang <[email protected]>

v2.20.0-rc.2

Toggle v2.20.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: vertical images are rotated to horizontal when generating thumbn…

…ails (halo-dev#6842)

#### What type of PR is this?
/kind improvement
/area core
/milestone 2.20.x

#### What this PR does / why we need it:
修复竖向图片生成缩略图后会丢失方向信息展示为横向图片的问题

#### Which issue(s) this PR fixes:
Fixes halo-dev#6802

#### Does this PR introduce a user-facing change?
```release-note
修复竖向图片生成缩略图后会丢失方向信息展示为横向图片的问题
```

v2.20.0-rc.1

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add globalInfo into templates model (halo-dev#6823)

#### What type of PR is this?

/kind improvement
/area core
/milestone 2.20.x

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

This PR adds globalInfo into template models and refactors password reset to adapt data binding.

Fixes halo-dev#6821

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

```release-note
None
```

v2.19.3

Toggle v2.19.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release-2.19] refactor: optimize request headers when generating thu…

…mbnails from URI (halo-dev#6633)

This is an automated cherry-pick of halo-dev#6628

/assign JohnNiang

```release-note
None
```

v2.19.2

Toggle v2.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release-2.19] Prevent null role while getting permissions (halo-dev#…

…6613)

This is an automated cherry-pick of halo-dev#6612

/assign JohnNiang

```release-note
修复取消用户角色后无法正常渲染用户列表的问题
```

v2.19.1

Toggle v2.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release-2.19] refactor: preserve original image if smaller than requ…

…ested thumbnail size (halo-dev#6583)

This is an automated cherry-pick of halo-dev#6582

/assign ruibaby

```release-note
当生成缩略图时如果原图尺寸小于请求尺寸则返回原图以保持其质量
```

v2.19.0

Toggle v2.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: solving the issue of the default editor format brush being incor…

…ectly filtered (halo-dev#6566)

#### What type of PR is this?

/kind bug
/area editor
/milestone 2.19.x

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

为默认编辑器格式刷及清除格式扩展增加 name,用于解决其重名而导致被错误过滤的问题

Fixes halo-dev#6562 

#### How to test it?

查看默认编辑中格式刷及清除格式功能是否存在且运行正常。

#### Does this PR introduce a user-facing change?
```release-note
解决默认编辑器格式刷及清除格式功能不存在的问题
```

v2.19.0-rc.4

Toggle v2.19.0-rc.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: redirect to original image if thumbnail is inaccessible (ha…

…lo-dev#6556)

#### What type of PR is this?
/kind improvement
/area core
/milestone 2.19.x

#### What this PR does / why we need it:
获取缩略图时检查缩略图链接是否可访问否则重定向到原图链接

#### Does this PR introduce a user-facing change?
```release-note
获取缩略图时检查缩略图链接是否可访问否则重定向到原图链接
```

v2.19.0-rc.3

Toggle v2.19.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: set up preview release with pkg.pr.new (halo-dev#6547)