diff options
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r-- | res/about/version.gmi | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index b9ea37db..ea420916 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -6,8 +6,66 @@ | |||
6 | ``` | 6 | ``` |
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 1.10.1 | ||
10 | * Fixed bottom actions of the Feeds sidebar getting hidden when all entries are read. This prevented switching between Unread/All filter modes. | ||
11 | * Fixed potential crash when downloading a large file (e.g., a fontpack). | ||
12 | * Linux: SDL event handling workaround adjusted to only apply to 2.0.18+. | ||
13 | * Updated UI translations. | ||
14 | |||
15 | ## 1.10 | ||
16 | New features: | ||
17 | * macOS: Trackpad swipe navigation. | ||
18 | * Customizable navbar actions. Right-click on a button to change its action. (Identity and hamburger buttons cannot be changed.) | ||
19 | * Identity toolbar menu can be used to switch between alternate identities. If you have used multiple identities on one site, this makes it more convenient to switch between them. | ||
20 | * Added "Edit Page with Titan": opens the upload dialog with current page's content prefilled. | ||
21 | * Added "Paste Preceding Line" in the input prompt dialog. Potential use cases include user-editable sections on a page and suggested/example input values. | ||
22 | * Added footer action to open file in another app when the media type is unsupported. | ||
23 | * Added option to disable cursor blinking in input fields. | ||
24 | * Added ANSI SGR codes for light and regular font weights (2, 10). | ||
25 | * macOS: Added "Show in Finder" in the Identities sidebar. | ||
26 | |||
27 | Changes and enhancements: | ||
28 | * Improved image inlining: all responses with an image media type can get inlined, regardless of the file extension in the URL. | ||
29 | * Inline image metadata goes under the image instead of possibly overlapping the label text. | ||
30 | * Inline downloads have a context menu for relevant actions, and clicking on the download opens the file. | ||
31 | * Improved highlighting of open pages. The highlight no longer goes under the side elements on the page. | ||
32 | * Entry dates in feed links are de-emphasized for improved readability. | ||
33 | * Revised link hover popup. None of the information appears on the same line any more (which was problematic if there wasn't enough space). Instead, everything is shown in a popup at the bottom/top of the view, including the identity that will be used when opening the link and the date of last visit. | ||
34 | * Revised layout of the Upload dialog. There is a new edit field that lets you modify the file path of the URL. Identity names are in bold. | ||
35 | * Optimized UI layout procedure and memory use during UI event processing. | ||
36 | * Audio subsystem is only initialized when actually needed. | ||
37 | * Prevent state file corruption if the app happens to get killed while state is being saved. | ||
38 | * Gempub: Open books in 1:2 split mode instead of 1:1. | ||
39 | * Minor improvements in page caching. | ||
40 | * Detect when text is Bengali, Devanagari, Oriya, or Tamil. | ||
41 | |||
42 | Fixes: | ||
43 | * Fixed a history caching issue: if there were multiple instances of the same URL in history, only the latest one's content would be used when navigating back/forward. | ||
44 | * Fixed handling of reserved characters in URLs (cf. RFC 3986, section 2.2). | ||
45 | * Fixed the copy/paste context menu not showing in input fields. | ||
46 | * Fixed duplicated warnings showing in the page banner. | ||
47 | * Fixed very narrow input fields causing the app to hang. | ||
48 | * Fixed initial scroll position in multiline input fields. | ||
49 | * Fixed layout issues in the sidebar on empty Feeds and Identities tabs. | ||
50 | * Fixed lookup results list becoming too narrow. | ||
51 | * Fixed glitches when a widget has multiple simultanous animations. | ||
52 | * Fixed mixed-language CJK word wrapping. | ||
53 | * Fixed parsing Atom feed dates with leading whitespace. | ||
54 | * Windows: Fixed installing individual TrueType fonts via drag and drop. | ||
55 | * macOS: Fixed high CPU usage during audio playback and UI animations. | ||
56 | * macOS: Line breaks inside menu items (e.g., info about current identity). | ||
57 | |||
58 | ## 1.9.5 | ||
59 | * Fixed misshapen button borders (SDL 2.0.16 line drawing workaround). | ||
60 | * Fixed actions being triggered when navigating via home row keys. | ||
61 | * macOS: Fixed native menu items being triggered when navigating via home row keys. | ||
62 | * macOS: Fixed native menu items triggering when changing key bindings. | ||
63 | |||
9 | ## 1.9.4 | 64 | ## 1.9.4 |
10 | * Fixed crash when a link is missing both URL and label (just a `=>`). | 65 | * Fixed crash when a link is missing both URL and label (just a `=>`). |
66 | * Fixed handling of foreground color escapes in the simple text renderer. | ||
67 | * Updated UI translations. | ||
68 | * Upgraded SDL to 2.0.18. | ||
11 | 69 | ||
12 | ## 1.9.3 | 70 | ## 1.9.3 |
13 | * Added UI language for Dutch. | 71 | * Added UI language for Dutch. |