7.4 KiB
CHANGELOG
v0.99.0 (2024-08-25)
Documentation
- docs(darkmodebutton): added dark mode button docs (
406c263
)
Feature
- feat(darkmodebutton): added button to toggle between dark and light mode (
cc8c166
)
Fix
- fix(toggle): emit state change (
c4f3308
)
Refactor
- refactor(darkmodebutton): renamed set_dark_mode_enabled to toggle_dark_mode (
c70724a
)
Test
- test(dark_mode_button): added tests for dark mode button (
df35aab
)
v0.98.0 (2024-08-25)
Feature
- feat(themes): added set_theme method (
2b4449a
)
Fix
-
fix(toolbar): removed hardcoded color values (
afdf4e8
) -
fix: transitioning to material icons (
2a82032
) -
fix(dock_area): transitioned to MaterialIconAction (
88a2f66
) -
fix: fix color palette if qtheme was not called (
3f3b207
) -
fix(figure): removed theme from figure init (
e42b84c
) -
fix: use globally set theme instead of the internal bec widgets theme (
77c5aa7
) -
fix(waveform): fixed icon appearance (
36ad464
)
Refactor
- refactor(waveform): use set theme for demo (
44cfda1
)
v0.97.0 (2024-08-23)
Feature
- feat(designer): added designer icon factory (
82a55dd
)
Fix
- fix(toolbar icon): fixed material icon toolbar for theme changes (
3ecbd60
)
v0.96.3 (2024-08-23)
Documentation
- docs(dispatcher): docs added (
dd7c71b
)
Fix
- fix: minor fixes for type annotations (
8c2e7c8
)
v0.96.2 (2024-08-22)
Fix
-
fix(waveform): validation of custom curves removed (
af28574
) -
fix(waveform): skip validation for curves that are not BECCurve instances (
617db36
)
v0.96.1 (2024-08-22)
Ci
- ci: fail pytest after 2 failed tests (
f0203d9
)
Fix
-
fix(crosshair): update markers if necessary (
4473805
) -
fix(waveform_widget): fixed icon appearance (
f98a9f9
) -
fix: bubble-up signals (
2fe72c9
) -
fix(crosshair): fixed crosshair for image and waveforms (
37835cb
)
v0.96.0 (2024-08-22)
Documentation
- docs(scan_control): added designer options (
9d7718c
)
Feature
- feat(scan_control): added the ability to configure the scan control widget from designer (
9d8fb0b
)
v0.95.1 (2024-08-22)
Documentation
- docs: links section added (
2bf5c70
)
Fix
- fix(docs): changed link to scan gui config in main docs (
640464a
)
Refactor
-
refactor: removed designer pngs (
84abe46
) -
refactor: moved to dynamically loaded material design icons (
1d2afaa
)
v0.95.0 (2024-08-21)
Documentation
-
docs(device_browser): added user docs (
2c31cc9
) -
docs(user): widget gallery with documentation added (
7357f3d
) -
docs: added sphinx-inline-tabs as sphinx dependency (
e9ecd26
) -
docs(cards): changed index cards to custom css class instead of overwriting the default sd-card theme (
91ba30e
)
Feature
-
feat(cli): added device_browser to cli (
196504b
) -
feat(widgets): added device_browser widget (
73f5a2f
)
Fix
- fix(device_browser): fixed plugin assignment for designer (
6500393
)
Refactor
- refactor(docs): review response (
4790afd
)
Test
- test: added test for device browser (
e870e5b
)
v0.94.7 (2024-08-20)
Fix
- fix: formatting of stdout, stderr captured text for logger (
939f834
)
v0.94.6 (2024-08-14)
Fix
- fix(server): emit heartbeat with state (
bc2abe9
)
v0.94.5 (2024-08-14)
Build
- build: increased min version of bec to 2.21.4
Since we now rely on reusing the BECClient singleton, we need the fix introduced with 2.21.4 in BEC. (4f96d0e
)
Fix
- fix(rpc): use client singleton instead of dispatcher (
ea9240d
)