Upgraded to Python 3.12.3 where possible.

This commit is contained in:
Ross Scroggs
2024-04-16 19:52:03 -07:00
parent b00077151b
commit baf0c7863f
5 changed files with 31 additions and 23 deletions

View File

@@ -10,6 +10,10 @@ Add the `-s` option to the end of the above commands to suppress creating the `g
See [Downloads](https://github.com/taers232c/GAMADV-XTD3/wiki/Downloads) for Windows or other options, including manual installation
### 6.72.14
Upgraded to Python 3.12.3 where possible.
### 6.72.13
Added the following option to `<EventMatchProperty>` that can be used to select
@@ -17,7 +21,7 @@ events based on the domains of the attendees.
```
matchfield attendeesonlydomainlist <DomainNameList>
```
This returns true if all attendee's email address are in a domain in `<DomainNameList>`;
This returns true if all attendee's email addresses are in a domain in `<DomainNameList>`;
for example this lets you look for events with attendees only in your internal domains.
### 6.72.12