Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-10 | Fixed history with multiple items having the same URL | Jaakko Keränen | |
If there were multiple instances of the same URL in history, only the latest one's content would be used when navigating back/forward. | |||
2021-12-08 | iOS: Bumped version number to 1.10 (2); updated release notes | Jaakko Keränen | |
2021-12-08 | Recompiled language strings | Jaakko Keränen | |
2021-12-06 | iOS: Updated release notes | Jaakko Keränen | |
2021-12-06 | iOS: Platform-specific release notes and Help | Jaakko Keränen | |
TODO: Help needs rewriting from a mobile perspective. | |||
2021-12-05 | iOS: Register Iosevka for the monospace input widget | Jaakko Keränen | |
2021-12-05 | Updated language strings | Jaakko Keränen | |
2021-12-05 | iOS: Custom editor font and adjusted positioning | Jaakko Keränen | |
2021-12-04 | Mobile: Sidebar is now a vertically sliding panel | Jaakko Keränen | |
Switched the phone sidebar to use the iOS half/full-height sliding sheet design. This is better for finger reachability and for retaining access to the current page. | |||
2021-12-03 | Improving identity use | Jaakko Keränen | |
The URL checks for determining which identity was in use were a bit too page-specific. Now the URL prefix usage is applied more consistently. The identity toolbar menu is now more useful in that it allows both switching identities and stopping the use of the current identity. | |||
2021-12-03 | Mobile: Manage Identities via Settings | Jaakko Keränen | |
2021-12-02 | Avoid capitalizing headings in .po files | Jaakko Keränen | |
All-caps should be applied at runtime when appropriate. | |||
2021-12-02 | Mobile: Button group style; upload dialog tweaks | Jaakko Keränen | |
Use checkmarks for selections in button groups. | |||
2021-12-02 | Refactored CertListWidget out of the sidebar | Jaakko Keränen | |
The identity list is needed elsewhere outside of the sidebar, so moved it into a specialized ListWidget class. | |||
2021-12-01 | Added switching to the identity toolbar menu | Jaakko Keränen | |
One can now use the identity toolbar menu to switch between client certificates that have been used on the current site. The five latest ones are remembered. | |||
2021-11-30 | Updated release notes | Jaakko Keränen | |
2021-11-30 | SidebarWidget: Added short label for Mark All as Read | Jaakko Keränen | |
The sidebar doesn't have much room so use a different label for the button. | |||
2021-11-29 | Updated release notes | Jaakko Keränen | |
2021-11-29 | Updated language strings | Jaakko Keränen | |
2021-11-29 | Updated release notes | Jaakko Keränen | |
2021-11-29 | Updated release notes | Jaakko Keränen | |
2021-11-29 | Updated release notes | Jaakko Keränen | |
2021-11-29 | Updated release notes | Jaakko Keränen | |
2021-11-28 | Fixed page timestamp; 24-hour time preference | Jaakko Keränen | |
IssueID #349 | |||
2021-11-27 | Updated Help | Jaakko Keränen | |
Fixed an error. | |||
2021-11-27 | GmDocument: Heading level 3 indents like text lines | Jaakko Keränen | |
Making the heading hierarchy even clearer. H3 is now indented like normal text lines, and uses a bolder font. | |||
2021-11-27 | Updated language strings | Jaakko Keränen | |
2021-11-26 | Updated language strings | Jaakko Keränen | |
2021-11-26 | Updated language strings | Jaakko Keränen | |
2021-11-25 | Updated release notes | Jaakko Keränen | |
2021-11-25 | Unsplit button in toolbar | Jaakko Keränen | |
IssueID #378 | |||
2021-11-25 | Cleanup | Jaakko Keränen | |
2021-11-25 | GmDocument: Heading font styles | Jaakko Keränen | |
Swapped bold styling of heading levels 2 and 3 for better visual distinction of the hierarchy. | |||
2021-11-24 | Changed label of "Merge Tabs" | Jaakko Keränen | |
The primary function is to unsplit the view (without closing any tabs), so this should be a clearer wording. | |||
2021-11-24 | Toolbar button for toggling sidebar | Jaakko Keränen | |
2021-11-24 | SidebarWidget: Non-item-related context menus | Jaakko Keränen | |
IssueID #388 | |||
2021-11-24 | Updated release notes | Jaakko Keränen | |
2021-11-24 | Updated release notes | Jaakko Keränen | |
2021-11-23 | Updated language strings | Jaakko Keränen | |
2021-11-23 | Updated release notes | Jaakko Keränen | |
2021-11-23 | Color: Improve legibility of ANSI foreground colors | Jaakko Keränen | |
On colored theme backgrounds, take great liberties to modify the ANSI foreground color so it remains legible. | |||
2021-11-23 | Updated release notes | Jaakko Keränen | |
2021-11-23 | Preferences: Option for ANSI background color (SGR) | Jaakko Keränen | |
2021-11-23 | Added Turkish UI language | Jaakko Keränen | |
IssueID #396 | |||
2021-11-23 | Updated release notes | Jaakko Keränen | |
2021-11-23 | SidebarWidget: Redesigned Feeds action toolbar | Jaakko Keränen | |
The action toolbar now has a button for marking all as read, and keyboard shortcuts for switching between Unread and All modes. | |||
2021-11-23 | Select folder when adding/editing bookmarks | Jaakko Keränen | |
Most recently used folder is persistently stored in bookmarks.ini. IssueID #358 | |||
2021-11-23 | Feeds: Fixed handlig of duplicate entries | Jaakko Keränen | |
Feed entries are expected to have unique URLs, since the URL is the identifier of an entry. If a feed has the same URL for more than one entry, only process the first one and ignore the rest. An entry will still show up as unread if it keeps the same URL but changes its title. | |||
2021-11-21 | Merge branch 'dev' into work/v1.9 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # res/about/version.gmi | |||
2021-11-21 | Updated AppData | Jaakko Keränen | |