Skip to content

Releases: puti-projects/puti

v0.4.2

29 Nov 18:32
Compare
Choose a tag to compare

功能和优化

  • Go 版本更新到 1.21
  • 知识库前端支持局部加载
  • 默认启用自动HTTPS
  • 增加默认跳转,非www到www,http到https
  • DockerHub 镜像推送改用 Github Action
  • Jwt包切换到 github.com/golang-jwt/jwt

Bug 修复

  • dockerfile gosu 安装失败

Feature and Enhancement

  • Go version updated to 1.21
  • Front-end of the knowledge base supports partial loading
  • Automatic HTTPS is enabled by default
  • Default redirects are added, from non-www to www, and from http to https
  • DockerHub image push is replaced by Github Action
  • Jwt package is switched to github.com/golang-jwt/jwt

Bug fixes

  • Failure in gosu installation in dockerfile

v0.4.1

22 Mar 18:07
Compare
Choose a tag to compare

功能和优化

  • 优化 Auto HTTPS 和 Health Check;目前不做重定向判断,如根域名到 www 域名,HTTP 到 HTTPS;较好的实践是再加一层 WebServer。
  • 主题支持 favicon.ico 自定义

Bug 修复

  • 修复一个缓存刷新问题

Feature and Enhancement

  • Optimize Auto HTTPS and Health Check; currently, no redirection judgment is made, such as root domain name to www domain name, HTTP to HTTPS; a better practice is to add another layer of WebServer.
  • Theme supports a custom favicon.ico file now

Bug Fixed

  • Fix a cache refresh problem

v0.4.0

26 Nov 14:16
Compare
Choose a tag to compare

功能和优化

  • 新增知识库大板块(含笔记和文档;文档有多版本功能而笔记没有)
  • 前台部分页面增加缓存

Feature and Enhancement

  • Added knowledge base section (including notes and documents; documents have multi-version functions but notes do not)
  • Increase cache for some pages in the foreground

v0.3.1

06 Nov 17:43
Compare
Choose a tag to compare

功能和优化

  • 目录优化、CI 优化,代码质量检查
  • 增加自动 HTTPS(autocert),优化配置
  • 简化部署
  • 移除 Circle-CI,Github Action 取代

Bug 修复

  • 修复 GORM v2 带来的兼容性问题

Feature and Enhancement

  • Catalog optimization, CI optimization, code quality inspection
  • Add automatic HTTPS (autocert), optimize configuration
  • Simplified deployment
  • Remove Circle-CI and replace it with Github Action

Bug Fixed

  • Fix compatibility issues brought by GORM v2

v0.3.0

12 Sep 13:36
Compare
Choose a tag to compare

功能和优化

  • 优化 Lin 主题 Latex 公式样式在移动端的展示
  • 移除 vendor 目录和依赖,使用 goproxy
  • 支持 Github Actions
  • 大量基础组件优化和重构
  • 后台 api 结构重构
  • 升级 GROM 到 v2

Bug 修复

  • 修复标签修改出错的问题

Feature and Enhancement

  • Optimize the display of the Lin theme Latex formula style on the mobile terminal
  • Remove vendor directory and dependencies, use goproxy
  • Support Github Actions
  • A large number of basic component optimization and reconstruction
  • Back-end api structure reconstruction
  • Upgrade GROM to v2

Bug Fixed

  • Fix the problem of incorrect label modification

v0.2.2

14 Aug 08:54
Compare
Choose a tag to compare

功能和优化

  • 新增或编辑文章时现在可以选择封面图了
  • 优化后台管理媒体库展示
  • 优化 Lin 主题样式

Bug 修复

  • 修复加载主题时加载错误的文件(非文件夹)

Feature and Enhancement

  • You can now choose a cover image when you add or edit an article now.
  • Optimize background management media library style display
  • Optimize theme Lin's styles

Bug Fixed

  • Fixed loading wrong files (non-folder) when loading theme

v0.2.1

05 Aug 17:25
Compare
Choose a tag to compare

功能和优化

  • 调整后台管理样式
  • 优化 Lin 主题的一些样式

Bug 修复

  • 修复创建或编辑文章时,选择专题的树形结构取值不正确导致文章数计算不对
  • 修复 Lin 主题页面和归档页侧栏无法展开
  • 修复仪表盘系统信息 widget 的显示错误

Feature and Enhancement

  • Adjusted background management styles
  • Optimized some styles of theme Lin

Bug Fixed

  • Fixed the tree structure of subject which cause the number of articles is incorrectly calculate when created or edited article
  • Fixed the theme Lin's page and archive page sidebar cannot be expanded
  • Fixed display error of dashboard system information widget

v0.2.0

20 Jul 16:45
Compare
Choose a tag to compare

Feature and Enhancement

  • 新增新主题 Lin
  • 新增主题管理,可以自由切换不同的主题
  • 优化 logger 日志组件

Bug Fixed

  • 修复创建或者编辑文章时,选择分类的树形强关联,导致提交的数据不正确
  • 修复 Emma 主题 katex css 引入的 bug

Feature and Enhancement

  • Added new theme Lin
  • Added theme management, now we can switch installed theme simply
  • Optimized logger component

Bug Fixed

  • Fixed catergory select to strectly tree when creating or editing article.
  • Fixed theme Emma import katex css in wrong way

v0.1.0 Fisrt version

30 Mar 21:27
Compare
Choose a tag to compare

第一个版本,包含基本功能,已经初步成型。包含以下内容:

  • 登录
  • 文章
  • 页面
  • 分类
  • 标签
  • 专题
  • 媒体
  • 用户
  • 普通设置
  • 主题支持
  • HTTPS
  • WebServer 转发
  • Docker 镜像支持

The first version, which contains basic features, has been initially formed. Contains the following:

  • Log in
  • Article
  • Page
  • Category
  • Tag
  • Subject
  • Media
  • User
  • Normal settings
  • Theme support
  • HTTPS
  • WebServer forwarding
  • Docker image support
  • etc.