aboutsummaryrefslogtreecommitdiff
path: root/src/about
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-12 11:48:28 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-12 11:48:28 +0200
commit89263ec94135dfa03fe1e4501c780d982ee78385 (patch)
treee923af15179e8391b5e95706fbb67de38ad46094 /src/about
parentc71a08e2b44521590a3f48e6cd6b15394890b48f (diff)
downloadkristall-89263ec94135dfa03fe1e4501c780d982ee78385.tar.gz
Fixes #7: Wrong end-of-document detection.
Diffstat (limited to 'src/about')
-rw-r--r--src/about/updates.gemini4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/about/updates.gemini b/src/about/updates.gemini
index 1e65272..416cfee 100644
--- a/src/about/updates.gemini
+++ b/src/about/updates.gemini
@@ -4,6 +4,8 @@
* Adds support for transient client certificates
* Adds support for permanent client certificates
* Added this changelog to the software itself
+* Fixed bug: Status bar label now does elide links that are too long instead of resizing the window.
+* Fixed bug: Gopher end-of-file marker is now better detected.
## 0.2
* Implement Ctrl+D/*Add to favourites* menu item
@@ -35,4 +37,4 @@
* Improved image pan and zooming. Explore those graphics!
## 0.1
-* Initial release \ No newline at end of file
+* Initial release