6.5 KiB
CHANGELOG
v0.99.15 (2024-08-31)
Fix
-
fix(theme): update pg axes on theme update (
af23e74
) -
fix(positioner_box): fixed positioner box dialog; added test; closes #332 (
0bf1cf9
)
v0.99.14 (2024-08-30)
Fix
-
fix(color_button): signal and slot added for selecting color and for emitting color after change (
99a98de
) -
fix(color_button): inheritance changed to QWidget (
3c0e501
)
v0.99.13 (2024-08-30)
Documentation
-
docs: minor updates to the widget tutorial (
ec9c8f2
) -
docs(widget tutorial): step by step guide added (
b32ced8
)
Fix
- fix(dark mode button): fixed dark mode button state for external updates, including auto (
a3110d9
)
v0.99.12 (2024-08-29)
Fix
-
fix(toolbar): widget action added (
2efd487
) -
fix(reset_button): reset button added (
6ed1efc
) -
fix(abort_button): abort button added; some minor fixes (
a568633
)
v0.99.11 (2024-08-29)
Fix
- fix(resume_button): resume button added (
8be8295
)
Refactor
-
refactor(icons): general app icon changed; jupyter app icon changed to material icon (
5d73fe4
) -
refactor: add option to select scan and hide arg bundle buttons (
7dadab1
)
v0.99.10 (2024-08-29)
Fix
- fix(stop_button): queue logic scan changed to halt instead of abort and reset (
4a89028
)
Refactor
-
refactor(stop_button): stop button changed to QWidget and adapted for toolbar (
097946f
) -
refactor: added hide option for device selection button (
cdd1752
)
v0.99.9 (2024-08-28)
Fix
- fix: fixed build process and excluded docs and tests from tarballs and wheels (
719254c
)
v0.99.8 (2024-08-28)
Fix
- fix(website): fixed designer integration for website widget (
5f37e86
)
Refactor
- refactor(website): changed inheritance of website widget to simple qwidget; closes #325 (
9925bbd
)
v0.99.7 (2024-08-28)
Fix
- fix(toolbar): material icons can accept color as kwarg (
ffc871e
)
v0.99.6 (2024-08-28)
Documentation
- docs: various bugs fixed (
c31e9a3
)
Fix
- fix(toolbar): use of native qt separators (
09c6c93
)
v0.99.5 (2024-08-28)
Documentation
- docs(index): index page is centered (
02239de
)
Fix
- fix(dock_area): dark button added (
e6f204b
)
v0.99.4 (2024-08-28)
Documentation
-
docs(buttons): added missing buttons docs (
4e5520a
) -
docs(developer): tutorial for BECWidget base class (
ac2cb51
)
Fix
- fix(theme): apply theme to all pyqtgraph widgets on manual updates (
c550186
)
Refactor
-
refactor(buttons): changed grid and thumbnail fig in gallery (
4591ba8
) -
refactor(icons): removed toolbar icons from assets (
f335763
) -
refactor(icons): moved widget icons to class attribute ICON_NAME (
e890091
)
v0.99.3 (2024-08-27)
Build
- build: updated min version of bec qthemes (
d482434
)
Fix
-
fix(cmaps): unified all defaults to magma cmap (
1ca9499
) -
fix(color maps): color maps should take the background color into account; fixed min colors to 10 (
060935f
)
v0.99.2 (2024-08-27)
Ci
- ci: additional tests are not allowed to fail (
bb385f0
)
Fix
- fix(widgets): fixed default theme for widgets
If not theme is set, the init of the BECWidget base class sets the default theme to "dark" (cf28730
)
v0.99.1 (2024-08-27)
Fix
- fix(crosshair): emit all crosshair events, not just line coordinates (
2265458
)