Releases: cobalt-org/cobalt.rs
Releases · cobalt-org/cobalt.rs
v0.7.1: Merge pull request #247 from epage/release
v0.7.0: Merge pull request #245 from epage/release
0.7.0 (2017-06-24)
Bug Fixes
- tests:
- tests/cli/log_levels: Improve comparison error reporting (334c4d2e)
- Stabalize the CI (5d739b5)
- Upgrade to liquid-rust 0.10.0 (2421679)
cobalt serveshould ignore query strings (eb9e0b0)- Gracefully handle empty frontmatters (5aa5813)
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 newadded to create pages (formercobalt newrenamed tocobalt init) (4700f34)- Customize post sort order with
post_order: "asc"(28df5e2) - Posts now have
prevandnextattributes (dbcaf7e) - Documents now have
title,slug, andextattributes (46b3b22)
Breaking Changes
v0.6.1
v0.6.0
v0.5.0
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 cleanfrom 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
Changelog:
- Improved Windows support ([@johannhof][])
- Migrated from getopt to clap, global parameters are now available in subcommands ([@jespino][])
- Added draft support ([@johannhof][])
- Added
contentandexcerptattributes to posts ([@johannhof][] and [@nott][]) - Added
guidtag to RSS ([@nott][]) - Added
cobalt clean([@rjgoldsborough][]) - tons of other bugfixes and improvements (all of the above + [@LucioFranco][])