Skip to content

Releases: DannyBen/madness

v1.2.1

23 Jun 12:45
9d09f75
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

18 Apr 07:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.2.0

v1.1.5

28 Mar 14:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

09 Feb 09:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.4

v1.1.2

19 Apr 06:40
Compare
Choose a tag to compare

What's Changed

  • Add optional 'Page Source' link to all pages by @DannyBen and @quijote in #148
  • Drop support for Ruby 2.x

Full Changelog: v1.1.1...v1.1.2

v1.1.1

09 Mar 16:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Feb 15:40
Compare
Choose a tag to compare

Thanks to @xorguy for the feature suggestion.

What's Changed

  • Change how static files are served and add base_uri config by @DannyBen in #144

Full Changelog: v1.0.0...v1.1.0

v1.0.0

17 Feb 10:02
Compare
Choose a tag to compare

This is the first major release, with some minor breaking changes.

Breaking Changes

  • Update in-page TOC: It now requires #-style headers to function, and allows setting a custom header
  • Markdown inside <div> will no longer be rendered.
  • Remove some styling related command line flags by @DannyBen in #135

Other Changes

  • Increase sidebar width by 50px
  • Change icons
  • Switch from Commonmarker to RedCarpet renderer
  • Change landing page by @DannyBen in #134
  • Remove support for line numbers in syntax highlighting by @DannyBen in #136
  • Refactor CSS with color variables by @DannyBen in #137
  • Refactor command line interface by @DannyBen in #138
  • Add madness config show command by @DannyBen in #139
  • Add madness theme css command to copy the public css by @DannyBen in #140
  • Update colsole to >= 0.8.1 by @DannyBen in #141
  • Add support for CSS partials and 'madness theme colors' command by @DannyBen in #142

Full Changelog: v0.9.9...v1.0.0

v0.9.9

16 Jan 18:34
Compare
Choose a tag to compare
  • Update dependencies (#132)

Full Changelog: v0.9.8...v0.9.9

v0.9.8

05 Dec 16:04
Compare
Choose a tag to compare

This is primarily a dependencies upgrade release.

  • Upgrade to Sinatra 3 (#128)
  • Allow Puma 6 (c18aaae)
  • Refactor with rubocop (#129)