Skip to content

1.4.4 - Bug fixes, minor additions

Latest
Compare
Choose a tag to compare
@aschuhardt aschuhardt released this 27 Nov 21:30
· 15 commits to main since this release
b81b70f

This release covers 1.4.2 thru 1.4.4

1.4.3

Version 1.4.3 includes the following additions:

  • The context menus for links (with options such as Copy URL, etc.) will now include a header that displays the link's destination URL.
  • Links to non-Gemini URLs will now be annotated with the URL's schema (this can be disabled in Settings).

Also included are the following bug fixes:

  • Fixed a visual stutter that occurred on tab buttons when navigating between tabs
  • Tabs won't try to load all at once on startup, but will instead wait to load until they are selected.
    • This improves the app's startup time and eliminates the situation where multiple failed requests result in a bunch of overlapping alert pop-ups.

1.4.2

  • Modified the swipe-style tab navigation so that it doesn't interfere with horizontal scrolling.
    • Swipe left or right on the navigation bar to navigate between tabs.
  • Fixed a crash triggered by attempting to open a link with a scheme the device has no app for (such as gopher)
  • Prevent multiple alerts from displaying simultaneously
  • Fixed a couple of issues related to loading the active Identity on startup (though not as well as I'd like)