Skip to content

Commit

Permalink
new version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prrvchr committed Jan 15, 2024
1 parent 3f9e879 commit 4fd7294
Show file tree
Hide file tree
Showing 32 changed files with 322 additions and 237 deletions.
45 changes: 28 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

**The use of this software subjects you to our [Terms Of Use][4] and [Data Protection Policy][5].**

# version [1.1.1][6]
# version [1.2.0][6]

## Introduction:

Expand All @@ -50,19 +50,19 @@ ___

## Requirement:

In order to take advantage of the latest versions of the Python libraries used in eMailerOOo, version 2 of Python has been abandoned in favor of **Python 3.8 minimum**.
This means that **eMailerOOo no longer supports OpenOffice and LibreOffice 6.x on Windows since version 1.0.0**.
I can only advise you **to migrate to LibreOffice 7.x**.
The eMailerOOo extension uses the OAuth2OOo extension to work.
It must therefore meet the [requirement of the OAuth2OOo extension][12].

eMailerOOo uses a local [HsqlDB][12] database version 2.7.2.
HsqlDB being a database written in Java, its use requires the [installation and configuration][13] in LibreOffice / OpenOffice of a **JRE version 11 or later**.
I recommend [Adoptium][14] as your Java installation source.
The eMailerOOo extension uses the jdbcDriverOOo extension to work.
It must therefore meet the [requirement of the jdbcDriverOOo extension][13].

If you are using **LibreOffice Community on Linux**, you are subject to [bug 139538][15]. To work around the problem, please **uninstall the packages** with commands:
- `sudo apt remove libreoffice-sdbc-hsqldb` (to uninstall the libreoffice-sdbc-hsqldb package)
- `sudo apt remove libhsqldb1.8.0-java` (to uninstall the libhsqldb1.8.0-java package)
**On Linux and macOS the Python packages** used by the extension, if already installed, may come from the system and therefore **may not be up to date**.
To ensure that your Python packages are up to date it is recommended to use the **System Info** option in the extension Options accessible by:
**Tools -> Options -> Internet -> eMailerOOo -> View log -> System Info**
If outdated packages appear, you can update them with the command:
`pip install --upgrade <package-name>`

If you still want to use the Embedded HsqlDB functionality provided by LibreOffice, then install the [HyperSQLOOo][16] extension.
For more information see: [What has been done for version 1.1.0][14].

___

Expand Down Expand Up @@ -97,6 +97,9 @@ If necessary, rename it before installing it.

Restart LibreOffice / OpenOffice after installation.

**On Windows, restarting LibreOffice may not be enough.**
To ensure that LibreOffice restarts correctly, use the Windows Task Manager to verify that no LibreOffice services are visible after LibreOffice is shut down.

___

## Use:
Expand Down Expand Up @@ -392,7 +395,14 @@ ___

- Support for version **1.2.0** of the **OAuth2OOo** extension. Previous versions will not work with **OAuth2OOo** extension 1.2.0 or higher.

### What remains to be done for version 1.1.1:
### What has been done for version 1.2.0:

- All Python packages necessary for the extension are now recorded in a [requirements.txt][88] file following [PEP 508][89].
- Now if you are not on Windows then the Python packages necessary for the extension can be easily installed with the command:
`pip install requirements.txt`
- Modification of the [Requirement][90] section.

### What remains to be done for version 1.2.0:

- Add new languages for internationalization...

Expand All @@ -409,11 +419,9 @@ ___
[9]: <https://www.openoffice.org/download/index.html>
[10]: <https://github.com/prrvchr/eMailerOOo>
[11]: <https://github.com/prrvchr/eMailerOOo/issues/new>
[12]: <http://hsqldb.org/>
[13]: <https://wiki.documentfoundation.org/Documentation/HowTo/Install_the_correct_JRE_-_LibreOffice_on_Windows_10>
[14]: <https://adoptium.net/releases.html?variant=openjdk11>
[15]: <https://bugs.documentfoundation.org/show_bug.cgi?id=139538>
[16]: <https://prrvchr.github.io/HyperSQLOOo/>
[12]: <https://prrvchr.github.io/OAuth2OOo/#requirement>
[13]: <https://prrvchr.github.io/jdbcDriverOOo/#requirement>
[14]: <https://prrvchr.github.io/eMailerOOo/#what-has-been-done-for-version-120>
[17]: <https://prrvchr.github.io/OAuth2OOo/img/OAuth2OOo.svg#middle>
[18]: <https://prrvchr.github.io/OAuth2OOo/>
[19]: <https://github.com/prrvchr/OAuth2OOo/releases/latest/download/OAuth2OOo.oxt>
Expand Down Expand Up @@ -485,3 +493,6 @@ ___
[85]: <https://github.com/prrvchr/eMailerOOo/blob/master/source/eMailerOOo/idl/com/sun/star/datatransfer/XTransferableFactory.idl>
[86]: <https://www.openoffice.org/api/docs/common/ref/com/sun/star/datatransfer/XTransferable.html>
[87]: <https://github.com/prrvchr/eMailerOOo/issues/4>
[88]: <https://github.com/prrvchr/eMailerOOo/tree/master/source/eMailerOOo/requirements.txt>
[89]: <https://peps.python.org/pep-0508/>
[90]: <https://prrvchr.github.io/eMailerOOo/#requirement>
45 changes: 28 additions & 17 deletions README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

**L'utilisation de ce logiciel vous soumet à nos [Conditions d'utilisation][4] et à notre [Politique de protection des données][5].**

# version [1.1.1][6]
# version [1.2.0][6]

## Introduction:

Expand All @@ -50,19 +50,19 @@ ___

## Prérequis:

Afin de profiter des dernières versions des bibliothèques Python utilisées dans eMailerOOo, la version 2 de Python a été abandonnée au profit de **Python 3.8 minimum**.
Cela signifie que **eMailerOOo ne supporte plus OpenOffice et LibreOffice 6.x sous Windows depuis sa version 1.0.0**.
Je ne peux que vous conseiller **de migrer vers LibreOffice 7.x**.
L'extension eMailerOOo utilise l'extension OAuth2OOo pour fonctionner.
Elle doit donc répondre aux [prérequis de l'extension OAuth2OOo][12].

eMailerOOo utilise une base de données locale [HsqlDB][12] version 2.7.2.
HsqlDB étant une base de données écrite en Java, son utilisation nécessite [l'installation et la configuration][13] dans LibreOffice / OpenOffice d'un **JRE version 11 ou ultérieure**.
Je vous recommande [Adoptium][14] comme source d'installation de Java.
L'extension eMailerOOo utilise l'extension jdbcDriverOOo pour fonctionner.
Elle doit donc répondre aux [prérequis de l'extension jdbcDriverOOo][13].

Si vous utilisez **LibreOffice Community sous Linux**, vous êtes sujet au [dysfonctionnement 139538][15]. Pour contourner le problème, veuillez **désinstaller les paquets** avec les commandes:
- `sudo apt remove libreoffice-sdbc-hsqldb` (pour désinstaller le paquet libreoffice-sdbc-hsqldb)
- `sudo apt remove libhsqldb1.8.0-java` (pour désinstaller le paquet libhsqldb1.8.0-java)
**Sous Linux et macOS les paquets Python** utilisés par l'extension, peuvent s'il sont déja installé provenir du système et donc, **peuvent ne pas être à jour**.
Afin de s'assurer que vos paquets Python sont à jour il est recommandé d'utiliser l'option **Info système** dans les Options de l'extension accessible par:
**Outils -> Options -> Internet -> eMailerOOo -> Voir journal -> Info système**
Si des paquets obsolètes apparaissent, vous pouvez les mettre à jour avec la commande:
`pip install --upgrade <package-name>`

Si vous souhaitez quand même utiliser la fonctionnalité HsqlDB intégré fournie par LibreOffice, alors installez l'extension [HyperSQLOOo][16].
Pour plus d'information voir: [Ce qui a été fait pour la version 1.1.0][14].

___

Expand Down Expand Up @@ -97,6 +97,9 @@ Si nécessaire, renommez-le avant de l'installer.

Redémarrez LibreOffice / OpenOffice après l'installation.

**Sous Windows, redémarrer LibreOffice peut ne pas suffire.**
Pour vous assurer que LibreOffice redémarre correctement, utilisez le Gestionnaire de tâche de Windows pour vérifier qu'aucun service LibreOffice n'est visible après l'arrêt de LibreOffice.

___

## Utilisation:
Expand Down Expand Up @@ -392,7 +395,14 @@ ___

- Prise en charge de la version 1.2.0 de l'extension **OAuth2OOo**. Les versions précédentes ne fonctionneront pas avec l'extension **OAuth2OOo** 1.2.0 ou ultérieure.

### Que reste-t-il à faire pour la version 1.1.1:
### Ce qui a été fait pour la version 1.2.0:

- Tous les paquets Python nécessaires à l'extension sont désormais enregistrés dans un fichier [requirements.txt][88] suivant la [PEP 508][89].
- Désormais si vous n'êtes pas sous Windows alors les paquets Python nécessaires à l'extension peuvent être facilement installés avec la commande:
`pip install requirements.txt`
- Modification de la section [Prérequis][90].

### Que reste-t-il à faire pour la version 1.2.0:

- Ajouter de nouvelles langues pour l’internationalisation...

Expand All @@ -409,11 +419,9 @@ ___
[9]: <https://www.openoffice.org/download/index.html>
[10]: <https://github.com/prrvchr/eMailerOOo>
[11]: <https://github.com/prrvchr/eMailerOOo/issues/new>
[12]: <http://hsqldb.org/>
[13]: <https://wiki.documentfoundation.org/Documentation/HowTo/Install_the_correct_JRE_-_LibreOffice_on_Windows_10/fr>
[14]: <https://adoptium.net/releases.html?variant=openjdk11>
[15]: <https://bugs.documentfoundation.org/show_bug.cgi?id=139538>
[16]: <https://prrvchr.github.io/HyperSQLOOo/>
[12]: <https://prrvchr.github.io/OAuth2OOo/README_fr#pr%C3%A9requis>
[13]: <https://prrvchr.github.io/jdbcDriverOOo/README_fr#pr%C3%A9requis>
[14]: <https://prrvchr.github.io/eMailerOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-120>
[17]: <https://prrvchr.github.io/OAuth2OOo/img/OAuth2OOo.svg#middle>
[18]: <https://prrvchr.github.io/OAuth2OOo/README_fr>
[19]: <https://github.com/prrvchr/OAuth2OOo/releases/latest/download/OAuth2OOo.oxt>
Expand Down Expand Up @@ -485,3 +493,6 @@ ___
[85]: <https://github.com/prrvchr/eMailerOOo/blob/master/source/eMailerOOo/idl/com/sun/star/datatransfer/XTransferableFactory.idl>
[86]: <https://www.openoffice.org/api/docs/common/ref/com/sun/star/datatransfer/XTransferable.html>
[87]: <https://github.com/prrvchr/eMailerOOo/issues/4>
[88]: <https://github.com/prrvchr/eMailerOOo/tree/master/source/eMailerOOo/requirements.txt>
[89]: <https://peps.python.org/pep-0508/>
[90]: <https://prrvchr.github.io/eMailerOOo/README_fr#pr%C3%A9requis>
2 changes: 1 addition & 1 deletion source/eMailerOOo/description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
╚════════════════════════════════════════════════════════════════════════════════════╝
-->
<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink">
<version value="1.1.1"/>
<version value="1.2.0"/>
<identifier value="io.github.prrvchr.eMailerOOo"/>
<platform value="all"/>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions source/eMailerOOo/package.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Written by the OOEclipseIntegration
#Thu Nov 02 16:56:40 CET 2023
contents=Addons.xcu, META-INF, META-INF/manifest.xml, Options.xcs, Options.xcu, OptionsDialog.xcu, ProtocolHandler.xcu, description, description/desc_en.txt, description/desc_fr.txt, description.xml, eMailerOOo, eMailerOOo/DialogStrings_en_US.default, eMailerOOo/DialogStrings_en_US.properties, eMailerOOo/DialogStrings_fr_FR.properties, eMailerOOo/GridWindow.xdl, eMailerOOo/IspdbPage1.xdl, eMailerOOo/IspdbPage2.xdl, eMailerOOo/IspdbPage3.xdl, eMailerOOo/IspdbPage4.xdl, eMailerOOo/IspdbPage5.xdl, eMailerOOo/IspdbPages.xdl, eMailerOOo/LogDialog.xdl, eMailerOOo/LogWindow.xdl, eMailerOOo/MailWindow.xdl, eMailerOOo/MailerDialog.xdl, eMailerOOo/MergerPage1.xdl, eMailerOOo/MergerPage2.xdl, eMailerOOo/MergerTab1.xdl, eMailerOOo/MergerTab2.xdl, eMailerOOo/OptionsDialog.xdl, eMailerOOo/OptionsDialog_en_US.default, eMailerOOo/OptionsDialog_en_US.properties, eMailerOOo/OptionsDialog_fr_FR.properties, eMailerOOo/SendDialog.xdl, eMailerOOo/SendEmail.xba, eMailerOOo/SpoolerDialog.xdl, eMailerOOo/SpoolerTab1.xdl, eMailerOOo/SpoolerTab2.xdl, eMailerOOo/Wizard.xdl, eMailerOOo/column-0.png, eMailerOOo/column-1.png, eMailerOOo/dialog.xlb, eMailerOOo/eMailerOOo.svg, eMailerOOo/script.xlb, hsqldb, hsqldb/Columns.csv, hsqldb/TableColumn.csv, hsqldb/Tables.csv, hsqldb/hsqldb.jar, registration, registration/PrivacyPolicy_en.md, registration/PrivacyPolicy_fr.md, registration/TermsOfUse_en.md, registration/TermsOfUse_fr.md, resource, resource/Logger_en_US.default, resource/Logger_en_US.properties, resource/Logger_fr_FR.properties, resource/Wizard_en_US.default, resource/Wizard_en_US.properties, resource/Wizard_fr_FR.properties, resource/dbqueries_en_US.default, resource/dbqueries_en_US.properties, resource/dbqueries_fr_FR.properties, resource/dbtool_en_US.default, resource/dbtool_en_US.properties, resource/dbtool_fr_FR.properties, resource/eMailer_en_US.default, resource/eMailer_en_US.properties, resource/eMailer_fr_FR.properties, service, service/pythonpath, service/pythonpath/emailer, service/pythonpath/emailer/dbtool, service/pythonpath/emailer/grid, service/pythonpath/emailer/imapclient, service/pythonpath/emailer/ispdb, service/pythonpath/emailer/ispdb/page1, service/pythonpath/emailer/ispdb/page2, service/pythonpath/emailer/ispdb/page5, service/pythonpath/emailer/ispdb/page5/send, service/pythonpath/emailer/ispdb/pages, service/pythonpath/emailer/jdbcdriver, service/pythonpath/emailer/logger, service/pythonpath/emailer/logger/dialog, service/pythonpath/emailer/mail, service/pythonpath/emailer/mailer, service/pythonpath/emailer/mailservice, service/pythonpath/emailer/merger, service/pythonpath/emailer/merger/page1, service/pythonpath/emailer/merger/page2, service/pythonpath/emailer/merger/page3, service/pythonpath/emailer/oauth2, service/pythonpath/emailer/options, service/pythonpath/emailer/smtplib2, service/pythonpath/emailer/smtplib3, service/pythonpath/emailer/spooler, service/pythonpath/emailer/spooler/dialog, service/pythonpath/emailer/unotool, service/pythonpath/emailer/wizard, service/pythonpath/ijson, service/pythonpath/ijson/backends, service/pythonpath/packaging, service/pythonpath/validators, service/pythonpath/validators/i18n
#Mon Jan 15 06:29:27 CET 2024
contents=Addons.xcu, META-INF, META-INF/manifest.xml, Options.xcs, Options.xcu, OptionsDialog.xcu, ProtocolHandler.xcu, description, description/desc_en.txt, description/desc_fr.txt, description.xml, eMailerOOo, eMailerOOo/DialogStrings_en_US.default, eMailerOOo/DialogStrings_en_US.properties, eMailerOOo/DialogStrings_fr_FR.properties, eMailerOOo/GridWindow.xdl, eMailerOOo/IspdbPage1.xdl, eMailerOOo/IspdbPage2.xdl, eMailerOOo/IspdbPage3.xdl, eMailerOOo/IspdbPage4.xdl, eMailerOOo/IspdbPage5.xdl, eMailerOOo/IspdbPages.xdl, eMailerOOo/LogDialog.xdl, eMailerOOo/LogWindow.xdl, eMailerOOo/MailWindow.xdl, eMailerOOo/MailerDialog.xdl, eMailerOOo/MergerPage1.xdl, eMailerOOo/MergerPage2.xdl, eMailerOOo/MergerTab1.xdl, eMailerOOo/MergerTab2.xdl, eMailerOOo/OptionsDialog.xdl, eMailerOOo/OptionsDialog_en_US.default, eMailerOOo/OptionsDialog_en_US.properties, eMailerOOo/OptionsDialog_fr_FR.properties, eMailerOOo/SendDialog.xdl, eMailerOOo/SendEmail.xba, eMailerOOo/SpoolerDialog.xdl, eMailerOOo/SpoolerTab1.xdl, eMailerOOo/SpoolerTab2.xdl, eMailerOOo/Wizard.xdl, eMailerOOo/column-0.png, eMailerOOo/column-1.png, eMailerOOo/dialog.xlb, eMailerOOo/eMailerOOo.svg, eMailerOOo/script.xlb, hsqldb, hsqldb/Columns.csv, hsqldb/TableColumn.csv, hsqldb/Tables.csv, hsqldb/hsqldb.jar, registration, registration/PrivacyPolicy_en.md, registration/PrivacyPolicy_fr.md, registration/TermsOfUse_en.md, registration/TermsOfUse_fr.md, requirements.txt, resource, resource/Logger_en_US.default, resource/Logger_en_US.properties, resource/Logger_fr_FR.properties, resource/Wizard_en_US.default, resource/Wizard_en_US.properties, resource/Wizard_fr_FR.properties, resource/dbqueries_en_US.default, resource/dbqueries_en_US.properties, resource/dbqueries_fr_FR.properties, resource/dbtool_en_US.default, resource/dbtool_en_US.properties, resource/dbtool_fr_FR.properties, resource/eMailer_en_US.default, resource/eMailer_en_US.properties, resource/eMailer_fr_FR.properties, service, service/pythonpath, service/pythonpath/_distutils_hack, service/pythonpath/decorator-5.1.1.dist-info, service/pythonpath/emailer, service/pythonpath/emailer/dbtool, service/pythonpath/emailer/grid, service/pythonpath/emailer/imapclient, service/pythonpath/emailer/ispdb, service/pythonpath/emailer/ispdb/page1, service/pythonpath/emailer/ispdb/page2, service/pythonpath/emailer/ispdb/page5, service/pythonpath/emailer/ispdb/page5/send, service/pythonpath/emailer/ispdb/pages, service/pythonpath/emailer/jdbcdriver, service/pythonpath/emailer/logger, service/pythonpath/emailer/logger/dialog, service/pythonpath/emailer/mail, service/pythonpath/emailer/mailer, service/pythonpath/emailer/mailservice, service/pythonpath/emailer/merger, service/pythonpath/emailer/merger/page1, service/pythonpath/emailer/merger/page2, service/pythonpath/emailer/merger/page3, service/pythonpath/emailer/oauth2, service/pythonpath/emailer/options, service/pythonpath/emailer/smtplib2, service/pythonpath/emailer/smtplib3, service/pythonpath/emailer/spooler, service/pythonpath/emailer/spooler/dialog, service/pythonpath/emailer/unotool, service/pythonpath/emailer/wizard, service/pythonpath/ijson, service/pythonpath/ijson/backends, service/pythonpath/ijson-3.2.3.dist-info, service/pythonpath/packaging, service/pythonpath/packaging-23.2.dist-info, service/pythonpath/pkg_resources, service/pythonpath/pkg_resources/_vendor, service/pythonpath/pkg_resources/_vendor/importlib_resources, service/pythonpath/pkg_resources/_vendor/jaraco, service/pythonpath/pkg_resources/_vendor/jaraco/text, service/pythonpath/pkg_resources/_vendor/more_itertools, service/pythonpath/pkg_resources/_vendor/packaging, service/pythonpath/pkg_resources/_vendor/platformdirs, service/pythonpath/pkg_resources/extern, service/pythonpath/setuptools, service/pythonpath/setuptools/_distutils, service/pythonpath/setuptools/_distutils/command, service/pythonpath/setuptools/_vendor, service/pythonpath/setuptools/_vendor/importlib_metadata, service/pythonpath/setuptools/_vendor/importlib_resources, service/pythonpath/setuptools/_vendor/jaraco, service/pythonpath/setuptools/_vendor/jaraco/text, service/pythonpath/setuptools/_vendor/more_itertools, service/pythonpath/setuptools/_vendor/packaging, service/pythonpath/setuptools/_vendor/tomli, service/pythonpath/setuptools/command, service/pythonpath/setuptools/config, service/pythonpath/setuptools/config/_validate_pyproject, service/pythonpath/setuptools/extern, service/pythonpath/setuptools-69.0.3.dist-info, service/pythonpath/six-1.16.0.dist-info, service/pythonpath/validators, service/pythonpath/validators/i18n, service/pythonpath/validators-0.22.0.dist-info
4 changes: 2 additions & 2 deletions source/eMailerOOo/registration/PrivacyPolicy_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Use of the `Supplier` services through `OAuth2OOo` and/or `eMailerOOo` may subje
[1]: <https://prrvchr.github.io/eMailerOOo/source/eMailerOOo/registration/PrivacyPolicy_fr>
[2]: <https://prrvchr.github.io/eMailerOOo/source/eMailerOOo/registration/TermsOfUse_en>
[3]: <https://prrvchr.github.io/eMailerOOo/>
[4]: <https://github.com/prrvchr/OAuth2OOo/raw/master/OAuth2OOo.oxt>
[5]: <https://github.com/prrvchr/eMailerOOo/raw/master/eMailerOOo.oxt>
[4]: <https://github.com/prrvchr/OAuth2OOo/releases/latest/download/OAuth2OOo.oxt>
[5]: <https://github.com/prrvchr/eMailerOOo/releases/latest/download/eMailerOOo.oxt>
[6]: <https://prrvchr.github.io/OAuth2OOo/source/OAuth2OOo/registration/PrivacyPolicy_en>
[7]: <https://developers.google.com/terms/api-services-user-data-policy?hl=en>
4 changes: 2 additions & 2 deletions source/eMailerOOo/registration/PrivacyPolicy_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Le `Fournisseur` est seul responsable de l'expiration des données qu'il collect
[1]: <https://prrvchr.github.io/eMailerOOo/source/eMailerOOo/registration/PrivacyPolicy_en>
[2]: <https://prrvchr.github.io/eMailerOOo/source/eMailerOOo/registration/TermsOfUse_fr>
[3]: <https://prrvchr.github.io/eMailerOOo/README_fr>
[4]: <https://github.com/prrvchr/OAuth2OOo/raw/master/OAuth2OOo.oxt>
[5]: <https://github.com/prrvchr/eMailerOOo/raw/master/eMailerOOo.oxt>
[4]: <https://github.com/prrvchr/OAuth2OOo/releases/latest/download/OAuth2OOo.oxt>
[5]: <https://github.com/prrvchr/eMailerOOo/releases/latest/download/eMailerOOo.oxt>
[6]: <https://prrvchr.github.io/OAuth2OOo/source/OAuth2OOo/registration/PrivacyPolicy_fr>
[7]: <https://developers.google.com/terms/api-services-user-data-policy?hl=fr>
6 changes: 6 additions & 0 deletions source/eMailerOOo/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
decorator>=5.1.1
ijson>=3.2.3
packaging>=23.2
setuptools>=69.0.3
six>=1.16.0
validators>=0.22.0
Loading

0 comments on commit 4fd7294

Please sign in to comment.