1.14.1 (2024-09-30)
- library: icons are not loaded when using remote loader (15a3872)
v1.14.0 (2024-09-21)
- add the discovery patterns for PlantUML files as a configuration entry (dbdbc6a), closes #15
- add an option to append additional PlantUML arguments when generating diagrams (9cc0a2f), closes #11
- upgrade PlantUML to 1.2024.7 switching to the GitHub repository (65f49b8), closes #12
v1.13.0 (2023-04-25)
- workspace: install artifacts from the workspace manifest (95a4422)
- workspace: initialize a workspace (5e93ecb)
- improve the README.md with the full list of available commands (a444424)
- workspace: prevent initialization of an initialized workspace (5808f76)
v1.12.1 (2023-04-21)
- remove the display of the executed command during the execution of
scripts/install_pgen.sh
(5d29de4)
v1.12.0 (2023-04-20)
- add support the targets
powerpc64le-unknown-linux-gnu
ands390x-unknown-linux-gnu
(80aaf8c)
v1.11.0 (2023-04-15)
- docker: make the Docker Image rootless (46fd232)
v1.10.0 (2023-04-12)
- add a command to generate the JSON Schema of the library manifest (5f88b6f)
v1.9.0 (2023-03-21)
- completion: fix the generation of completion for shells (7d2472e)
v1.8.2 (2023-03-18)
- the names of the sprites were wrong in the documentation (71e0dfe)
v1.8.1 (2023-03-18)
- the sprite word was badly typed (45fc689)
v1.8.0 (2023-03-18)
- add the reference of the sprites in the documentation (6fd37b6)
v1.7.0 (2022-08-15)
- add a SUMMARY.md for the library (29b46f1)
v1.6.0 (2022-08-15)
- add a new loader to load the library bootstrap, the package bootstrap and
all package's items in one
!include
statement (d32ea1e)
- remove useless
@startuml
and@enduml
directives (f8e554b)
v1.5.1 (2022-08-15)
- add the documentation about the full loader (83a97b4)
v1.5.0 (2022-08-13)
- add a "full" template for package in order to get every thing from a single a file (63ae6ec)
v1.4.0 (2022-08-02)
v1.3.0 (2022-06-07)
- add the completion sub-command (f0a9549)
v1.2.0 (2022-05-04)
- upgrade the PlantUML version to 1.2022.4 (4f8bf4e)
v1.1.0 (2021-12-03)
- upgrade the PlantUML version to 1.2021.15 (7985feb)
v1.0.1 (2021-09-22)
- sprites for card elements are too small (072c571)
v1.0.0 (2021-09-14)
- in templates,
element.type
are no more suffix withElement
, i.e.{% if element.type == "CustomElement" -%}
becomes{% if element.type == "Custom" -%}
- icons with transparent background could not be properly generated to sprites (0323dad)
- generate a library and diagrams (c6dc1c0)