Skip to content

Latest commit

 

History

History
639 lines (364 loc) · 27.6 KB

CHANGELOG.md

File metadata and controls

639 lines (364 loc) · 27.6 KB

Changelog

v1.2.1 - 2024-06-23

v1.2.0 - 2024-04-18

  • Fix diacritics in header IDs (slugs) d38fef6
  • Update breadcrumbs href with a trailing slash 6ecf43d
  • Refactor breadcrumbs data structure 509b23b
  • Fix inline Table of Contents invalid parsing of code blocks 86b560c
  • Add pandoc as an alternative rendering engine ad8bcd5
  • Fix Table of Contents for headers with diacritics (requires pandoc renderer) 55f6665
  • Add pandoc executable to docker image 830f67d
  • Compare v1.1.5..v1.2.0

v1.1.5 - 2024-03-28

v1.1.4 - 2024-02-09

v1.1.2 - 2023-04-19

v1.1.1 - 2023-03-09

v1.1.0 - 2023-02-22

v1.0.0 - 2023-02-17

  • Change landing page 3e79fc8
  • Remove some styling related command line flags ba6dbfd
  • Remove support for line numbers in syntax highlighting 6c8913d
  • Update in-page TOC: It now requires #-style headers to function, and allows setting a custom header cb0bd7a
  • Increase sidebar width by 50px 7036414
  • Change icons 83a5572
  • Switch from Commonmarker to RedCarpet renderer 64ce488
  • Refactor CSS with color variables ec967b2
  • Refactor command line interface 2fd5858
  • Add 'madness config show' command cd53946
  • Add 'madness theme css' command to copy the public css 44ee5a5
  • Upgrade dependencies 9b577a0
  • Fix table of contents slugs fa94bb5
  • Add support for CSS partials and 'madness theme colors' command 38af6e4
  • Compare v0.9.9..v1.0.0

v0.9.9 - 2023-01-16

v0.9.8 - 2022-12-05

v0.9.7 - 2022-09-09

v0.9.6 - 2022-07-01

v0.9.5 - 2022-01-21

v0.9.4 - 2021-09-16

v0.9.3 - 2021-02-05

v0.9.2 - 2021-01-13

  • Improve search so that it is an OR search by default, and allows quoted phrases for exact match 823fa1f
  • Compare v0.9.1..v0.9.2

v0.9.1 - 2021-01-04

v0.9.0 - 2020-12-31

v0.8.6 - 2020-12-26

v0.8.5 - 2020-12-03

v0.8.4 - 2020-11-08

v0.8.3 (2020-05-06)

Full Changelog

Merged pull requests:

v0.8.2 (2020-04-27)

Full Changelog

Merged pull requests:

v0.8.1 (2020-04-26)

Full Changelog

Implemented enhancements:

  • Consider re-adding GraphViz / UML support #41

Merged pull requests:

v0.8.0 (2019-12-29)

Full Changelog

Merged pull requests:

v0.7.6 (2019-12-08)

Full Changelog

Implemented enhancements:

  • Add ability to "Copy" code #89
  • Add flag to start/stop in the background #5

Merged pull requests:

v0.7.5 (2019-12-05)

Full Changelog

Merged pull requests:

v0.7.4 (2019-11-16)

Full Changelog

Implemented enhancements:

  • feature: optionally start a browser when executing madness #84

Merged pull requests:

v0.7.3 (2019-10-26)

Full Changelog

Merged pull requests:

v0.7.2 (2019-01-04)

Full Changelog

Merged pull requests:

v0.7.1 (2018-12-13)

Full Changelog

Merged pull requests:

v0.7.0 (2018-11-14)

Full Changelog

Merged pull requests:

v0.6.9 (2018-10-20)

Full Changelog

Merged pull requests:

v0.6.8 (2018-10-18)

Full Changelog

Fixed bugs:

v0.6.7 (2018-09-20)

Full Changelog

Closed issues:

  • Body min-height belongs under .with-sidebar #73

Merged pull requests:

v0.6.6 (2018-08-21)

Full Changelog

Merged pull requests:

v0.6.5 (2018-08-11)

Full Changelog

Closed issues:

  • Search result file labels should omit README #70

Merged pull requests:

v0.6.4 (2018-08-10)

Full Changelog

Merged pull requests:

v0.6.3 (2018-08-10)

Full Changelog

Implemented enhancements:

  • Add search autocomplete #64

Merged pull requests:

v0.6.2 (2018-08-08)

Full Changelog

Closed issues:

  • Allow accessing markdown files using .md extension in the URL #65

Merged pull requests:

  • Improve test stability for theme CLI command #67 (DannyBen)
  • Allow request md files with or without the .md extension #66 (fpenapita)
  • Switch from many requires to one 'requires' #63 (DannyBen)

v0.6.1 (2018-06-02)

Full Changelog

Merged pull requests:

v0.6.0 (2018-06-01)

Full Changelog

Implemented enhancements:

  • Provide a way to define navigation order #59
  • Improve search style #57
  • Convert "Home" and "Search" links to icons #48

Closed issues:

  • Change homepage screenshot #56

Merged pull requests:

v0.5.7 (2018-05-30)

Full Changelog

Implemented enhancements:

  • Look for "index.md" before we use "README.md" #54

Merged pull requests:

  • Add support for index.md instead of README.md #55 (DannyBen)

v0.5.6 (2018-05-30)

Full Changelog

Implemented enhancements:

  • Add ability to customize theme #40

Merged pull requests:

v0.5.5 (2018-05-26)

Full Changelog

Implemented enhancements:

  • Add configuration to disable appending navigation to folders #51
  • Add configuration to hide sidebar #50

Merged pull requests:

  • Add --no-sidebar and --no-auto-nav options #52 (DannyBen)

v0.5.4 (2018-05-26)

Full Changelog

Implemented enhancements:

  • Add anchors to captions #47

Merged pull requests:

v0.5.3 (2018-05-20)

Full Changelog

Merged pull requests:

  • Bring back TryStatic from Rack::Contrib #46 (DannyBen)

v0.5.2 (2018-05-15)

Full Changelog

Implemented enhancements:

  • Add TOC generator #44
  • Consider ignoring all folders that are completely lowercase #42

Merged pull requests:

v0.5.1 (2018-05-12)

Full Changelog

Merged pull requests:

v0.5.0 (2018-05-11)

Full Changelog

Merged pull requests:

v0.4.2 (2018-02-26)

Full Changelog

Merged pull requests:

v0.4.1 (2017-12-14)

Full Changelog

Closed issues:

  • madness behind a proxy #24

Merged pull requests:

v0.4.0 (2017-10-14)

Full Changelog

Merged pull requests:

  • Switch to Sinatra 2 and drop rack-contrib #29 (DannyBen)

v0.3.1 (2017-04-24)

Full Changelog

v0.3.0 (2017-04-07)

Full Changelog

Implemented enhancements:

  • Add automatic rendering for GraphViz dot #25

Merged pull requests:

v0.2.1 (2017-03-15)

Full Changelog

Merged pull requests:

v0.2.0 (2016-07-27)

Full Changelog

Merged pull requests:

v0.1.1 (2016-06-26)

Full Changelog

v0.1.0 (2016-06-23)

Full Changelog

Implemented enhancements:

  • Search #8

Closed issues:

  • Add style for print #18
  • Verify style is reasonable on IE / EDGE #17
  • Verify style is reasonable on Firefox #16
  • HTML-Sanitize search excerpts #14

Merged pull requests:

v0.0.8 (2016-06-14)

Full Changelog

Merged pull requests:

v0.0.7 (2016-06-13)

Full Changelog

Implemented enhancements:

  • Add support for loading images #10
  • Make the server ignore certain folders #9

Merged pull requests:

v0.0.6 (2016-06-12)

Full Changelog

Implemented enhancements:

  • Auto show only file in a folder #7
  • Add ability to configure from a file #4

Merged pull requests:

v0.0.5 (2016-06-12)

Full Changelog

Merged pull requests:

v0.0.4 (2016-06-11)

Full Changelog

Merged pull requests:

  • Add code syntax highlighting and line numbering #1 (DannyBen)

v0.0.3 (2016-06-11)

Full Changelog

v0.0.2 (2016-06-11)

Full Changelog