Skip to content

Commit

Permalink
2022.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
HLFH committed Nov 17, 2022
1 parent 53912b1 commit cdfd71e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
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
2 changes: 1 addition & 1 deletion automua/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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%'
Expand Down
4 changes: 2 additions & 2 deletions docs/automua.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified docs/automua.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@
<div id="header">
<h1>automua: Email client configuration made easy</h1>
<div class="details">
<span id="revnumber">version 2022.7,</span>
<span id="revdate">2022-11-10</span>
<span id="revnumber">version 2022.8,</span>
<span id="revdate">2022-11-17</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -1781,8 +1781,8 @@ <h2 id="sponsorship"><a class="anchor" href="#sponsorship"></a>12. Sponsorship</
</div>
<div id="footer">
<div id="footer-text">
Version 2022.7<br>
Last updated 2022-11-10 20:45:37 UTC
Version 2022.8<br>
Last updated 2022-11-17 10:47:28 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit cdfd71e

Please sign in to comment.