Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | Updated language strings | Jaakko Keränen | |
2021-11-06 | Updated language strings | Jaakko Keränen | |
2021-11-04 | Added Hungarian UI translation | Jaakko Keränen | |
2021-10-30 | Added Ukrainian UI translation | Jaakko Keränen | |
Kudos to Alyssa Liddell for a 100% translation. | |||
2021-10-30 | Updated translations | Jaakko Keränen | |
2021-10-27 | Upgrade assistance: download "classic-set" fontpack | Jaakko Keränen | |
2021-10-27 | DocumentWidget: Security warnings | Jaakko Keränen | |
2021-10-26 | Cleanup; minor tweaks | Jaakko Keränen | |
2021-10-26 | Preferences: Warn about missing glyphs | Jaakko Keränen | |
2021-10-26 | Dismissing document warnings; Banner hover | Jaakko Keränen | |
The warning about terminal emulation can be dismissed on site-specific basis. Banner items show a hover frame (like buttons) to indicate they can be clicked. | |||
2021-10-25 | Document presentation warnings | Jaakko Keränen | |
Warn the user about missing glyphs and potentially unsupported ANSI escapes. TODO: Site-specific setting for dismissed warning; fonts preference about missing glyph warnings. | |||
2021-10-23 | Mobile: Footer button fixes; missing strings | Jaakko Keränen | |
2021-10-22 | Mobile: Minor fixes and tweaks | Jaakko Keränen | |
Tab close button visibility, newly added preferences, "Manage Fonts" button, button icon color. | |||
2021-10-20 | Installing individual TTF files; generate fontpack.ini | Jaakko Keränen | |
2021-10-18 | Preferences: ANSI escape flags | Jaakko Keränen | |
FG color and font style escapes can be enabled separately. FG color remains enabled by default like before. | |||
2021-10-17 | FontPack management via "about:fonts" | Jaakko Keränen | |
2021-10-15 | Preferences: Option to bold visited links, too | Jaakko Keränen | |
Cleaned up serialization of the bool preferences a little. | |||
2021-10-14 | Preferences: ANSI escape sequences in Gemtext | Jaakko Keränen | |
It can be argued that using ANSI escapes to style text goes against the intended use of Gemtext. Therefore, all ANSI escapes are now disabled by default in Gemtext. | |||
2021-10-13 | Added preference for font smoothing | Jaakko Keränen | |
2021-10-11 | Preferences: Add bookmarks to bottom/top | Jaakko Keränen | |
IssueID #358 | |||
2021-10-11 | Merge branch 'dev' into work/v1.8 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # res/lang/es.bin # res/lang/fr.bin # res/lang/gl.bin # res/lang/ie.bin # res/lang/ru.bin # res/lang/sk.bin # res/lang/sr.bin # res/lang/tok.bin # src/ui/documentwidget.c | |||
2021-10-11 | Updated translations | Jaakko Keränen | |
2021-10-10 | Feeds: Added option to ignore web links | Jaakko Keränen | |
2021-10-09 | Preferences: Selecting fonts to use | Jaakko Keränen | |
Now all the available fonts are selectable in the dialog. Added preformatted and UI font settings and shuffled the order a bit to make more sense. | |||
2021-09-25 | Lang: Added eo, es_MX, gl, isv, and sk | Jaakko Keränen | |
New almost completed or in-progress UI translations. | |||
2021-09-24 | Bookmarks: Deleting a tree of bookmarks | Jaakko Keränen | |
Sidebar asks for confirmation when deleting a folder hierarchy of bookmarks. | |||
2021-09-24 | Bookmark folders | Jaakko Keränen | |
The user can now create bookmark folders, and drag bookmarks into them. Folders can also be nested. The bookmark sorting menu item sorts inside the chosen folder/root. Remote bookmark sources appear also as folders, although they cannot be sorted/edited. IssueID #339 | |||
2021-09-17 | Mobile: Updated a few strings | Jaakko Keränen | |
2021-09-14 | UploadWidget: Identity selection (mobile) | Jaakko Keränen | |
2021-09-13 | Mobile: New selection logic for InputWidget | Jaakko Keränen | |
Touch-based interaction requires a different kind of selection and copy/paste behavior. This isn't done yet; especially multi-line text still needs work. | |||
2021-09-11 | Mobile: Many UI improvements; Upload UI | Jaakko Keränen | |
2021-09-08 | Lang: Added "Special tags" string | Jaakko Keränen | |
2021-09-07 | Added BG-to-FG image colorization mode | Jaakko Keränen | |
2021-09-07 | Added image colorization preference | Jaakko Keränen | |
Option to colorize images to grayscale, text color, or preformatted color. | |||
2021-08-03 | Updated translations | Jaakko Keränen | |
2021-08-01 | Translations for hardcoded English strings | Jaakko Keränen | |
IssueID #276 | |||
2021-07-26 | Updated translations | Jaakko Keränen | |
2021-07-24 | Added site-specific configuration; default Titan port | Jaakko Keränen | |
When using the upload shortcut, enable configuring a specific port for Titan via site-specific parameters. | |||
2021-07-24 | Updated translations | Jaakko Keränen | |
2021-07-22 | UploadWidget: Added UI strings | Jaakko Keränen | |
2021-07-22 | Preferences: Added setting for Return key behavior | Jaakko Keränen | |
2021-07-16 | DocumentWidget: Shortcut for ignoring expiration | Jaakko Keränen | |
2021-07-16 | Allow override for certificate expiry | Jaakko Keränen | |
The user is able to ignore certificate expiry and continue loading the page regardless. This adds a one hour exception to the expiration date. | |||
2021-07-16 | Improved TOFU implementation | Jaakko Keränen | |
If a server sends a different certificate (checked by matching public key fingerprints), abort the connection at the TLS handshake stage. A new error page is shown explaining the situation. A button is provided for conveniently opening Page Information, where trust can be updated. The file format of "visited.txt" was updated, so it is now called "visited.2.txt". The new format includes server port numbers, and the fingerprints are calculated based on public keys. IssueID #308 IssueID #309 IssueID #310 | |||
2021-07-11 | Lang: Added strings for new preferences | Jaakko Keränen | |
2021-06-15 | Preferences: New Fonts tab; reorganized | Jaakko Keränen | |
Added a fonts tab and reorganized settings more logically. Some of the General items were more appropriate for the Style page. | |||
2021-06-11 | iOS: Opening a file via document picker | Jaakko Keränen | |
Use a native file picker to open files. Declare support for .gmi/.gemini files so they can be opened via Files and share sheets. | |||
2021-06-10 | DocumentWidget: Deleting local files via link context menu | Jaakko Keränen | |