Skip to content

Commit

Permalink
new version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prrvchr committed Jan 13, 2024
1 parent 64fb2fe commit 10a1739
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ ___

### Ce qui a été fait pour la version 1.1.0:

- Tous les packages Python nécessaires à l'extension sont désormais enregistrés dans un fichier [requirements.txt][40] suivant la [PEP 508][41].
- Désormais si vous n'êtes pas sous Windows alors les packages Python nécessaires à l'extension peuvent être facilement installés avec la commande:
- Tous les paquets Python nécessaires à l'extension sont désormais enregistrés dans un fichier [requirements.txt][40] suivant la [PEP 508][41].
- 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][42].

Expand Down
4 changes: 2 additions & 2 deletions source/HyperSQLOOo/description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<src xlink:href="https://prrvchr.github.io/HyperSQLOOo/HyperSQLOOo.update.xml"/>
</update-information>
<publisher>
<name xlink:href="https://prrvchr.github.io/HyperSQLOOo/" lang="en-US">Embedded Hsqldb driver for LibreOffice / OpenOffice</name>
<name xlink:href="https://prrvchr.github.io/HyperSQLOOo/README_fr" lang="fr-FR">Pilote Hsqldb intégré pour LibreOffice / OpenOffice</name>
<name xlink:href="https://prrvchr.github.io/HyperSQLOOo/" lang="en-US">Embedded Hsqldb driver for LibreOffice</name>
<name xlink:href="https://prrvchr.github.io/HyperSQLOOo/README_fr" lang="fr-FR">Pilote Hsqldb intégré pour LibreOffice</name>
</publisher>
<registration>
<simple-license accept-by="admin" suppress-on-update="true">
Expand Down
2 changes: 1 addition & 1 deletion source/HyperSQLOOo/service/OptionsHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def callHandlerMethod(self, window, event, method):
handled = False
if method == 'external_event':
if event == 'initialize':
self._manager = OptionsManager(self._ctx, window)
self._manager = OptionsManager(self._ctx, window, 'xdbc:hsqldb:mem:dbversion')
handled = True
elif event == 'ok':
self._manager.saveSetting()
Expand Down

0 comments on commit 10a1739

Please sign in to comment.