diff --git a/.github/workflows/qa-checks.yml b/.github/workflows/qa-checks.yml index 1d80a81..9d560da 100644 --- a/.github/workflows/qa-checks.yml +++ b/.github/workflows/qa-checks.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu-latest'] - python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] + python: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4 - name: Set up Python diff --git a/CHANGELOG b/CHANGELOG index e5b687c..03d18c0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -39,7 +39,7 @@ Bundle documentation for offline use. Permit network tests to be enabled/disabled on demand. -2024.2 (TBA): Fix: Interpret STARTTLS as "uses SSL" in mobileconfig. - Feature: Support CalDAV/CardDAV in mobileconfig. - Update CI tests (drop Python version 3.7, include 3.13). - Introduce environment variable PERMIT_CLEARTEXT_PASSWORD for mobileconfig. +2024.2 (2024-08-01): Fix: Interpret STARTTLS as "uses SSL" in mobileconfig. + Feature: Support CalDAV and CardDAV in mobileconfig. + Feature: Support passwords in mobileconfig (disabled by default, opt-in required to enable). + CI: Drop Python version 3.7 from matrix. diff --git a/automx2/__init__.py b/automx2/__init__.py index 7461007..d14d792 100644 --- a/automx2/__init__.py +++ b/automx2/__init__.py @@ -19,7 +19,7 @@ import logging IDENTIFIER = 'automx2' # Do not change this! -VERSION = '2024.2.dev2' +VERSION = '2024.2' PLACEHOLDER_ADDRESS = r'%EMAILADDRESS%' PLACEHOLDER_DOMAIN = r'%EMAILDOMAIN%' diff --git a/contrib/seed-example.json b/contrib/seed-example.json index 0d706c9..37d15e9 100644 --- a/contrib/seed-example.json +++ b/contrib/seed-example.json @@ -4,7 +4,9 @@ "servers": [ {"type": "imap", "name": "imap.example.com"}, {"type": "smtp", "name": "smtp.example.com"}, - {"type": "caldav", "port": 47443, - "url": "https://www.horus-it.com:47443/SOGo/dav/%EMAILADDRESS%/Calendar/personal/"} + {"type": "caldav", "port": 443, + "url": "https://www.example.net/SOGo/dav/%EMAILADDRESS%/Calendar/personal/"}, + {"type": "carddav", "port": 443, + "url": "https://www.example.net/SOGo/dav/%EMAILADDRESS%/Contacts/personal/"} ] } diff --git a/docs/automx2.adoc b/docs/automx2.adoc index 1dee6e8..d803235 100644 --- a/docs/automx2.adoc +++ b/docs/automx2.adoc @@ -3,8 +3,8 @@ = automx2: Email client configuration made easy :keywords: autoconfig, autodiscover, mobileconfig, automx, automx2 :subject: automx2: Email client configuration made easy -:revnumber: 2024.2.dev2 -:revdate: 2024-07-29 +:revnumber: 2024.2 +:revdate: 2024-08-01 :copyright: © 2019-2024 Ralph Seichter :publisher: Ralph Seichter :lang: en diff --git a/docs/automx2.pdf b/docs/automx2.pdf index db2a8b0..2267a8f 100644 Binary files a/docs/automx2.pdf and b/docs/automx2.pdf differ diff --git a/docs/index.html b/docs/index.html index 0a5d482..07c39b2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -554,8 +554,8 @@