diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2021-03-06 15:26:07 +0100 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2021-03-06 15:26:07 +0100 |
| commit | 9457e720f24d8365ed6a1e82b016078b0bc17eb6 (patch) | |
| tree | d810dcd8189ce508a9a0e666f7d819f3c63bcbca /src/about | |
| parent | e16c85887a58381f225d706a8d740bf96a5fdf6a (diff) | |
| download | kristall-9457e720f24d8365ed6a1e82b016078b0bc17eb6.tar.gz | |
Implements proper multi-window support.
Diffstat (limited to 'src/about')
| -rw-r--r-- | src/about/updates.gemini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/about/updates.gemini b/src/about/updates.gemini index c0d3f1f..46a9445 100644 --- a/src/about/updates.gemini +++ b/src/about/updates.gemini @@ -16,7 +16,10 @@ -- 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. +* Adds single-session mode so opening links will open them in the currently focused window instead of a new instance every time. +* Adds the option to open multiple kristall windows in one session. +* Adds --new-window command line option to open urls into a new kristall window instead of opening them as a new tab +* Adds --isolated command line option to start a separated instance of kristall ## 0.3 - TLS and security * Adds support for transient client certificates |
