Releases: fuxiaohei/GoBlog
Releases · fuxiaohei/GoBlog
release 0.2.5
[feature] tag list and tagged article list support.
[feature] article sidebar support. It contains popular articles, recent comments and tag list.
[feature] add theme and reader in cmd pages. Theme page can set theme options, Reader page displays all authors of comments.
[enhancement] add 'saber' theme as two columns design. Fix responsive bugs.
[enhancement] combine timers in backend. Add timer func api methods.
[enhancement] some validation tip in front-end and strict input data validation in backend.
[enhancement] theme template cache and content markdown rendered cache (if go parses markdown not marked.js)
beta-release v0.2.0
- [bug] comment authr error if updating admin user data.
- [bug] plugin handler can't activate sometimes.
- [bug] content draft status error.
- [feature] message support. When new comment, add message and display in admin dashboard.
- [feature] add hooks in content, comment, setting and user behaviors.
- [feature] use xml template for rss and sitemap, not gorrila/feed package.
- [enhancement] add messages, logs and monitor page for system pages.
- [enhancement] add route support in plugin methods.
- [enhancement] add navigation settings in admin setting page.
- [extra] add gobuild.io support in readme.md
stable-release v0.1.6
- [bug] clean page break when rendering markdown by golang.
- [bug] add c_footer_ga to ling template, update reponsive design.
- [enhancement] save json files without indent string.
- [enhancement] add locker when saving json files.
beta-release v0.1.5
- [bug] the upload directory is not created when installing.
- [bug] can not keep comment author approved status in storage json.
- [featue] golang markdown support, add setting to enable golang markdown render.
- [featue] theme switch supprot, add setting to set theme directory name.
- [featue] upgrade command support.
- [featue] simple plugin support, add hello plugin and email notify plugin.
- [enhancement] response design support.
- [enhancement] add smtp support for email notify plugin.
- [enhancement] simple admin dashboard design.
- [extra] update readme.md
beta-release v0.1.1
- finish comment module all.
- finish backup to zip support.
- finish unzip-self installation.
- use staticfile.org cdn for static js and css libraries.
pre-release v0.1
- finish blog module.
- finish part of comment module. only work for articles.
- finish category module.
- finish setting module.
- finish simple admin and external ui.
- finish logger module.