- **Windows (and maybe Linux) installation error**: Resolved an issue where the `setup.py` script did not put in `install_requires` the requirements of the operating system in which the installation takes place.
0.1.2
Added
- **Disable user privacy**: The ability to explicitly control whether user information is saved. By default, user information is not saved to ensure privacy. However, this can be overridden by setting `privacy=False` in the `start_bot` function: `start_bot(token=TOKEN, ..., privacy=False)`.
0.1.1
Added
- Fully functional main feature.
Fixed
- Fixed a critical issue that caused an import error when the library was used.
0.1.0
Added
- Initial version of the library.
> **Note:** This version was retracted from PyPI due to a critical issue that caused an import error, making the library unusable.