2021-03-11 17:52:39 +01:00
|
|
|
|
# Changelog
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
2021-03-12 00:48:57 +01:00
|
|
|
|
=> https://keepachangelog.com/en/1.0.0/ The format is based on keep a Changelog.
|
|
|
|
|
=> https://semver.org/spec/v2.0.0.html And this project adheres to Semantic Versioning.
|
2021-03-11 17:52:39 +01:00
|
|
|
|
|
2021-03-19 16:17:54 +01:00
|
|
|
|
## [Unreleased] v3
|
|
|
|
|
* cgi-bin? Handle user input
|
|
|
|
|
* Page caching: don’t generate twice an unmodified file.
|
|
|
|
|
* Be able to move /htmgem anywhere and (for the Php part) outside the webbrowser scope.
|
|
|
|
|
|
|
|
|
|
## [Unreleased] v2
|
|
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
* Check unicode capability, UTF16 input, RTL/LTR, etc…
|
|
|
|
|
* Manage different type of carriage return: CR CR/LF LF.
|
|
|
|
|
|
|
|
|
|
### Development
|
|
|
|
|
∅
|
|
|
|
|
|
|
|
|
|
### User interface
|
|
|
|
|
* Page menu on upper and lower sides: [parent dir] [root dir] [raw text].
|
|
|
|
|
* Images: click to display
|
|
|
|
|
* Proxy: https://thewebsite.tld/htmgem/proxy/[gemini://]capsule.tld/path/file.gmi
|
|
|
|
|
|
|
|
|
|
## [Unreleased] v1
|
|
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
* Check url encoding: The filename fetched on disk may differ from that was asked by URL.
|
|
|
|
|
|
|
|
|
|
### Development
|
2021-03-24 11:09:37 +01:00
|
|
|
|
∅
|
2021-03-19 16:17:54 +01:00
|
|
|
|
|
|
|
|
|
### User interface
|
|
|
|
|
* Translate French texts to English.
|
|
|
|
|
* Search for {pages}.css from the current directory to the root. Empty css file means don’t search and go to default.
|
|
|
|
|
|
2021-03-19 09:54:02 +01:00
|
|
|
|
## [1.2.0] - 2021-03-19
|
|
|
|
|
* Removes "^" to disable text decoration line-wise.
|
|
|
|
|
* CSS is no longer incorporated in the HTML page.
|
|
|
|
|
* Perform sanity checks against unauthorized file access.
|
|
|
|
|
* Properly close tags when the page exists in a non-null mode.
|
|
|
|
|
* Split HTML generation in two: parsing and translating.
|
|
|
|
|
* Create classes to handle gemtext parsing and translating.
|
|
|
|
|
* Create class to generate back gemtext (for future test cases).
|
|
|
|
|
* Fix: 404 doesn't occur for an empty file.
|
|
|
|
|
* Page 404 fully generated by HtmGem itself.
|
|
|
|
|
|
2021-03-14 11:10:38 +01:00
|
|
|
|
## [1.1.0] - 2021-03-14
|
|
|
|
|
* File download when using "source" as a style.
|
|
|
|
|
* Improves the regex.
|
|
|
|
|
* Fixes 404 page text decoration, adds reload message.
|
|
|
|
|
* Links to download htmgem-master.zip.
|
|
|
|
|
* Links CHANGELOG and COPYING into index.gmi.
|
|
|
|
|
* Styles improvement, creation of raw.css.
|
|
|
|
|
* Rewording of texts.
|
|
|
|
|
|
2021-03-11 17:52:39 +01:00
|
|
|
|
## [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
|