github makew0rld/amfora v1.7.0

latest releases: v1.10.0, v1.9.2, v1.9.1...
3 years ago

This release has its own gemlog post. You can read it at gemini://makeworld.space/gemlog/2020-12-20-amfora_v1-7-0.gmi.

Major Feature

The major feature of this release is subscriptions. You can now subscribe to feeds and page inside Amfora and keep track of them! It's your own personal feed aggregator, like CAPCOM and Spacewalk.

Amfora also now has a wiki. If you want to learn about how subscriptions work, or any other feature, that's the place to look.

If you'd like to support Amfora development, as well as my other Gemini projects, you can sponsor me through Ko-Fi or Github Sponsors. Thanks!

User Info

Users of Amfora do not need to make any changes to their setup. But you want to configure some of the new features, you will need to change your configuration file. You can delete the file and let Amfora create the new default one, or modify it yourself.

There is now a [subscriptions] section (see here), as well as a new cache.timeout option (see here), as cached pages will now only be valid for 30 minutes by default.

If you have your own theme for Amfora, you'll want to know that some keys have changed and some new ones have been added. Please check out #149 for more info.

Changelog

The following is copied from the CHANGELOG.md file in this repo.

Added

  • Subscriptions to feeds and page changes (#61)
  • Opening local files with file:// URIs (#103, #117)
  • show_link option added in config to optionally see the URL (#133)
  • Support for Unicode in domain names (IDNs)
  • Unnecessarily encoded characters in URLs will be decoded (#138)
  • URLs are NFC-normalized before any processing (#138)
  • Links to the wiki in the new tab
  • Cache times out after 30 minutes by default (#110)
  • about:version page (#126)

Changed

  • Updated go-gemini to v0.11.0
    • Supports CN-only wildcard certs
    • Time out when header takes too long
  • Preformatted text is now light yellow by default
  • Downloading a file no longer uses a second request
  • You can go back to the new tab page in history (#96)

Fixed

  • Single quotes are used in the default config for commands and paths so that Windows paths with backslashes will be parsed correctly
  • Downloading now uses proxies when appropriate
  • User-entered URLs with invalid characters will be percent-encoded (#138)
  • Custom downloads dir is actually used (#148)
  • Empty quote lines no longer disappear

Don't miss a new amfora release

NewReleases is sending notifications on new releases.