0.7.0-rc4
Closed this issue · 1 comments
I have prepared another release candidate, which is pretty much a stripped-down version of the last rc, with a lot of bugs fixed on various layers.
The builds are here: https://github.com/RemoteStorage/remoteStorage.js/tree/master/release/0.7.0-rc4
I've added some release notes to the release commit.
There are a few things that need to happen before it can become a final release:
- (most obviously) CSS fixes. Any help / input / fixes here are greatly appreciated, especially for platforms I cannot easily test myself (Mac, (Windows), various mobile). There is a playground with all widget states here If you want to update it, edit "doc/style/widget.css" and commit the changes to the gh-pages branch. If you want to apply the change to the code, run make compile-assets. Help on building can be found in the documentation. @skddc also put the code on cssdesk.
- Removal of debug-tools. This should decrease the size of the final build and increase performance and memory usage (no debug-events and less logging).
- Test the code on various platforms. The release notes contain a list of apps, providers and browsers I've tested so far.
The app-versions used to test are now deployed here:
If you experience any initial problems with the widget, try clearing your localStorage and (forced-) reloading the app.
Great new Niklas! Thanks for all your hard work. Will try to get some
serious testing in this week.
On Sun, Dec 16, 2012 at 5:44 PM, Niklas Cathor notifications@github.comwrote:
I have prepared another release candidate, which is pretty much a
stripped-down version of the last rc, with a lot of bugs fixed on
various layers.The builds are here:
https://github.com/RemoteStorage/remoteStorage.js/tree/master/release/0.7.0-rc4I've added some release notes to the release commithttps://github.com/RemoteStorage/remoteStorage.js/commit/755275edca177fda0c20e0d1697f832a1dbf94ba
.There are a few things that need to happen before it can become a final
release:
- (most obviously) CSS fixes. Any help / input / fixes here are
greatly appreciated, especially for platforms I cannot easily test myself
(Mac, (Windows), various mobile). There is a playground with all widget
states here http://remotestoragejs.com/doc/style/widget.html If you
want to update it, edit "doc/style/widget.css" and commit the changes to
the gh-pages branch. If you want to apply the change to the code, run make
compile-assets. Help on building can be found in the documentationhttp://remotestoragejs.com/doc/code/files2/howto-include-txt.html#Build_it_yourself.
@skddc https://github.com/skddc also put the code on cssdeskhttp://cssdesk.com/sR75W
.- Removal of debug-tools. This should decrease the size of the final
build and increase performance and memory usage (no debug-events and less
logging).- Test the code on various platforms. The release notes contain a list
of apps, providers and browsers I've tested so far.The app-versions used to test are now deployed here:
If you experience any initial problems with the widget, try clearing your
localStorage and (forced-) reloading the app.—
Reply to this email directly or view it on GitHubhttps://github.com//issues/25.