Releases: cloudskew/cloudskew
Releases · cloudskew/cloudskew
CloudSkew v0.1.50
Change Description
Bug fixes
- Fixed a bug where the diagram canvas would momentarily freeze during print/export.
- #150: Elbow connectors connect to the wrong spot when page is refreshed.
- #149: Can't load properly.
- #148: Unable to move symbols with mouse after 25 mins of use.
New features
- It is now possible to align & distribute selected shapes (from the properties window).
- Pan mode is now supported.
- Horizontal & vertical rulers can be enabled/disabled from the properties window.
- Connectors can now be attached to a specific dock on the symbol OR the symbol itself.
- Amex credit cards are now supported.
Other miscellaneous
- Moved all APIs to .NET 6.
- Moved the APIs from Azure App Service to Azure Functions (with a API Management/Gateway for policies)
- Diagrams and templates are now persisted in CosmosDB (metadata) and Blob Storage (content) instead of SQL Azure.
- Improvements in diagram updates/writes. We now:
- Debounce until idle.
- Then buffer the writes to local storage.
- Finally aggregate the changes before flushing to DB.
- Removed error-prone templates.
CloudSkew Preview v0.1.49
CloudSkew Preview v0.1.48
CloudSkew Preview v0.1.47
CloudSkew Preview v0.1.46
CloudSkew Preview v0.1.45
Change Description
-
Updated CloudSkew's OAuth flow from implicit grant to authorization code grant (with PKCE). No changes to user experience (just that things are now more secure underneath the covers).
-
CloudSkew now supports passwordless auth:
- Signup or login with your email ID and a six digit verification code will be emailed to you.
- Enter this code in the login dialog to proceed.