Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.52 KB

CHANGELOG.adoc

File metadata and controls

44 lines (35 loc) · 1.52 KB

0.3.0

  • fix(excerpt): add a fix for CJK language

  • feat(authorization): #128 recreate token on login

  • fix(generator): add context

  • fix(PostsServices): fix deferred in _readContentAndConvert

  • doc(README): add a link for the video Updating HubPress

0.2.0

  • fix(README en): add information about hp-alt-title

  • fix(casper): fix overflow for .content

  • fix(settings): fix messages and loader after form is submitted

  • feat(compilation): added syntax highlighting

  • feat(title): added hp-alt-title parameter for an alternative blog post title

  • fix(theme): fix XX ago in DateTime-format

  • feat(editing): added configurable rendering delay setting in HubPress settings to reduce UI lag for fast typers

  • feat(tags): added tag generation

  • fix(notification): Sanitized all error messages with consistent info

  • fix(theme): removed protocol from theme url

  • doc(README): added README-es File

0.1.1

  • fix(sync): fixed error when no post

  • fix(https): report #99

  • fix(uno): fix pre overflow

  • fix(build): uglify app.js

  • fix(auth): use token after login

  • fix(theme): removed RSS links and fix uno bug on gh-pages

  • fix(SettingsStore): refactor getSiteUrl

  • fix(ajax-cache): Add timestamp for json files and version for hbs theme files

  • fix(PostsServices) :

    • Removed test on sha : sync all posts

    • Convert asciidoc content only if content has changed

    • Fix url on share links

    • Add a .last-sha file to force github to update site

  • fix(ascidoctor): applyScripts only if content change, fix firefox and chrome beta

0.1.0

  • Initial import