summaryrefslogtreecommitdiff
path: root/res/about/version.gmi
AgeCommit message (Collapse)Author
2021-01-24DocumentWidget: Fix/improve home row link navigationJaakko Keränen
Removed the second `U` from the set of home row keys for link navigation. Added a new command bound to `.` (period) for switching to the next set of links for home row navigation. This makes it possible to access all visible links via keyboard no matter how many there are. `.` can also be used to activate home row navigation if it isn't active. IssueID #111
2021-01-19Feeds: Don't trim quotes from titlesJaakko Keränen
2021-01-19Closing tabs with the middle mouse buttonJaakko Keränen
IssueID #115
2021-01-18Better versioned file name for visited URLsJaakko Keränen
2021-01-12Updated release notesJaakko Keränen
2021-01-12Fixed: Percent-encode spaces when copyingJaakko Keränen
IssueID #112
2021-01-12Updated release notesJaakko Keränen
2021-01-10Updated release notesJaakko Keränen
2021-01-10Option to show full URL when hovering on a linkJaakko Keränen
The URL is shown in the bottom of the page. IssueID #64
2021-01-10Updated release notesJaakko Keränen
2021-01-04Updated release notesJaakko Keränen
2021-01-04GmDocument: Quote border line on empty quote linesJaakko Keränen
IssueID #108
2021-01-04Update Help and release notesJaakko Keränen
2021-01-03Updated release notesJaakko Keränen
2021-01-03Fixed redirection opening in the wrong tabJaakko Keränen
2021-01-03Updating the navbar URL when opening tabsJaakko Keränen
2021-01-02Bookmarks: Remote bookmarks grouped under sourceJaakko Keränen
Rather than mix remote bookmarks with local ones, group them under the source bookmark in "pseudo-folder" fashion. The source is shown as bold.
2021-01-02Update release notesJaakko Keränen
2020-12-31Updated release notesJaakko Keränen
2020-12-30Updated release notesJaakko Keränen
Typo.
2020-12-30Updated release notesJaakko Keränen
2020-12-30Updated release notesJaakko Keränen
2020-12-29Updated release notesJaakko Keränen
2020-12-28SidebarWidget: Opening feed entries in new tabJaakko Keränen
2020-12-27SidebarWidget: Fixed editing identity notesJaakko Keränen
2020-12-24Fixed percent-encoding the query stringJaakko Keränen
Good old mutable vs. non-mutable argument confusion. The encoded return value was ignored (and leaked).
2020-12-24Updated release notesJaakko Keränen
2020-12-19CleanupJaakko Keränen
2020-12-19Updated Help and release notesJaakko Keränen
2020-12-19Open links from sidebar in new tabsJaakko Keränen
Added context menu items for opening in new tabs, and the modifier keys work like in DocumentWidget. IssueID #77
2020-12-19"Edit Feed..." opens Feed SettingsJaakko Keränen
2020-12-19Bookmark a link via context menuJaakko Keränen
2020-12-19Opening unrecognized schemes in default browserJaakko Keränen
This works if the OS supports the scheme as built-in or via some handler application. IssueID #103 IssueID #84
2020-12-18Import all links as bookmarksJaakko Keränen
2020-12-16Updated release notesJaakko Keränen
2020-12-13Updated release notesJaakko Keränen
2020-12-13Fixed UI text color regressionJaakko Keränen
2020-12-12Bumped version number to 0.13.1Jaakko Keränen
2020-12-12Updated release notesJaakko Keränen
2020-12-12New monospace font; flexible mono spacingJaakko Keränen
Iosevka replaces Fira Mono as the monospace font. Emojis are now allowed to be wider than normal monospace glyphs. However, if whitespace permits, the original monospacing is restored. IssueID #73
2020-12-12Added option to show URL paths as encoded or decodedJaakko Keränen
IssueID #73
2020-12-12IDN applies to all network schemesJaakko Keränen
But not "file" or "about".
2020-12-11Updated release notesJaakko Keränen
2020-12-10Bumped version number to 0.13Jaakko Keränen
Not just bug fixes here.
2020-12-08Bumped version number to 0.12.2Jaakko Keränen
2020-12-07Updated release notesJaakko Keränen
2020-12-06Added build option for sleeping while idleJaakko Keränen
It appears at least on macOS, SDL is doing a while lot of stuff while waiting for new events. Perhaps because it has some sort of high-frequency input/sensor processing? Not sure. Now Lagrange will idle by polling events every 15 ms and sleeping in between. This reduces CPU time by an order of magnitude on macOS. Need to still test on other platforms.
2020-12-06Updated release notesJaakko Keränen
2020-12-06Updated release notesJaakko Keränen
2020-12-04Updated release notes and HelpJaakko Keränen
Documentation for MIME hooks.