Skip to content

Commit bbf8773

Browse files
Documentation
1 parent e70b23c commit bbf8773

File tree

8 files changed

+358
-81
lines changed

8 files changed

+358
-81
lines changed

.dockerignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/usebruno
2+
/venv
3+
/uploads
4+
/exports
5+
/.vscode
6+
/.local
7+
/.github
8+
/.config
9+
/.cache

CHANGELOG.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
1-
<a name="versions"></a>Versions
2-
-------------------------------
1+
Versions
2+
========
3+
4+
Note : the upgrade from version 1.x to 2.x is easy. There is no reason to stay to version 1.x.
5+
6+
The upgrade documentation is in the file [UPGRADE.md](UPGRADE.md).
7+
8+
Versions 2.x
9+
------------
10+
311
- v2.0.0 : 01/01/2025
4-
- IMPORTANT JSON now must not be a dict only JSON
5-
- IMPORTANT due to upgrade of FLASH now the variable SECRET_KEY in name SECRETKEY
6-
- now work with Calc only for variables at the moment
7-
- Is multiThreaded proof (see Doc to configure number of libreoffice process
8-
- Performance improvement)
12+
- BC Break (easy to fix) : see [UPGRADE.md](UPGRADE.md)
13+
- We can now generate Calc / Excel files (from Calc templates)
14+
- Is multiThreaded : we can generate several files at the same time
15+
- Performances improvements
16+
- No BC Breaks for the templates
17+
- upgrade debian, LibreOffice, Python libs versions
18+
- for devs : added "use bruno" requests inside the repository
19+
20+
Versions 1.x
21+
------------
22+
923
- v1.6.1 : 2024-04-12 : bugfix
1024
- fix the issue https://github.com/Probesys/lotemplate/issues/34 : too many endif bugg
1125
- v1.6.0 : 2024-04-11

0 commit comments

Comments
 (0)