You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.