Skip to content

Latest commit

 

History

History
558 lines (304 loc) · 20.7 KB

CHANGELOG.md

File metadata and controls

558 lines (304 loc) · 20.7 KB

Change Log

v1.0.0.rc2 - 2023-01-19

  • Change landing page
  • Remove some styling related command line flags
  • Remove support for line numbers in syntax highlighting
  • Update in-page TOC: It now requires #-style headers to function, and allows setting a custom header
  • Increase sidebar width by 50px
  • Change icons
  • Switch from Commonmarker to RedCarpet renderer
  • Refactor CSS with color variables
  • Refactor command line interface
  • Add 'madness config show' command
  • Add 'madness theme css' command to copy the public css

v0.9.9 - 2023-01-16

  • Update dependencies
  • Drop support for Ruby 2.6

v0.9.8 - 2022-12-05

  • Upgrade to Sinatra 3
  • Allow puma 6
  • Refactor with rubocop

v0.9.7 - 2022-09-09

  • Remove Rack:SSL
  • Exit gracefully from exceptions
  • Remove search icon from print view
  • Add support for [[Short Links]]

v0.9.6 - 2022-07-01

  • Drop support for Ruby 2.5
  • Pass file path to the document template

v0.9.5 - 2022-01-21

  • Add search button in mobile view

v0.9.4 - 2021-09-16

  • Add configuration to control excluded directories list

v0.9.3 - 2021-02-05

  • Allow showing non-md files in the navigation

v0.9.2 - 2021-01-13

  • Improve search so that it is an OR search by default, and allows quoted phrases for exact match

v0.9.1 - 2021-01-04

  • CSS: Remove outline on focused links

v0.9.0 - 2020-12-31

  • Remove ferret and implement simpler search

v0.8.6 - 2020-12-26

  • Remove deprecated SASS and use plain CSS

v0.8.5 - 2020-12-03

  • Update puma to 5.1

v0.8.4 - 2020-11-08

  • Update to puma 5.x
  • Add optional in-document Table of Contents
  • Revert puma upgrade back to < 5.0 due to puma bugs

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