diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2021-03-06 13:32:46 +0100 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2021-03-06 13:32:46 +0100 |
| commit | a7a7ec20c2059ae8681e3088afa370a3d4147892 (patch) | |
| tree | 88ce6177076b394de6a7f9a2e13bcbe6b879e8f0 /src/about | |
| parent | 86507cbe9fe0a12668b8a66003e2b0d7b482850e (diff) | |
| download | kristall-a7a7ec20c2059ae8681e3088afa370a3d4147892.tar.gz | |
Implements an IPC scheme for kristall. Closes #139.
Diffstat (limited to 'src/about')
| -rw-r--r-- | src/about/help.gemini | 1 | ||||
| -rw-r--r-- | src/about/updates.gemini | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/about/help.gemini b/src/about/help.gemini index 2a4b3a0..185266b 100644 --- a/src/about/help.gemini +++ b/src/about/help.gemini @@ -365,6 +365,7 @@ There is also the scheme about: which can be used to access internal sites for c => about:help => about:updates => about:style-preview +=> about:style-display => about:cache ## Security Concept diff --git a/src/about/updates.gemini b/src/about/updates.gemini index b3d4a1c..c0d3f1f 100644 --- a/src/about/updates.gemini +++ b/src/about/updates.gemini @@ -14,6 +14,10 @@ * New action: "View/Show document source" will display the raw data of the document in a small separate window * Change: Makes TLS editor columns sortable +-- There's a lot missing here still + +* Adds single-session mode so opening links will open them in the currently focuse kristall window instead of a new instance every time. + ## 0.3 - TLS and security * Adds support for transient client certificates * Adds support for permanent client certificates @@ -46,7 +50,7 @@ * 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 "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 |
