Skip to content

v2.4.3

Compare
Choose a tag to compare
@qwqcode qwqcode released this 29 Oct 10:59
· 1039 commits to master since this release
v2.4.3
9dccfe4

⚠️ Are you looking for historical versions?

The backend code for Artalk has been merged into this repository. This page does not include all historical versions. Previous versions of the program can be found on the release page of the ArtalkJS/ArtalkGo code repository: https://github.com/ArtalkJS/ArtalkGo/releases.

(Related PR: #345)

⚠️ 您是否在寻找历史版本?

Artalk 后端代码已合并至该仓库,本页面并不包含所有历史版本,旧版程序可在 ArtalkJS/ArtalkGo 代码仓库的发行页中找到:https://github.com/ArtalkJS/ArtalkGo/releases

(相关的 PR: #345)

新增

  • 新增控制台 账户管理 功能 (#296)
  • 新增控制台 评论搜索 功能 (#294)
  • 新增控制台 独立登录页面
  • 默认引用来自后端 API 提供的前端配置 (默认启用 useBackendConf) (#302)
  • 新增配置项 avatarURLBuilder 支持自定义生成头像链接 (#295)

优化

  • 侧边栏呼出动画性能优化 (44ef08d)
  • 控制台设置界面优化 (70c6ee2)

修复

  • 修复对 base64 图片插入的支持 (#288)
  • 删除重复且无用的侧边栏 Layer 元素 (#293)
  • 修复控制台的若干问题

变动

⚠️ 前端目前已默认将 useBackendConf 设置为 true,这将默认引用来自后端 API 提供的配置:你在前端代码中编写的配置将会被覆盖。

new Artalk({
  useBackendConf: true // 新版默认此项为 true
})

你可在控制台“设置”界面修改前端配置项,若有需要可将 useBackendConf 设置为 false

(详情见文档:在后端控制前端)

后端更新

请升级后端到 v2.3.0+

Full Changelog: v2.4.2...v2.4.3