v0.11.7
Pre-release
Pre-release
问题修复
- 主题加载机制问题 #455
新特性
- 新增
StaticEndpoint
支持获取所有字体URL的接口,所有字体放在用户工作目录下的字体目录statics/fonts
里 - web console 视频预览引入artplayer #520
优化
- 静态文件加载逻辑,通过URL访问
/static/**
,支持在下列三种目录加载静态文件:- 用户工作目录下的静态目录
statics
目录下 ClassPath
的static
目录下ClassPath
的templates/static
目录下
- 用户工作目录下的静态目录
- 条目收藏形式优化,提交条目收藏时同时提交条目收藏类型 #521
主題
- 默认主题的视频播放器切换为
artplayer.js
安全修复
- console crypto-js: crypto-js PBKDF2 1,000 times weaker than specified in 1993 and 1.3M times weaker than current standard #18
- console axios: Axios Cross-Site Request Forgery Vulnerability #21
What's Changed
- fix: dependabot alerts from console. by @li-guohao in #509
- fix: task buildFrontend fail issue and upgrade version to v0.11.7 by @li-guohao in #510
- build: update config file for GitHub action build docker images.Docker by @li-guohao in #511
- build: update ikaros_ci_build_dev_container.yml by @li-guohao in #512
- build: update github ci build docker image config. by @li-guohao in #513
- build: revert for github action build images changes. by @li-guohao in #514
- docs: update build doc by @li-guohao in #515
- feat: user static resource req and fonts url api by @li-guohao in #518
- fix: theme load issue by @li-guohao in #519
- feat: web console switch video player to artplayer.js by @li-guohao in #523
- optimize: subject collect by @li-guohao in #525
- optimize: support default theme simple switch video player to artplayer.js by @li-guohao in #526
Full Changelog: v0.11.6...v0.11.7