Skip to content

Commit

Permalink
unogenerator-1.0.0 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
turulomio authored Oct 27, 2024
1 parent c74623c commit 14d7561
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 10 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ You can read [documentation](https://github.com/turulomio/unogenerator/blob/main
- [UnoGenerator API](https://coolnewton.mooo.com/doxygen/unogenerator/)

## Changelog
### 1.0.0 (2024-10-27)
- Removed unogenerator_start and unogenerator_stop commands
- Now Libreoffice server instances are launch unattended by default
- Libreoffice server instances can be launched programatically

### 0.41.0 (2024-07-10)
- unogenerator_start now launches libreoffice instances silently
- Github actions work
Expand Down
Binary file modified doc/unogenerator_documentation_en.odt
Binary file not shown.
Binary file modified doc/unogenerator_documentation_en.pdf
Binary file not shown.
Binary file modified doc/unogenerator_documentation_es.odt
Binary file not shown.
Binary file modified doc/unogenerator_documentation_es.pdf
Binary file not shown.
Binary file modified doc/unogenerator_example_en.ods
Binary file not shown.
Binary file modified doc/unogenerator_example_en.pdf
Binary file not shown.
Binary file modified doc/unogenerator_example_es.ods
Binary file not shown.
Binary file modified doc/unogenerator_example_es.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "unogenerator"
version = "0.41.0"
version = "1.0.0"
description = "Libreoffice files generator programmatically with python and Libreoffice server instances"
authors = ["turulomio <[email protected]>"]
license = "GPL-3.0 license"
Expand Down
3 changes: 1 addition & 2 deletions unogenerator.epj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"header": {
"comment": "eric project file for project unogenerator",
"copyright": "Copyright (C) 2024 , ",
"saved": "2024-10-11, 20:47:11"
"saved": "2024-10-27, 16:13:50"
},
"project": {
"AUTHOR": "",
Expand Down Expand Up @@ -52,7 +52,6 @@
},
"MIXEDLANGUAGE": false,
"OTHERS": [
"DOCKER.md",
"INSTALL.md",
"README.md",
"unogenerator.epj"
Expand Down
4 changes: 2 additions & 2 deletions unogenerator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from datetime import datetime


__version__ = '0.41.0'
__versiondatetime__=datetime(2024, 7, 10, 21, 11)
__version__ = '1.0.0'
__versiondatetime__=datetime(2024, 10, 27, 16, 11)
__versiondate__=__versiondatetime__.date()


Expand Down
8 changes: 4 additions & 4 deletions unogenerator/locale/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ msgstr "Desarrollado por Mariano Muñoz 2020-{}"

#, python-brace-format
msgid "Coord constructor must have a str or a Coord parameter and is a {0}"
msgstr ""
msgstr "El constructor de Coord debe tener un str o un Coord como parámetro y es un {0}"

msgid "I can't convert {} (class: {}) to a Coord"
msgstr "No puedo convertir {} (class: {}) en un Coord"

#, python-brace-format
msgid "Coord can have this character: {0}"
msgstr ""
msgstr "Coord no puede tener este carácter: {0}"

msgid "Coord letter can't be empty"
msgstr "La letra de la coordenada no puede estar vacía"

#, python-brace-format
msgid "Coord couldn't be created with '{0}'"
msgstr ""
msgstr "Coord no pudo ser creado con '{0}'"

#, python-brace-format
msgid "Range constructor must receive a string but got: {0} ({1})"
Expand Down Expand Up @@ -450,7 +450,7 @@ msgid "This process died after trying to connect to port {0} during {1} seconds.
msgstr ""

msgid "Error closing ODF instance"
msgstr ""
msgstr "Error al cerrar la instancia ODF"

msgid "You can't use the same filename as your template or you will overwrite it."
msgstr ""
Expand Down
Binary file modified unogenerator/locale/es/LC_MESSAGES/unogenerator.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion unogenerator/locale/unogenerator.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-21 09:28+0200\n"
"POT-Creation-Date: 2024-10-27 16:20+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down

0 comments on commit 14d7561

Please sign in to comment.