Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-05 | Updated release notes | Jaakko Keränen | |
2022-01-05 | Updated language strings | Jaakko Keränen | |
2022-01-05 | Merge branch 'work/v1.10' into dev | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # Depends-Android.cmake # res/about/version.gmi # res/lang/cs.bin # res/lang/eo.bin # res/lang/es.bin # res/lang/fi.bin # res/lang/gl.bin # res/lang/ia.bin # res/lang/ie.bin # res/lang/ru.bin # res/lang/sr.bin # res/lang/tok.bin # res/lang/tr.bin # res/lang/uk.bin # res/lang/zh_Hant.bin # src/app.c # src/main.c # src/ui/documentwidget.c # src/ui/labelwidget.c # src/ui/sidebarwidget.c # src/ui/util.c | |||
2022-01-05 | Updated release notes | Jaakko Keränen | |
2022-01-04 | Bumped version number; updated release notes | Jaakko Keränen | |
2022-01-04 | Updated release notes | Jaakko Keränen | |
2022-01-04 | Updated release notes, language strings | Jaakko Keränen | |
2022-01-04 | Date in Gemini feed links is de-emphasized | Jaakko Keränen | |
Use a regular font weight and dimmer color for the entry date. | |||
2022-01-03 | Android: Build date and release notes | Jaakko Keränen | |
2022-01-03 | Mobile: Updated Help | Jaakko Keränen | |
2022-01-02 | Android: Added release notes and Help page | Jaakko Keränen | |
2022-01-02 | Lang: Headings are title-cased | Jaakko Keränen | |
The uppercasing of headings will occur programmatically if appropriate. | |||
2022-01-01 | Mobile: User-configurable phone toolbar buttons | Jaakko Keränen | |
Actions for the first two mobile portrait phone toolbar buttons can be chosen in Settings. | |||
2022-01-01 | iOS: Bumped version number | Jaakko Keränen | |
2021-12-31 | iOS: Bumped version, updated release notes | Jaakko Keränen | |
2021-12-30 | Added "Edit Page with Titan" | Jaakko Keränen | |
A convenient way to copy the current page's source and open the Titan upload dialog with it prefilled. IssueID #415 | |||
2021-12-29 | iOS: Sharing file content and selected text | Jaakko Keränen | |
2021-12-29 | Inline download context menu; macOS: Show in Finder | Jaakko Keränen | |
The inline downloads UI finally has some interactivity: left-clicking on a finished download opens it in the default viewer app, and right-clicking shows a context menu with relevant actions. | |||
2021-12-28 | Viewing unsupported files in another app | Jaakko Keränen | |
After receiving content of unsupported type, show a footer action button to open it in another app. IssueID #135 | |||
2021-12-26 | iOS: Bumped version and updated release notes | Jaakko Keränen | |
2021-12-25 | GmDocument: Detect an invalid link | Jaakko Keränen | |
IssueID #427 | |||
2021-12-25 | "Idle sleep" seems unnecessary with SDL 2.0.18 | Jaakko Keränen | |
2021-12-24 | Updated release notes | Jaakko Keränen | |
2021-12-24 | Updated release notes | Jaakko Keränen | |
2021-12-23 | Added UI language for Dutch (nl) | Jaakko Keränen | |
2021-12-20 | LinkInfo: More concise presentation | Jaakko Keränen | |
Bold hostname, including scheme if not `gemini`. Info is now on a single wrapped line. | |||
2021-12-18 | Updated release notes | Jaakko Keränen | |
2021-12-17 | iOS: Updated release notes | Jaakko Keränen | |
2021-12-17 | iOS: Bumped version number; updated release notes | Jaakko Keränen | |
2021-12-16 | Updated release notes and AUTHORS | Jaakko Keränen | |
2021-12-16 | DocumentWidget: Paste preceding line | Jaakko Keränen | |
Added a special actions menu in the input prompt to allow the user to paste the line preceding the latest clicked link from the originating document. One use case for this is user-editable lines. | |||
2021-12-15 | iOS: Bumped version number; updated release notes | Jaakko Keränen | |
2021-12-14 | Fix typo | jcromero | |
2021-12-14 | iOS: Bumped version number; updated release notes | Jaakko Keränen | |
2021-12-14 | Recompiled language strings | Jaakko Keränen | |
2021-12-11 | Bumped version number to 1.9.3; updated release notes | Jaakko Keränen | |
2021-12-11 | Updated release notes | Jaakko Keränen | |
2021-12-10 | iOS: Bumped version number; updated release notes | Jaakko Keränen | |
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-07 | Updated 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 | |