summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2021-01-24Added an AppData XML documentJaakko Keränen
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-18Renamed ".binary" filesJaakko Keränen
Use the .lgr extension for Lagrange binary files.
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-10macOS: Register "gopher:" URL schemeJaakko Keränen
IssueID #113
2021-01-10Updated release notesJaakko Keränen
2021-01-05Updated bincat.sh to use /bin/bashJaakko Keränen
This works on Linux, but of course makes bash a dependency. ENABLE_BINCAT_SH is still disabled by default.
2021-01-05Don't use bincat.sh by defaultJaakko Keränen
It's not portable enough, need to tweak the script.
2021-01-05Embed: Use a shell script for bincatJaakko Keränen
Todo: Needs testing if this is portable enough. Should be pretty POSIX, though.
2021-01-04Updated release notesJaakko Keränen
2021-01-04GmDocument: Quote border line on empty quote linesJaakko Keränen
IssueID #108
2021-01-04Updated HelpJaakko Keränen
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-29Added a bold UI fontJaakko Keränen
The bold UI label font is used for highlighted sidebar items and default buttons.
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 HelpJaakko 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-13Updated HelpJaakko 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