Released on 2024-08-01.
* **Add** `get_dev_info()` in `iFocus` class to get device information.
* **Add** selectable `500Hz` eeg and corresponding `100Hz` IMU sampling rate in `iFocus` class through `set_frequency()`.
* **Add** `with_q = False` option in `iRecorder` and `iFocus` constructor to drop the necessity of loop calling `get_data()` in SIGNAL mode.
* **Add** `__version__` field of eConEXG package to check the package version, it can be accessed throught `eConEXG.__version__`.
---
* **Fix** last valid packet number in `iFocus` warning message wrongly displayed as a fixed number issue.
* **Change** the default data parse length from 0.01 seconds to 10 frames in `iRecorder` to match hardware settings.
* **Improve** the aesthetics of a document interface.