Skip to content

Releases: fuxiaohei/GoBlog

release 0.2.5

27 Feb 15:39
Compare
Choose a tag to compare

[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

11 Feb 14:40
Compare
Choose a tag to compare
beta-release v0.2.0 Pre-release
Pre-release
  • [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

27 Jan 16:20
Compare
Choose a tag to compare
  • [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

25 Jan 05:17
Compare
Choose a tag to compare
beta-release v0.1.5 Pre-release
Pre-release
  • [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

16 Jan 08:02
Compare
Choose a tag to compare
beta-release v0.1.1 Pre-release
Pre-release
  1. finish comment module all.
  2. finish backup to zip support.
  3. finish unzip-self installation.
  4. use staticfile.org cdn for static js and css libraries.

pre-release v0.1

02 Jan 14:32
Compare
Choose a tag to compare
pre-release v0.1 Pre-release
Pre-release
  1. finish blog module.
  2. finish part of comment module. only work for articles.
  3. finish category module.
  4. finish setting module.
  5. finish simple admin and external ui.
  6. finish logger module.