Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-11-21 | Help: `zip` options for creating fontpacks | Jaakko Keränen | |
IssueID #387 | |||
2021-11-21 | Site-specific Titan upload identity | Jaakko Keränen | |
The identity to be used for uploads is now in sitespec.ini, so it applies to an entire site root. This should match actual use cases better than having URL-specific identities. Also fixed an issue with native menus. Replacing the items with new ones was not implemented. IssueID #379 | |||
2021-11-19 | Fixed clicking on tabs when banner is underneath | Jaakko Keränen | |
Banner was too eager to eat all mouse events. | |||
2021-11-14 | Updated release notes | Jaakko Keränen | |
2021-11-14 | Merge branch 'dev' into work/v1.9 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # Depends.cmake # src/lang.c | |||
2021-11-13 | Updated AppData | Jaakko Keränen | |
2021-11-13 | Updated AppData: XML schema error | Jaakko Keränen | |
2021-11-13 | Updated AppData | Jaakko Keränen | |
2021-11-13 | Updated language strings | Jaakko Keränen | |
2021-11-13 | Updated release notes | Jaakko Keränen | |
2021-11-12 | Updated release notes | Jaakko Keränen | |
2021-11-10 | Updated release notes | Jaakko Keränen | |
2021-11-09 | Updated release notes | Jaakko Keränen | |
2021-11-08 | Bumped version number to 1.8.2 | Jaakko Keränen | |
2021-11-07 | macOS: Use Sparkle for automatic updates | Jaakko Keränen | |
2021-11-06 | Updated language strings | Jaakko Keränen | |
Cleaned up output of the string compilation script. | |||
2021-11-06 | Updated AppData | Jaakko Keränen | |
2021-11-06 | Updated release notes | Jaakko Keränen | |
2021-11-06 | Updated language strings | Jaakko Keränen | |
2021-11-04 | Added Czech UI translation | Jaakko Keränen | |
2021-11-04 | Updated release notes | Jaakko Keränen | |
2021-11-04 | Merge branch 'dev' into work/v1.9 | Jaakko Keränen | |
# Conflicts: # src/lang.c | |||
2021-11-04 | Added Hungarian UI translation | Jaakko Keränen | |
2021-11-03 | Updated release notes: typo | Jaakko Keränen | |
2021-11-02 | Updated release notes | Jaakko Keränen | |
2021-11-02 | Updated release notes | Jaakko Keränen | |
2021-10-31 | Changed format of resources.lgr | Jaakko Keränen | |
Resources are now stored in a ZIP archive, and it comes with an explicit version number. All the old embed/bincat stuff was removed as unnecessary. resources.lgr is also a valid fontpack, for loading the built-in fonts. IssueID #363 | |||
2021-10-31 | Cleanup | Jaakko Keränen | |
2021-10-31 | CMake: `zip` is required for the build | Jaakko Keränen | |
Print error message if `zip` is not found. It is used for creating fontpacks. |