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 optionlocales
in config.js):- Portuguese (
pt
) by @psacra (the former Brazilian Portuguese is available aspt-BR
) - English (
en
) is more international and less US-centric (useen-US
anden-GB
for specific US or UK locales)
- Portuguese (
- New implementation of the authentication extension, supporting OpenID Connect, HTTP Basic and API keys via header or query parameter
(upgrade: update config optionauthConfig
in config.js) - Add more social sharing services (Bluesky, Mastodon)
- Allow to disable social sharing services
(upgrade: add config optionsocialSharing: ['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
andredirectLegacyUrls
have been deprecated for removal in a future version
New Contributors and Sponsors
- @Keenan-Nicholson made their first contribution in #434
- @uba made their first contribution in #435
- @psacra made their first contribution in #436
- @alekzvik made their first contribution in #512
- @alukach made their first contribution in #461
- @JanssenBrm made their first contribution in #537
Some of the functionality is funded by the following organizations (ordered alphabetically):
- CloudFerro
- Matthias Mohr - Softwareentwicklung
Full Changelog: v3.2.0...v3.3.0