Skip to content

Commit 78db74d

Browse files
committed
Updated CHANGELOG
1 parent b658f7d commit 78db74d

File tree

3 files changed

+476
-416
lines changed

3 files changed

+476
-416
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.html)
44
for future and past milestones.
55

6+
## DataLab Version 0.15.1 ##
7+
8+
🛠️ Bug fixes:
9+
10+
* Fixed [Issue #68](https://github.com/DataLab-Platform/DataLab/issues/68) - Slow loading of even simple plots:
11+
* On macOS, the user experience was degraded when handling even simple plots
12+
* This was due to the way macOS handles the pop-up windows, e.g. when refreshing the
13+
plot view ("Creating plot items" progress bar), hence causing a very annoying
14+
flickering effect and a global slowdown of the application
15+
* This is now fixed by showing the progress bar only after a short delay (1s), that
16+
is when it is really needed (i.e. for long operations)
17+
* Thanks to [@marcel-goldschen-ohm](https://github.com/marcel-goldschen-ohm) for the
18+
very thorough feedback and the help in testing the fix
19+
620
## DataLab Version 0.15.0 ##
721

822
🎁 New installer for the stand-alone version on Windows:

cdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import os
1515

16-
__version__ = "0.15.0"
16+
__version__ = "0.15.1"
1717
__docurl__ = __homeurl__ = "https://datalab-platform.com/"
1818
__supporturl__ = "https://github.com/DataLab-Platform/DataLab/issues/new/choose"
1919

0 commit comments

Comments
 (0)