You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,16 @@
4
4
5
5
In this release, test coverage is 74%.
6
6
7
-
🛠️ Bug fixes:
7
+
💥 New features:
8
8
9
9
* MultipleChoiceItem: implemented `callback` property feature (was unexpectedly not supported)
10
+
11
+
🛠️ Bug fixes:
12
+
13
+
*[Issue #78](https://github.com/PlotPyStack/guidata/issues/78) - PySide6 on Linux: `AttributeError: 'DataFrameView' object has no attribute 'MoveLeft'`
14
+
*[Issue #77](https://github.com/PlotPyStack/guidata/issues/77) - PyQt6/PySide6 on Linux: `AttributeError: type object 'PySide6.QtGui.QPalette' has no attribute 'Background'`
10
15
* Add 'Monospace' and 'Menlo' to the list of fixed-width supported fonts
16
+
* Font warning message in *configtools.py*: replace `print` by `warnings.warn`
0 commit comments