Skip to content

v3.3.0

Latest
Compare
Choose a tag to compare
@m-mohr m-mohr released this 22 Jan 18:08
· 8 commits to main since this release

STAC Browser v3.3.0 has been released!

The upgrade may need changes to existing config files, which are detailed below and are highlighted in bold.

Major improvements

  • Support for STAC v1.1.0
  • New locales
    (upgrade: updated config option locales in config.js):
    • Portuguese (pt) by @psacra (the former Brazilian Portuguese is available as pt-BR)
    • English (en) is more international and less US-centric (use en-US and en-GB for specific US or UK locales)
  • New implementation of the authentication extension, supporting OpenID Connect, HTTP Basic and API keys via header or query parameter
    (upgrade: update config option authConfig in config.js)
  • Add more social sharing services (Bluesky, Mastodon)
  • Allow to disable social sharing services
    (upgrade: add config option socialSharing: ['email', 'bsky', 'mastodon', 'x'], to config.js)

Minor improvements

  • Assets can be downloaded using other HTTP methods
  • Support for file:local_path (provides more meaningful filename for downloads)
  • User settings can be stored in multiple places (more robust implementation)
  • Improved support for the alternate asset extension
  • Config options that are objects can be passed via CLI/ENV
  • Updated dependencies
  • Various bug fixes

Deprecated

  • The config options stacProxyUrl and redirectLegacyUrls have been deprecated for removal in a future version

New Contributors and Sponsors

Some of the functionality is funded by the following organizations (ordered alphabetically):

  • CloudFerro
  • Matthias Mohr - Softwareentwicklung

Full Changelog: v3.2.0...v3.3.0