ekg/HISTORY.md
Johan Tibell ce3af1ba7e Bump version number to 0.3.0.1
Also make HTML validate as HTML5
2012-01-26 11:58:27 -08:00

841 B

0.3.0.1 (2012-01-26)

  • Switch from Blueprint to Bootstrap CSS

  • Overhaul look-and-feel

0.3.0.0 (2012-01-01)

  • Add gauges and change counters to always be monotonically increasing

  • Add web interface column headers

  • Reorganize the web interface to show counters and gauges in separate sections

  • Change REST API to allow separate access to counters and gauges

  • Return the server time in the JSON response it and use server time instead of client time when graphing

  • Make it possible to graph user-defined counters and gauges

  • Format numbers using comma separators

  • Show a message box when the server can't be reached

0.2.0.0 (2011-12-30)

  • Add user-defined counters

  • Suppress Snap logging to stdio

  • Add REST-style API for accessing single counters

0.1.0.0 (2011-12-27)

  • First EKG release