NEW Now export to Excel works correctly when using such currency symbols: USD (usd), EUR (eur), HUF (huf), UAH (uah) etc.
NEW Now when exporting datetime data to Excel, Excel also shows the time part and treats it like a date. time data is treated like Time in Excel now. The recommended approach to use it: apply ds+ type ("date string" for JSON) to have simple date, apply dt+ type ("datetime" for JSON) to have datetime, apply t+ type ("time" for JSON) to have time data.
FIX The issue with fullscreen mode when zoom differs from 100% was fixed.
FIX The issue with deselecting fields in Flat view was fixed.
FIX The issue with an exception when switching from flat view to charts was fixed.