feature: improved formula validation: formulas which become inactive (f.e. when a measure is removed) will be marked invalid. A formula error report will list invalid formulas (if any).
feature: redesigned model sharing screen
feature: desktop edition (experimental)
v1.1.2.1 - 22.12.2020
feature: worksheet views can be saved (Worksheet -> Save current view as...) and opened in a popup window
feature: added the 'Syncronize filters between worksheets' option to lists
fix: performance improvements
v1.1.1.5 - 15.12.2020
feature: improved .XLSX export
fix: bugs fixed
v1.1.1.1 - 11.12.2020
breaking change: removed destinction between IDs and captions from worksheets and lists. Both object types have only IDs now. Worksheet and list IDs are not case-sensitive and can contain any symbols. Ids with spaces and other special symbols must be quoted in formulas (f.e. 'Sheet 3'.['List A':10]). Existing repositories will be upgraded automatically (the caption will become the new id). This change has been introduced to improve formula readability.
feature: improved .XLSX export
v1.1.0.1 - 03.12.2020
breaking change: switched to Excel number formatting syntax. Please update your custom cell formatting.
breaking change: removed automatic sum computation (Excel compatibility). Use sum([A:all()]) instead of [A:all()]. The latter one will produce an error if more than one cell is returned.
feature: export of the whole model including the formulas and formatting to an .XLSX file (still beta)
v1.0.4.3 - 13.11.2020
feature: SSL support for Windows
v1.0.4.1 - 12.11.2020
feature: update to .NET 5.0
feature: less files in the app folder
feature: executable renamed to CubeWeaver.exe
v1.0.3.1 - 29.10.2020
feature: look and feel update with new icons and other UI improvements
feature: cell colors (foreground and background)
feature: formula comments with /**/
feature: optimized .cwa export format for smaller size (backward compatible)
fix: fixed bugs with non updating cell visibility states and incorrect dropdown behavior
v1.0.2.4 - 18.10.2020
feature: added lots of standard financial and mathematical spreadsheet functions
v1.0.2.3 - 16.10.2020
fix: fixed dependency resolution for user defined functions
v1.0.2.1 - 11.10.2020
feature: added the 'offset' cell reference function
feature: improved formula error validation
fix: computation engine optimizations
v1.0.1.6 - 09.10.2020
feature: comments for user defined functions
fix: last open worksheet is now saved properly
fix: several minor bugs fixed
v1.0.1.4 - 07.10.2020
feature: user defined functions
fix: bugs fixed
v1.0.1.3 - 27.08.2020
feature: HTML as a new export format (accessible from Excel)