What's Changed
* fix: removes notification for updating protected lists by mosmuell in https://github.com/tiqi-group/pydase/pull/30
* fix: configures pint to autoconvert offset units to base units by mosmuell in https://github.com/tiqi-group/pydase/pull/33
* removes loguru dependency and use std logging by mosmuell in https://github.com/tiqi-group/pydase/pull/35
* turns off frontend notifications by default by mosmuell in https://github.com/tiqi-group/pydase/pull/40
* feat: add custom css option to pydase.Server by mosmuell in https://github.com/tiqi-group/pydase/pull/41
* feat: Enhances signal handling, adds force exit capability by mosmuell in https://github.com/tiqi-group/pydase/pull/43
* fix: loading of ColouredEnum and Quantity from settings file by mosmuell in https://github.com/tiqi-group/pydase/pull/51
* fix: task autostart not working in nested classes by mosmuell in https://github.com/tiqi-group/pydase/pull/53
* fix: frontend div ids adhere to html guidelines now by mosmuell in https://github.com/tiqi-group/pydase/pull/54
* feat: pressing "-" at the start of a number component toggles the sign by mosmuell in https://github.com/tiqi-group/pydase/pull/55
* cleanup: Refactors DataService serialization by mosmuell in https://github.com/tiqi-group/pydase/pull/56
* feat: adds connection toast component to app by mosmuell in https://github.com/tiqi-group/pydase/pull/57
* feat: Service data will be fetched as soon as the client connects to the websocket server by mosmuell in https://github.com/tiqi-group/pydase/pull/58
* fix: connection toast timeout by mosmuell in https://github.com/tiqi-group/pydase/pull/62
* add a cache storing the state of the service by mosmuell in https://github.com/tiqi-group/pydase/pull/63
* Fix: executing methods through frontend by mosmuell in https://github.com/tiqi-group/pydase/pull/66
* Fix: convert value when setting list entries by mosmuell in https://github.com/tiqi-group/pydase/pull/65
* cleanup: refactor state manager functions by mosmuell in https://github.com/tiqi-group/pydase/pull/64
* feat: adds `load_state` decorator for property setters to load value from file by mosmuell in https://github.com/tiqi-group/pydase/pull/67
**Full Changelog**: https://github.com/tiqi-group/pydase/compare/v0.2.0...v0.3.0