All Versions
219
Latest Version
Avg Release Cycle
27 days
Latest Release
594 days ago

Changelog History
Page 2

  • v0.291 Changes

    November 21, 2021
    • โž• Added a backup button to the grain list, so you don't have to open the grain before downloading a backup. (Thanks @zenhack.)
    • โšก๏ธ Updated icon font generator to modern code (it had been stuck on an old version for a while). Please report if any icons look wrong. (Thanks @griff.)
  • v0.290 Changes

    October 23, 2021
    • โœ… The installer now supports many more options in non-interactive mode. More info in the docs. (Thanks @garrison.)
    • ๐Ÿ”ง Some places which had hard-coded apps.sandstorm.io as the app market URL have now been fixed to use the app market configured by the server administrator. (Thanks @gischer.)
    • Sandstorm now sets the header Referrer-Policy: same-origin when serving app UIs, so that clicking on a link from an app does not leak the app's randomly-generated hostname to the destination server. (Thanks @garrison.)
  • v0.289 Changes

    October 02, 2021
    • โช Reverted Meteor to 2.3.5. Meteor 2.4 crashes on startup when used on older Sandstorm installations, due to a conflict in the way Meteor used to create Mongo indexes long ago vs. the way it does in Meteor 2.4. https://github.com/meteor/meteor/issues/11666
  • v0.288 Changes

    October 02, 2021
    • ๐Ÿš€ Meteor updated to 2.4, a major release.
  • v0.287 Changes

    September 04, 2021
    • ๐Ÿš€ Meteor updated to 2.3, a major release. This also means Node.js was updated from 12 to 14.
    • โž• Added support for more owncloud/nextcloud client headers. (Thanks @mnutt.)
  • v0.286 Changes

    August 07, 2021
    • โšก๏ธ Updated dependencies. (No other changes.)
  • v0.285 Changes

    July 10, 2021
    • โž• Added support for passing Let's Encrypt challenges using PowerDNS, using the acme-dns-01-powerdns npm module. (Thanks @ocdtrekkie.)
    • ๐Ÿ”’ Set security headers to prevent apps from using service workers. Unfortunately, service workers could be used by a malicious app to remove other security headers that make up part of the Sandstorm sandbox. We are not aware of any app using service workers today, and it seems like they would not work well under Sandstorm anyawy. (Thanks @zenhack.)
  • v0.284 Changes

    June 12, 2021
    • โž• Added new "grain settings" UI. (Thanks @zenhack.)
    • Sandstorm now automatically sends headers to opt out of Google's FLoC. (Thanks @zenhack.)
  • v0.283 Changes

    May 15, 2021
    • โšก๏ธ Updated dependencies. (No other changes.)
  • v0.282 Changes

    April 17, 2021
    • 0๏ธโƒฃ A new, tighter seccomp filter can optionally be enabled. If all goes well, we will probably make it the default in the future. (Thanks @zenhack.)
    • ๐Ÿš€ Meteor updated to 2.2, a major release.