summaryrefslogtreecommitdiff
path: root/res/about/version.gmi
AgeCommit message (Collapse)Author
2022-02-05Updated release notes and AUTHORSJaakko Keränen
2022-02-04Updated release notesJaakko Keränen
2022-02-04macOS: Use Metal on >60 Hz displaysJaakko Keränen
The problem with the occasional stutters related to SDL_WaitEvent() are still there, but on a 120 Hz display it's even worse to be stuck on 60 Hz. Metal is required for 120 Hz.
2022-02-04Fixed issues with stripping ANSI escapesJaakko Keränen
2022-02-01Fixed ANSI color handling issuesJaakko Keränen
Added the missing BG escapes 100-107, and fixed how the FG is adjusted to keep text legible. Previously it was not considering the actual BG color being applied to a text run.
2022-01-30Updated release notesJaakko Keränen
2022-01-30Release notes broken to smaller pagesJaakko Keränen
2022-01-30CleanupJaakko Keränen
2022-01-30Text: Break words at backslashesJaakko Keränen
2022-01-29Don't have duplicate New Tab buttonsJaakko Keränen
There tab buttons don't need a New Tab button if the navbar has it.
2022-01-29Hierarchical navigation with Gopher and TitanJaakko Keränen
With Gopher, ensure that the item type changes to 1, and with Titan, change to normal Gemini.
2022-01-28Updated release notesJaakko Keränen
2022-01-28Updated release notesJaakko Keränen
2022-01-27Updated release notesJaakko Keränen
2022-01-24Gopher: Set item type to 1 when navigating to parentJaakko Keränen
As suggested in: gemini://ruario.flounder.online/gemlog/2022-01-19_Some_Gopher_improvements_for_Lagrange.gmi
2022-01-24Updated release notes and Smol EmojiJaakko Keränen
2022-01-20Updated language stringsJaakko Keränen
2022-01-20Updated release notesJaakko Keränen
2022-01-17SidebarWidget: Fixed actions getting hidden on Feeds tabJaakko Keränen
2022-01-16SidebarWidget: Blank tabs cleanupJaakko Keränen
Contents of the empty sidebar (e.g., first launch) were a bit messy, with incorrect paddings and minor layout issues.
2022-01-16Customizable navbar button actionsJaakko Keränen
2022-01-14Updated release notesJaakko Keränen
2022-01-14Updated release notesJaakko Keränen
2022-01-07Updated release notesJaakko Keränen
2022-01-07Updated release notesJaakko Keränen
2022-01-07Updated release notesJaakko Keränen
2022-01-06Detect Devanagari textJaakko Keränen
Tell HarfBuzz when Devanagari has been detected. TODO: Check for other languages supported by HarfBuzz (there's a long list). IssueID #345
2022-01-05Updated release notesJaakko Keränen
2022-01-05Merge branch 'work/v1.10' into devJaakko 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-05Updated release notesJaakko Keränen
2022-01-04Bumped version number; updated release notesJaakko Keränen
2022-01-04Updated release notesJaakko Keränen
2022-01-04Updated release notes, language stringsJaakko Keränen
2022-01-04Date in Gemini feed links is de-emphasizedJaakko Keränen
Use a regular font weight and dimmer color for the entry date.
2021-12-25GmDocument: Detect an invalid linkJaakko Keränen
IssueID #427
2021-12-24Updated release notesJaakko Keränen
2021-12-24Updated release notesJaakko Keränen
2021-12-23Added UI language for Dutch (nl)Jaakko Keränen
2021-12-18Updated release notesJaakko Keränen
2021-12-16Updated release notes and AUTHORSJaakko Keränen
2021-12-11Bumped version number to 1.9.3; updated release notesJaakko Keränen
2021-12-11Updated release notesJaakko Keränen
2021-12-10Fixed history with multiple items having the same URLJaakko 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-07Updated language stringsJaakko Keränen
2021-12-02Refactored CertListWidget out of the sidebarJaakko Keränen
The identity list is needed elsewhere outside of the sidebar, so moved it into a specialized ListWidget class.
2021-12-01Added switching to the identity toolbar menuJaakko Keränen
One can now use the identity toolbar menu to switch between client certificates that have been used on the current site. The five latest ones are remembered.
2021-11-30CleanupJaakko Keränen
2021-11-30Updated release notesJaakko Keränen
2021-11-30Updated release notesJaakko Keränen
2021-11-29Updated release notesJaakko Keränen