diff --git a/CHANGELOG.gmi b/CHANGELOG.gmi new file mode 100644 index 0000000..e1d3551 --- /dev/null +++ b/CHANGELOG.gmi @@ -0,0 +1,17 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https:/​/keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https:/​/semver.org/spec/v2.0.0.html). + +## [1.0.0] - 2021-03-10 +* Improves presentation and installation page. +* Adds stylesheets and download of pages source code. +* Allows to change stylesheet in the URL. +* Tested successfully on a shared host. + +## [0.2.0] - 2021-03-06 +Beta version + +## [0.1.0] - 2021-03-01 +Alpha version diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 72a875a..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,32 +0,0 @@ -# Changelog -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [Unreleased] -Security -- Check url encoding: The filename fetched on disk may differ from that was asked by URL. -- Perform sanity checks against unauthorized access. -- Check unicode capability, UTF16 input, etc… -- Manage different type of carriage return: CR CR/LF LF - -Development -- Command line API for script, testing, CI… - -User interface -- Page menu on upper and lower sides: [parent dir] [root dir] [raw text] -- Images -- Text localisation - -## [1.0.0] - 2021-03-10 -- Improves presentation and installation page. -- Adds stylesheets and download of pages source code. -- Allows to change stylesheet in the URL. -- Tested successfully on a shared host. - -## [0.2.0] - 2021-03-06 -Beta version - -## [0.1.0] - 2021-03-01 -Alpha version