diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-11 02:43:30 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-11 02:43:30 +0200 |
| commit | 72e4523e2fb27ee714c30c5aa135198f7b5d553d (patch) | |
| tree | 08dfb374835b66b67642955b658ea6f8c3de2295 /src/about | |
| parent | 2779c61e83491d1d798f3f494aa890e3f586245a (diff) | |
| download | kristall-72e4523e2fb27ee714c30c5aa135198f7b5d553d.tar.gz | |
Slight improvements for client certificate display, permanent certs are now selectable with double click and have icons, adds changelog into application itself: about:updates
Diffstat (limited to 'src/about')
| -rw-r--r-- | src/about/updates.gemini | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/about/updates.gemini b/src/about/updates.gemini new file mode 100644 index 0000000..1e65272 --- /dev/null +++ b/src/about/updates.gemini @@ -0,0 +1,38 @@ +# Kristall Changelog + +## 0.3 +* Adds support for transient client certificates +* Adds support for permanent client certificates +* Added this changelog to the software itself + +## 0.2 +* Implement Ctrl+D/*Add to favourites* menu item +* Implement Ctrl+S/*Save as...* menu item +* Add display for "non-recognized files" +* Added support for gopher:// and gophermaps +* Added "go to home" menu +* Added support for video/* and audio/* via QMediaPlayer +* Added support for file:// scheme +* Added status bar with loading time, file size and mime type +* Added support for command line arguments +* Added option to render all text/* documents as plain text. +* Added option to render gopher maps with icons *OR* text only +* Fixed bug: Correct URL escaping for gemini requests. +* Added progress display in status bar with loading time and already transferred bytes +* Added support for finger:// protocol +* Added experimental *highlighting* and _underlining_ for text/gemini +* Desktop file is provided for integrating with XDG +* Fixed bug: Preformatted lines don't break anymore +* text/gemini parsing updated +* Added support for block quotes +* Added help file +* Added shortcut to focus URL bar +* Added possibility to save/load/share theme presets. Make everything colorful! +* Added a lot of context menus +* Added possibility to open links into a new tab +* Added possibility to open history and favourite items into new tab or same tab +* Added option to use your default OS protocol handler instead of displaying an error message. +* Improved image pan and zooming. Explore those graphics! + +## 0.1 +* Initial release
\ No newline at end of file |
