Update documentation

This commit is contained in:
Carsten Grohmann 2020-12-10 13:34:37 +01:00
parent 5d305307fe
commit 79368cca05

View File

@ -811,7 +811,7 @@ function read_and_display_file(file) {
</div>
<div class="js-text--default-hide js-text--display-none" id="changelog">
<h3>Version 0.4.0 - 2020-XX-XX:</h3>
<h3>Version 0.4.0 - 2020-12-XX:</h3>
<h4>General</h4>
<ol>
@ -825,12 +825,12 @@ function read_and_display_file(file) {
<li>Line "Killed process" can contain the process UID</li>
<li>Add drag-and-drop support for files</li>
<li>Add missing explanations</li>
<li>...</li>
<li>Allow more characters in program name</li>
</ol>
<h4>Note</h4>
See the
<a href="https://github.com/CarstenGrohmann/OOMAnalyser/compare/v0.3.0...master"
<a href="https://github.com/CarstenGrohmann/OOMAnalyser/compare/v0.3.0...v0.4.0"
title="commit history">commit history</a>
of the repository for a full list of changes.