Skip to content

Commit

Permalink
JPress v5.0.9 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Mar 9, 2023
1 parent 29869c0 commit a9867ab
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fuhai/jpress:v5.0.8
FROM fuhai/jpress:v5.0.9
LABEL maintainer="Michael Yang<[email protected]>"

WORKDIR /opt/jpress
Expand Down
14 changes: 14 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
JPress v5.0.9 2023-03-09:
新增:后台文章列表添加属性显示的功能
新增:后台文章列表发布时间访问、作者的筛选
新增:文章分页添加查询子分类的内容的开关配置
新增:后台文章列表新增访问量显示
优化:替换删除方法 "obtainDefaultIfBlank" 为 "obtainDefault"
优化:文章搜索引擎移除对阿里云 OpenSearch 的支持
优化:对 SortModel.java 进行一些重构
优化:JsoupUtils 添加 font 标签到白名单
优化:升级 Jboot 到 v4.0.9 最新版本
修复:压测下文章分类可能出现某些错误的问题



JPress v5.0.8 2023-01-06:
修复:由于 SiteContext 导致分站某些缓存信息无法正确读取的问题
修复:后台的 input 组件 type 类型错误的问题
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- db
links:
- db
image: fuhai/jpress:v5.0.8
image: fuhai/jpress:v5.0.9
ports:
- "8080:8080"
restart: always
Expand Down

0 comments on commit a9867ab

Please sign in to comment.