Skip to content

Releases: cobalt-org/cobalt.rs

v0.6.0

27 Feb 18:26
Compare
Choose a tag to compare
Bump version to 0.6.0

v0.5.0

13 Jan 23:58
Compare
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
Compare
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][])