Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: cobalt-org/cobalt.rs

v0.7.1: Merge pull request #247 from epage/release

25 Jun 04:56

Choose a tag to compare

0.7.1 (2017-06-25)

Bug Fixes

  • CI:
    • Show all build failures, not just first (52916cd8)
    • Re-enable Stable builds on Linux (24f3b209)

v0.7.0: Merge pull request #245 from epage/release

24 Jun 04:30

Choose a tag to compare

0.7.0 (2017-06-24)

Bug Fixes

Performance

  • document: cache off Regex objects (2b2525c1)

Features

  • More advanced blacklisting, now with whitelisting! (be05d963, closes #221)
  • attributes: Add input-file based attributes (95fb81f5)
  • debug: Dump intermediate state (fec65b37)
  • Upgrade to liquid-rust 0.10.0 (2421679)
  • cobalt new added to create pages (former cobalt new renamed to cobalt init) (4700f34)
  • Customize post sort order with post_order: "asc" (28df5e2)
  • Posts now have prev and next attributes (dbcaf7e)
  • Documents now have title, slug, and ext attributes (46b3b22)

Breaking Changes

  • .cobalt.yml's ignore changed to gitingore format (be05d963, closes #221)
  • cobalt new renamed to cobalt init (fe3a246)

v0.6.1

28 Feb 20:40

Choose a tag to compare

Bump version to 0.6.1 for Win path fix

v0.6.0

27 Feb 18:26

Choose a tag to compare

Bump version to 0.6.0

v0.5.0

13 Jan 23:58

Choose a tag to compare

Changelog:

  • We now generate binaries for OSX, Windows, and Linux ([@johannhof][])
  • Experimental Syntax Highlighting support (behind a compiler flag until we fix Windows support)([@gnunicorn][])
  • Prevent cargo clean from deleting the current directory ([@kracekumar][])
  • Set charset utf-8 in the default template ([@nott][])
  • tons of other bugfixes and improvements (all of the above + [@benaryorg][], [@crodjer][] and [@uetoyo][])

v0.4.0

14 Jan 00:00

Choose a tag to compare

Changelog:

  • Improved Windows support ([@johannhof][])
  • Migrated from getopt to clap, global parameters are now available in subcommands ([@jespino][])
  • Added draft support ([@johannhof][])
  • Added content and excerpt attributes to posts ([@johannhof][] and [@nott][])
  • Added guid tag to RSS ([@nott][])
  • Added cobalt clean ([@rjgoldsborough][])
  • tons of other bugfixes and improvements (all of the above + [@LucioFranco][])