Skip to content

Releases: hexojs/hexo

1.1.4

04 Jul 03:19
Compare
Choose a tag to compare

Deploy

  • Added ftp deploy plugin. Only for Linux platform. (#167)

Fixed

  • Escape special characters in URI (#187)
  • Escape # when creating new post file. (#169)
  • Typo (#176)

1.1.3

04 Jul 03:21
Compare
Choose a tag to compare

Tag plugins

  • New: iframe (#162)
  • Updated: jsfiddle (#162)

Fixed

  • layout: false not working (#158)

1.1.2

04 Jul 03:29
Compare
Choose a tag to compare

Fixed

  • Category/Tag map (#149)

1.1.1

04 Jul 03:30
Compare
Choose a tag to compare

Fixed

  • YAML Front Matter issue

1.1.0

04 Jul 03:37
Compare
Choose a tag to compare

New Helpers

  • Conditional: is_current, is_home, is_post, is_archive, is_year, is_month, is_category, is_tag
  • Date: date, date_xml, time, full_date, time_tag, moment
  • Form: search_form
  • Format: word_wrap, truncate, truncate_words
  • Link: link_to, mail_to
  • List: list_categories, list_tags, list_archives
  • Number: number_format

Render Console

Usage:

$ hexo render <input1> [input2] ... -o/--output [output]

Minor Changes

  • Simplify render process
  • CSS/JS helper: Add / and extension automatically.
  • Added Markdown support for pullquote tag
  • Render API: Added isRenderable, isRenderableSync, getOutput method.
  • Server: Print error message in debug mode.
  • Update package.json when initialization.
  • Ignore empty category/tag when generating.

Fixed

  • Partial file empty or not exists will cause render failed.
  • Server redirection

1.0.9

04 Jul 03:40
Compare
Choose a tag to compare

Minor changes

  • Added highlight alias of CoffeeScript: coffee, coffee-script (#131)
  • Added id property in post model. (#130)

1.0.8

04 Jul 03:43
Compare
Choose a tag to compare

Minor Changes

  • Added HTML renderer (#123)
  • Array support for CSS/JS helper
  • Added Markdown helper

Fixed

  • Markdown support for blockquote tag (#126)

1.0.7

04 Jul 03:46
Compare
Choose a tag to compare

Fixed

  • Tag cloud (#117)
  • Server redirection
  • Deploy failed (#105, #115)
  • Generated link not matched with configuration (#103)

1.0.6

04 Jul 03:47
Compare
Choose a tag to compare

Fixed

  • Multi line contents doesn't escaped in Markdown (#112)
  • Removed UTF BOM (#104)

1.0.5

04 Jul 03:49
Compare
Choose a tag to compare

Minor Changes

  • Ignore filename ended with ~ (#109)

Fixed

  • category_dir not working (#103)
  • Empty post bug (#111)
  • Tag bug after post updated (#110)