diff options
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r-- | res/about/version.gmi | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 23eeebef..0a51df34 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -6,6 +6,62 @@ | |||
6 | ``` | 6 | ``` |
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 1.5.2 | ||
10 | * Fixed pasting a PEM-formatted certificate and/or private key via clipboard in Import Identity. | ||
11 | * Normalize page contents (NFC) to avoid most common issues with diacritics. | ||
12 | |||
13 | ## 1.5.1 | ||
14 | * Updated UI translations. | ||
15 | * Updated "Smol Emoji" font with new and improved glyphs. | ||
16 | |||
17 | ## 1.5 | ||
18 | * Added "Smol Emoji" and "Noto Sans Symbols" fonts, removed Symbola. | ||
19 | ⚠️ Many Emoji and pictographs defined in the last five years are currently missing. | ||
20 | * Added document 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. | ||
21 | * Error pages include the human-readable text sent by the server. | ||
22 | * Disregard old feed entries whose unread status would have been forgotten. | ||
23 | * Added UI language: Polish. | ||
24 | |||
25 | Identity management: | ||
26 | * Revised New Identity dialog. An option is provided to automatically use the new identity on the current domain/page. The additional fields are hidden by default. | ||
27 | * 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. | ||
28 | * Identities can be exported: certificate and private key are opened in a new tab in plain text PEM format. | ||
29 | * Fixed issues with identity usage: a higher-up URL overrides and deactivates all contained URLs to avoid redundant activation. | ||
30 | |||
31 | Text input: | ||
32 | * 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. | ||
33 | * Input widgets allow inserting newlines using Shift+Return. | ||
34 | * Disallow sending query responses that are too long (1024 bytes maximum). | ||
35 | * Shift-click to select a range of text in input widgets (i.e, without dragging). | ||
36 | |||
37 | Rendering: | ||
38 | * Animate showing and hiding of sidebars and dialogs. Animations are enabled by default, by can be disabled with Preferences > Interface > Animations. | ||
39 | * Added setting for a custom TrueType symbol font for any missing characters. Note: Must be a .TTF file — OpenType and bitmap fonts are not supported. | ||
40 | * Link navigation shortcut icons (home row and numbered) are drawn with a consistent appearance. | ||
41 | * Improved icon alignment in lists. | ||
42 | * Reduced line gap between word-wrapped top-level headings. | ||
43 | * Modal dialog background dimming fades in/out smoothly. | ||
44 | * macOS: Workaround for an issue that causes UI refresh to pause occasionally for ~100 ms. | ||
45 | |||
46 | Split view: | ||
47 | * Added keybindings for split view menu items. | ||
48 | * Changed default split view keys to conform to Emacs (3 for horizontal, 2 for vertical split). | ||
49 | * Fixes and improvements for touch screen event handling in split view mode. | ||
50 | |||
51 | Command line: | ||
52 | * Added --url-or-search (-u) command line option. Depending on the parameter, either open an URL or make a search query. | ||
53 | * 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.) | ||
54 | |||
55 | Gempub: | ||
56 | * Linear navigation through the book with Left/Right arrow keys and via footer buttons. The navigation order is determined by links on the Gempub index page. | ||
57 | |||
58 | ## 1.4.2 | ||
59 | * Fixed UI colors being all black on the first run. | ||
60 | * Fixed right mouse click on an inactive split not having any effect. | ||
61 | * Fixed action buttons showing under the Help link in an empty Identities sidebar. | ||
62 | * Fixed potential crash at shutdown. | ||
63 | * Fixed minor UI layout issues. | ||
64 | |||
9 | ## 1.4.1 | 65 | ## 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. | 66 | * 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. | 67 | * Fixed tab merging when unsplitting the window: keep the currently active tab open. |