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/updates.gemini | |
| parent | 86507cbe9fe0a12668b8a66003e2b0d7b482850e (diff) | |
| download | kristall-a7a7ec20c2059ae8681e3088afa370a3d4147892.tar.gz | |
Implements an IPC scheme for kristall. Closes #139.
Diffstat (limited to 'src/about/updates.gemini')
| -rw-r--r-- | src/about/updates.gemini | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
