summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/about/version.gmi27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 23eeebef..a3a7c43d 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,33 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.5
10* New UI language: Polish.
11* Revised text input widgets: added support for multiple lines, and when entering user response to a query, show how many bytes are remaining for the response URL about to be submitted. In dialogs, input fields expand vertically instead of scrolling their content horizontally.
12* Input widgets allow inserting newlines using Shift+Return.
13* Disallow sending query responses that are too long (1024 bytes maximum).
14* Shift-click to select a range of text in input widgets (i.e, without dragging).
15* Footer buttons: on certain pages (e.g., error messages) show relevant actions in the bottom of the page. For example, if a certificate is required for viewing a page, show buttons for creating a new identity and showing the Identities sidebar.
16* Link navigation shortcut icons are drawn with a consistent appearance.
17* Animate showing and hiding of sidebars and dialogs.
18* macOS: Workaround for a Metal rendering issue.
19* Added "Smol Emoji" and "Noto Sans Symbols" fonts, removed Symbola. Note: Many Emoji and pictographs added in recent years are still missing.
20* Added setting for a custom TrueType symbol font for any missing characters.
21* Feeds: Disregard old entries whose unread status would have been forgotten.
22* Improved icon alignment in lists.
23* Added --url-or-search (-u) command line option. Depending on the parameter, either open an URL or make a search query.
24* Open all URLs/files specified on the command line in new tabs, and raise the window if the app is already running. (Kudos to Alyssa Rosenzweig.)
25* Added keybindings for split view menu items.
26* Changed default split view keys to conform to Emacs (3 for horizontal, 2 for vertical split).
27* Improved New Identity dialog. An option is provided to automatically use the new identity of the current domain/page. The additional fields are hidden by default.
28* Improved usability of Identities sidebar. No more accidental activations: left-clicking an identity opens the context menu without making any changes. The context menu shows each active URL as a menu item for easy access. Identity icons reflect the usage status: all identities used on the current domain get highlighted in addition to the currently used one.
29* Identities can be exported: certificate and private key are opened in a new tab in plain text PEM format.
30* Fixed issues with identity usage: a higher-up URL overrides and deactivates URLs with all the contained paths to avoid redundant activation.
31* Error pages include the human-readable text sent by the server.
32* Reduced line gap between word-wrapped top-level headings.
33* Improvements for touch screen event handling in split view mode.
34* Modal dialog background dimming fades in/out smoothly.
35
9## 1.4.1 36## 1.4.1
10* Fixed removing the left side split by closing all its tabs. The URL input field got confused about which tab was currently open, and the wrong theme was active. 37* Fixed removing the left side split by closing all its tabs. The URL input field got confused about which tab was currently open, and the wrong theme was active.
11* Fixed tab merging when unsplitting the window: keep the currently active tab open. 38* Fixed tab merging when unsplitting the window: keep the currently active tab open.