-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparing a new release #440
Comments
provisional changelog (I included all changes that seem to be relevant for users (UI changes and user experience changes), I excluded all HTML, Intellij changes):
|
after adding the html whiteboard, the old one might break because it cannot render certain shapes, of course I patched the old whiteboard to avoid breaking, but should that be mentioned? If user A has updated saros and is using the html wb, but user B is still using an old version of saros, then the whiteboard on user B's machine will break. also how can I determine whether HTML Whiteboard is already deliverable ? it works? |
I would prefer to ship only the HTML whiteboard and remove the old one. Maintaining two versions is not reasonable . If the HTML-WB works with Windows and Linux (and if you can test it with Mac) I see no reason why we should not use the HTML WB. If we deliver the HTML WB, we also have to adjust the changelog and also mention the reimplementation in the release note. |
@srossbach Could you explain in more detail (probably in a separate issue) what we have to do to |
Because every time we change package names the saved data is lost. And if I am not wrong the internal Java class serialization is already deprecated. We also have to ensure that the account data is converted correctly or do you think that the user enjoy an empty account store after an update ? |
If I missed an important task or you know issues which have to be addressed before a release, please add them to this issue.
The text was updated successfully, but these errors were encountered: