From 99ba5fbbe986f872b9d3c762c8ab3ef7ccac905c Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Wed, 13 Nov 2019 21:12:29 +0100 Subject: [PATCH] Add a changelog to the end of the HTML document --- OOMAnalyser.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index 0e509ea..5bfead2 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -600,6 +600,38 @@ function goBack() { +

+ Changelog + (click to show / hide) +

+ +
+

Version 0.3.0 - 2019-XX-XX:

+ +

General

+
    +
  1. Separate analysis and visualisation code
  2. +
  3. Use CSS classes to control the visibility
  4. +
  5. Strip columns left to the message automatically
  6. +
  7. Lot if internal improvements and restructuring
  8. +
+ +

Known issues

+
    +
  1. none
  2. +
+ +

Note

+
    +
  1. + See the + commit history + of the repository for a full list of changes. +
  2. +
+
+

Local Installation