- Compatibility with Python 3.11.
- Dropped support for Python 3.6.
- Compatibility with Python 3.10.
- Fixed uninitalized memory usage in DeleteSMS.
- Fixed metadata in published wheels.
- Avoid using some of deprecated Python APIs.
- Reintroduced 32-bit wheels for Windows.
- Add support for polling on the async worker
- Utilize CI on GitHub
- Modernize codebase using pyupgrade, isort and black
- Fix an issue where the gammu worker thread could be brought down if a callback throws an exception
- Add support for asyncio in the gammu worker
- Dropped support for Python 2.
- Windows binaries built with Gammu 1.41.0.
- Windows binaries built with Gammu 1.40.0.
- Add support for the USSD in SMSD.
- Python 2.7 binaries available for Windows.
- Testsuite compatibility with Gammu 1.38.5.
- Fixed compilation under Windows.
- Make parameters to CancelCall and AnswerCall optional.
- Added support for UTF-16 Unicode chars (emojis).
- Needs Gammu >= 1.37.90 due to API changes.
- Fixed error when creating new contact.
- Fixed possible testsuite errors.
- Compatibility with Gammu >= 1.36.7
- Fixed possible crash when initializing SMSD with invalid parameters.
- Fixed crash on handling diverts on certain architectures.
- License changed tp GPL version 2 or later.
- Documentation improvements.
- Documentation improvements.
- Code cleanups.
- Include data required for tests in tarball.
- Include NEWS.rst in tarball.
- Fixed possible crash when changing debug file.
- Fixed various errors found by coverity.
- Separate Python module.
- Compiles using distutils.
- Support Python 3.