Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@NathanQuellec NathanQuellec released this 08 Feb 22:36
0627a64

Changelog

What's new:

  • Added ability to create a distribution from a Dockerfile using the .Net Library Docker.
  • Added the ability to create a distribution from a DockerHub repository
  • Added the ability to create a distribution from an archive file (.tar or .tar.gz)
  • Implemented checking for successful completion of all steps in creating a distribution.
  • Introduced an Infobar to inform about the distribution creation process and potential failures.
  • Implemented checking for the existence of a distribution before renaming it.
  • Validated the distribution name prior to creation to ensure it adheres to all validation criteria.
  • Created an Infobar service.
  • Disabled the "Add Distribution" command while a distribution is being created.
  • Added a confirmation dialog for deleting a distribution.