Releases: callme-taota/Painter
Releases · callme-taota/Painter
Release V1.0.1
Painter Release V1.0.1
🚀 New Features
- 添加文章代码块显示
- 添加用户权限分层
- 加入GORM的日志
- 更新Build.sh
- 更新界面用户入口
- 文章编辑页快捷键支持
- 文章编辑页可粘贴图片
- 前端部分通过env管理生产开发变量
- 添加使用F12提示
🐛 Fix Bugs
- 修复无法获取访问记录
- 修复用户最后操作记录的更新频率
- 修复网站没有Icon的问题
- 修复时间函数错误
最佳实践
更新了最佳实践,提供了构建和使用教程。
https://callmetaota.fun/article?id=1
Release V1.0.0
Painter v1.0.0
很高兴地宣布 painter
项目的第一个正式版本 v1.0.0
。Painter是一个博客项目。该版本包括以下平台的预编译二进制文件:
- Darwin (macOS) AMD64
- Darwin (macOS) ARM64
- Linux AMD64
- Windows AMD64
主要功能:
- 友好的用户界面
- 快速构建
文件列表:
- painter-v1.0.0-darwin-amd64.tar.gz
- painter-v1.0.0-darwin-arm64.tar.gz
- painter-v1.0.0-linux-amd64.tar.gz
- painter-v1.0.0-windows-amd64.tar.gz
安装指南:
- 下载适用于您操作系统的压缩包。
- 解压缩文件:
- Linux / macOS:
tar -xvzf painter-v1.0.0-<platform>.tar.gz
- Windows:
使用内置的解压缩工具或其他解压缩软件。
- Linux / macOS:
- 运行解压后的二进制文件:
./painter-v1.0.0-<platform>
Full Changelog: Beta-0.2.0...v1.0.0
Beta release 0.2.0
Painter-beta-0.2.0
A blog, but not only a blog
🚀 New Features
- User's self dashboard
- File system
☑️ ToDo
- Some frontend pages.
- Comment comment.
- Add suggest support.
- Add search support.
Beta release 0.1.0
Painter-beta-0.1.0
A blog, but not only a blog.
🚀 Features
Basic Blog features
- Article: Support markdown, likes, collect, comment.
- Category: Each article can have a category.
- Tag: Each article can have more than 1 tag.
- Comment: Every user can comment any article. Also you can like the comment, but you can't comment the comment(coming soon...).
- Log: Can auto calculate visit record.
- Follow: Make user can follow others.
User support
- OAuth (In the future)
- Full Profile setting.
- Registerable: You can turn painter in to a forum instead of a blog.
Others
- High frontend customizability.
- Docker support.
- Multi platform support.
- Fast build shell.
☑️ ToDo
- Some frontend pages.
- Comment comment.
- Fix some exist bugs.
- Add suggest support.
- Add search support.
- More customer setting.
- Add setting support.
Full Changelog: https://github.com/callme-taota/Painter-Blog/commits/Beta-0.1.0