Skip to content

Latest commit

 

History

History
201 lines (124 loc) · 7.97 KB

CHANGELOG.md

File metadata and controls

201 lines (124 loc) · 7.97 KB

Changelog

1.14.1 (2024-09-30)

Fixes

  • library: icons are not loaded when using remote loader (15a3872)

v1.14.0 (2024-09-21)

Features

  • 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

Fixes

  • deactivate some clippy issues (d55c14a)
  • complete clippy issues (dba3ce0)

v1.13.0 (2023-04-25)

Features

  • workspace: install artifacts from the workspace manifest (95a4422)
  • workspace: initialize a workspace (5e93ecb)

Fixes

  • 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)

Fixes

  • remove the display of the executed command during the execution of scripts/install_pgen.sh (5d29de4)

v1.12.0 (2023-04-20)

Features

  • add support the targets powerpc64le-unknown-linux-gnu and s390x-unknown-linux-gnu (80aaf8c)

v1.11.0 (2023-04-15)

Features

  • docker: make the Docker Image rootless (46fd232)

v1.10.0 (2023-04-12)

Features

  • add a command to generate the JSON Schema of the library manifest (5f88b6f)

v1.9.0 (2023-03-21)

Features

  • release: include only the binary in tarballs (47e989c)
  • docker: upgrade the jdk version (7a77180)

Fixes

  • completion: fix the generation of completion for shells (7d2472e)

v1.8.2 (2023-03-18)

Fixes

  • the names of the sprites were wrong in the documentation (71e0dfe)

v1.8.1 (2023-03-18)

Fixes

  • the sprite word was badly typed (45fc689)

v1.8.0 (2023-03-18)

Features

  • add the reference of the sprites in the documentation (6fd37b6)

v1.7.0 (2022-08-15)

Features

  • add a SUMMARY.md for the library (29b46f1)

v1.6.0 (2022-08-15)

Features

  • add a new loader to load the library bootstrap, the package bootstrap and all package's items in one !include statement (d32ea1e)

Fixes

  • remove useless @startuml and @enduml directives (f8e554b)

v1.5.1 (2022-08-15)

Fixes

  • add the documentation about the full loader (83a97b4)

v1.5.0 (2022-08-13)

Features

  • add a "full" template for package in order to get every thing from a single a file (63ae6ec)

v1.4.0 (2022-08-02)

Features

  • added optional description to Icon Items (#1) (bc9f6d9), closes #1

v1.3.0 (2022-06-07)

Features

  • add the completion sub-command (f0a9549)

v1.2.0 (2022-05-04)

Features

  • upgrade the PlantUML version to 1.2022.4 (4f8bf4e)

v1.1.0 (2021-12-03)

Features

  • upgrade the PlantUML version to 1.2021.15 (7985feb)

v1.0.1 (2021-09-22)

Fixes

  • sprites for card elements are too small (072c571)

v1.0.0 (2021-09-14)

⚠ BREAKING CHANGE

  • in templates, element.type are no more suffix with Element, i.e. {% if element.type == "CustomElement" -%} becomes {% if element.type == "Custom" -%}

Fixes

  • icons with transparent background could not be properly generated to sprites (0323dad)

v0.1.0 (2021-07-14)

Features

  • generate a library and diagrams (c6dc1c0)