diff --git a/CHANGELOG.md b/CHANGELOG.md index e59f5f6..3ae6ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ 2022.2, 2022.3, 2022.4: Unpublished releases -2022.5 (2022-10-31): Fork automx2 to automua. First automua public release. Avoid GPLv3 violation. Open project to contributors. Fix the database initialisation w/ HTTP POST & JSON payload (`automua/database.py`). Replace the deprecated setup.py by pyproject.toml. Use hatch to build and publish releases on Python PyPI. Packages for Arch Linux AUR and Python PyPI. Update docs and fix a few contrib files. +2022.5 (2022-10-31): Fork automx2 to automua. First automua public release. Avoid GPLv3 violation. Open project to contributors. Fix the database initialisation w/ HTTP POST & JSON payload (`automua/database.py`). Replace the deprecated setup.py by pyproject.toml. Use hatch to build and publish releases on Python PyPI. Packages for Arch Linux AUR and Python PyPI. Update docs and fix a few contrib files. Add trademark notice. 2022.6 (2022-11-02): start fixing Autodiscover requests: replace ElementTree XML API by lxml, expand support for Outlook namespaces uris, add test_invalid_namespace @@ -36,4 +36,6 @@ 2022.6.6, 2022.6.7, 2022.6.8 (2022-11-8): replace SSL by TLS as much as possible. Note that Thunderbird does not support the Encryption element of the Autodiscover protocol. -2022.7 (2022-11-10): replace legacy backref by back_populates: final fix for the database init w/ HTTP POST & JSON payload \ No newline at end of file +2022.7 (2022-11-10): replace legacy backref by back_populates: final fix for the database init w/ HTTP POST & JSON payload + +2022.8 (2022-11-17): rewrite for sqlalchemy 2.0 (Query API), upgrade deps, switch from unittest to pytest, use Flask app factory create_app (fix undocumented AssertionError), restore JSON upload w/ MySQL workaround \ No newline at end of file diff --git a/automua/__init__.py b/automua/__init__.py index e6bc00d..ab223fa 100644 --- a/automua/__init__.py +++ b/automua/__init__.py @@ -22,7 +22,7 @@ import logging IDENTIFIER = "automua" # Do not change this! -VERSION = '2022.7' +VERSION = '2022.8' PLACEHOLDER_ADDRESS = r'%EMAILADDRESS%' PLACEHOLDER_DOMAIN = r'%EMAILDOMAIN%' diff --git a/docs/automua.adoc b/docs/automua.adoc index 0b8d98e..da0aba1 100644 --- a/docs/automua.adoc +++ b/docs/automua.adoc @@ -3,8 +3,8 @@ = automua: Email client configuration made easy :keywords: autoconfig, autodiscover, mobileconfig, automx, automx2, automua :subject: automua: Email client configuration made easy -:revnumber: 2022.7 -:revdate: 2022-11-10 +:revnumber: 2022.8 +:revdate: 2022-11-17 :copyright: © 2019-2022 Ralph Seichter, Patrick Ben Koetter, Gaspard d'Hautefeuille :publisher: Gaspard d'Hautefeuille :lang: en diff --git a/docs/automua.pdf b/docs/automua.pdf index 544f4cb..d2ff9b4 100644 Binary files a/docs/automua.pdf and b/docs/automua.pdf differ diff --git a/docs/index.html b/docs/index.html index c004c18..1403355 100644 --- a/docs/index.html +++ b/docs/index.html @@ -658,8 +658,8 @@