diff options
| -rw-r--r-- | ROADMAP.md | 5 | ||||
| -rw-r--r-- | src/about/updates.gemini | 11 |
2 files changed, 9 insertions, 7 deletions
@@ -14,11 +14,6 @@ This document contains TODO items for planned Kristall releases as well as some - [ ] Remember scroll position for navigating back - [x] Ctrl-Leftclick for "open in new tab" - [ ] Selecting theme in settings dialog is now instant-change -- [ ] Improved favourites - - [x] Allow custom favourite title (not the URL itself) - - [x] Allow grouping favourites into a single-hierarchy folder structure -- [ ] Improve Unicode/Emoji support - - Seems to need multiple font families per font? - [x] Replace Qt markdown with standalone markdown renderer - [x] Enable basic markdown theming - [ ] Extent theming to support H4…H6, emph/bold text diff --git a/src/about/updates.gemini b/src/about/updates.gemini index 5cd7074..7c5730f 100644 --- a/src/about/updates.gemini +++ b/src/about/updates.gemini @@ -2,8 +2,15 @@ ## 0.4 - Improved user experience * Basic Emoji rendering support using OpenMoji -* -* +* Improved favourites: Adds grouping and custom names +* Adds support for text/kristall-theme mime to preview/install kristall themes via the browser surface +* Adds Ctrl-F search function +* Mouse middle now opens links in new tabs +* Ctrl + mouse left opens links in new tabs +* Mouse middle now closes tabs when clicking them +* Improved settings system with folder-based approach +* Document styles are now saved as files which are exchangeable +* Adds colored icons to dark/light theme so it has improved contrast ## 0.3 - TLS and security * Adds support for transient client certificates |
