All Versions
219
Latest Version
Avg Release Cycle
27 days
Latest Release
151 days ago
Changelog History
Page 18
Changelog History
Page 18
-
v0.131 Changes
November 10, 2015- ๐ App details are now displayed at install time, giving you a chance to review the app's signature and other metadata before completing installation.
- Apps can now directly request (via postMessage) that Sandstorm display the sharing dialog.
- ๐จ Work around bug where web publishing could stop working on a particular grain saying that the capability had been closed. (Proper fix requires some refactoring, but at least now it will reconnect.)
- Started to transition icons to a font rather than lots of separate SVGs.
-
v0.130 Changes
November 03, 2015- ๐ Fix regression in v0.129 preventing the first user to log in from using Google or Github as the login service.
-
v0.129 Changes
November 03, 2015- ๐ Changes to /etc/resolv.conf (DNS client configuration) will now be seen by Sandstorm without a restart. This should fix a number of outgoing name lookup problems seen on machines where the network configuration changes frequently, especilaly laptops that change Wifi networks often.
- ๐ Fix app icons not showing when using
spk dev
. - ๐ Fix weird rendering of the "most-used" row of the app list immediately after updating an app that wasn't in the top row.
- ๐ Fixed regressions in app search.
- Attempt to fix "session was never opened" error.
- ๐ Fix regression where "first user becomes admin" could apply to dev accounts.
-
v0.128 Changes
October 28, 2015- ๐ Internal bugfixes.
-
v0.127 Changes
October 26, 2015- ๐ Fix bug in app details page causing pages to be blank in the presence of very old sharing tokens that lacked certain expected metadata.
-
v0.126 Changes
October 26, 2015- โ Added app details page. Clicking on an app in the app grid now brings you to the details page rather than creating a new grain. From there, you can see your existing grains of that app and create new ones.
- ๐ Fixed problem where some apps would refresh to a 404 page when resuming a laptop from suspend.
- Sandstorm will now automatically repair its Mongo database after a dirty shutdown (e.g. power outage), rather than go into an infinite loop of Mongo failing to start.
-
v0.125 Changes
October 21, 2015- ๐ Fix bug causing Sandcats servers not to update their IP dynamically.
-
v0.124 Changes
October 19, 2015- Harden back-end code against possible front-end bugs that could inadvertently delete data. We do not believe any such bugs exist, but we like having extra layers of protection.
-
v0.123 Changes
October 18, 2015- ๐ Fixed regression introduced in v0.119 where
X-Sandstorm-User-Id
(as reported to apps) was computed incorrectly for email login users, causing apps to think the user was a different person than they were before the change. E.g. Etherpad would assign the user a different color from before. For some apps, this problem triggered app bugs of varying severity, such as Wekan making the board read-only and Laverna refusing to save changes. (Unfortunately, fixing this bug means that any grains created during the time when the bug was present will now show the same problems.)
- ๐ Fixed regression introduced in v0.119 where
-
v0.122 Changes
October 16, 2015- ๐ Fix formatting of app update notification.
- โ Add temporary debug logging aimed at diagnosing the rare event loop stalling bug which is apparently still not fixed.