summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/about/version.gmi4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 1a0a7e1f..5277282a 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -12,8 +12,12 @@
12* Shift+Insert can be used for pasting clipboard contents into input fields. 12* Shift+Insert can be used for pasting clipboard contents into input fields.
13 13
14## 1.1.2 14## 1.1.2
15* Fixed potential crash at launch.
15* Fixed input query from a background tab being applied to the foreground tab. An input query now forces a tab to the foreground. 16* Fixed input query from a background tab being applied to the foreground tab. An input query now forces a tab to the foreground.
17* Fixed window scroll position moving when resizing vertically.
18* Fixed feed refresh waiting forever if a server doesn't respond.
16* Fixed hover state not being cleared when right-clicking links. 19* Fixed hover state not being cleared when right-clicking links.
20* Fixed remote bookmarks not appearing if they lacked a user-friendly name on the source page.
17 21
18## 1.1.1 22## 1.1.1
19* Fixed focus cycling inside dialogs. Widgets outside a dialog are not allowed to be focused. 23* Fixed focus cycling inside dialogs. Widgets outside a dialog are not allowed to be focused.