summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-02 13:05:02 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-02 13:05:02 +0200
commitf992ba117fe420a7231f005e62627380689d57ab (patch)
treecd8310f3deafb78f910832aaf47b2ff7ac98aa05 /res
parentff52105505dfa74fc93016aace904a1f1e86b570 (diff)
Server certificates may also be verified by CAs
If the CA file/path are configured in preferences, trust CA verification over manual TOFU checks.
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index c900ed04..c6057490 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,13 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.3
10* Only one instance of Lagrange is allowed to run per user directory.
11* A previously started instance can be controlled with command line options.
12* `--list-tab-urls` prints a list of the currently open URLs.
13* Added `--help`, `--version` options.
14* A server certificate can also be verified by Certificate Authorities. When "CA file" and/or "CA path" are set in Preferences, CA verification will mark a certificate as trusted.
15
9## 1.2.1 16## 1.2.1
10* Fixed crash when creating a bookmark. 17* Fixed crash when creating a bookmark.
11 18