mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
1.9.0
Automatically generated by python-semantic-release
This commit is contained in:
26
CHANGELOG.md
26
CHANGELOG.md
@ -1,6 +1,19 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
|
||||||
|
## v1.9.0 (2024-12-10)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **side_menu**: Side menu with stack widget added
|
||||||
|
([`c7d7c6d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/c7d7c6d9ed7c2dcc42b33fcd590f1f27499322c1))
|
||||||
|
|
||||||
|
### Testing
|
||||||
|
|
||||||
|
- **side_panel**: Tests added
|
||||||
|
([`9b95b5d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/9b95b5d6164ff42673dbbc3031e5b1f45fbcde0a))
|
||||||
|
|
||||||
|
|
||||||
## v1.8.0 (2024-12-10)
|
## v1.8.0 (2024-12-10)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
@ -197,16 +210,3 @@ Depending on the test, auto-updates are enabled or not.
|
|||||||
|
|
||||||
- Update outdated text in docs
|
- Update outdated text in docs
|
||||||
([`4f0693c`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/4f0693cae34b391d75884837e1ae6353a0501868))
|
([`4f0693c`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/4f0693cae34b391d75884837e1ae6353a0501868))
|
||||||
|
|
||||||
|
|
||||||
## v1.3.2 (2024-11-05)
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- **plot_base**: Legend text color is changed when changing dark-light theme
|
|
||||||
([`2304c9f`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/2304c9f8497c1ab1492f3e6690bb79b0464c0df8))
|
|
||||||
|
|
||||||
### Build System
|
|
||||||
|
|
||||||
- Pyside6 version fixed 6.7.2
|
|
||||||
([`c6e48ec`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/c6e48ec1fe5aaee6a7c7a6f930f1520cd439cdb2))
|
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "bec_widgets"
|
name = "bec_widgets"
|
||||||
version = "1.8.0"
|
version = "1.9.0"
|
||||||
description = "BEC Widgets"
|
description = "BEC Widgets"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
Reference in New Issue
Block a user