- Parent navigation assumes directory URL is equivalent to index page URL (e.g., "/path/" == "/path/index.gmi"): this now only applies to Gemini URLs, and checks for "index.gemini", too, as per Gemini Best Practices.
- Fixed crash when determining the name of a ZIP file from a URL.
- Fixed misparsing of URL to form the name of a downloaded file (
%23
decoded too early). - macOS: Fixed window state being forgotten when all windows are closed. Normally state is saved when quitting, but on macOS the app will keep running without any windows.
- TUI: Added "Simple characters" setting (in Preferences > Fonts) that replaces selected Unicode symbols with ASCII approximations.
- TUI: Level 1 headings are two lines tall and underlined.
- TUI: Don't load any fontpacks.
- TUI:
build-tui.sh
now has interactive build config. - Updated UI translations.
OS | Download | Details |
---|---|---|
Linux | x86_64 AppImage | Built on Ubuntu 18.04. (sig) (zsync) |
armhf AppImage | Built on Raspbian 10 (Buster). (sig) (zsync) | |
macOS | Apple arm64 | Requires macOS 11.0 or later. (sig) |
Intel x86_64 | Requires macOS 10.13 or later. (sig) | |
Windows 64-bit | setup.exe | Requires 64-bit Windows 7 or later. (sig) |
portable.zip | Requires 64-bit Windows 7 or later. Can be extracted and run as-is — user files will be stored under the "userdata" subdirectory. (sig) | |
Any | Source tarball | Contains all the required source files including dependencies. This is recommended for source builds. (sig) |