From a44a9cb63eee3c408ce5a96c80b68be8a039bc83 Mon Sep 17 00:00:00 2001 From: prrvchr Date: Mon, 20 Jan 2025 23:06:30 +0100 Subject: [PATCH] new version 1.2.0 --- README.md | 2 +- README_fr.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46680ce..b6bd2db 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ Although this functionality is only needed for gDriveOOo, it is implemented glob - It is possible to build the extension archive (ie: the oxt file) with the [Apache Ant][59] utility and the [build.xml][60] script file. - The extension will refuse to install under OpenOffice regardless of version or LibreOffice other than 7.x or higher. - Added binaries needed for Python libraries to work on Linux and LibreOffice 24.8 (ie: Python 3.9). -- In order to use an arbitrary port for returning the OAuth2 authorization code, the redirect URL via Github (ie: `https://prrvchr.github.io/OAuth2OOo/source/OAuth2OOo/registration/OAuth2Redirect`) is now used. +- The ability to not specify the user's account name in the URL is working again. ### What remains to be done for version 1.2.0: diff --git a/README_fr.md b/README_fr.md index 549bb5f..fe0ffc9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -277,6 +277,7 @@ Bien que cette fonctionnalité ne soit nécessaire que pour gDriveOOo, elle est - Il est possible de construire l'archive de l'extension (ie: le fichier oxt) avec l'utilitaire [Apache Ant][59] et le fichier script [build.xml][60]. - L'extension refusera de s'installer sous OpenOffice quelle que soit la version ou LibreOffice autre que 7.x ou supérieur. - Ajout des fichiers binaires nécessaires aux bibliothèques Python pour fonctionner sous Linux et LibreOffice 24.8 (ie: Python 3.9). +- La possibilité de ne pas spécifier le nom du compte de l'utilisateur dans l'URL est à nouveau fonctionnelle. ### Que reste-t-il à faire pour la version 1.2.0: