- Update Git to version 2.44.0.1 (#36)
- Update Git module and release module to get user email from LDAP instead of username plus organization domain. This is useful if a company handle multiple domains (#34)
- Update Git to version 2.43.0.1 (#28)
- Handle properly non configured SMTP or incorrect configuration and warn user the release note has not been sent in case of an update through
toolbox update
(#29)
- Correct function Edit-ExpandableEnvironmentMultipleValueData to manage non expanded value (#20)
- Only ask to sign out when PATH values are updated (#21)
- Correct analytical functions API to lock analytical file while being updated by multiple users (#27)
- Change Toolbox resource name
- Update README.md to simplify the definition of Toolbox
- Update resources for Toolbox re branding
- Set Git init to init using main branch instead of master which was causing the syncing with remote to fail.
- Correct no proxy configuration setup which was failing if no value was passed in the
config.json
- Update Edit-ExpandableEnvironmentValueData function to allow single or multiple values in registry
- Added logic to check expanded value with the added value in Edit-EnvironmentValueData
- Handle sign out if required
- Update PATH environment variables to be expandable to avoid unexpected behavior from machine OS.
- Add function to make expandable env var generic
- Add function to update correctly PATH environment variable using REG_EXPAND_SZ (#5)
- Add organization configuration version in the analytics (#14)
- Small refactoring of environment variables usage
- Removed ResetToolboxRepository within
toolbox.ps1
file which was leading to bad user experience when it comes to development (#12) - Moved Git and Proxy versions to
toolbox.json
file as those values are managed by Toolbox and not by the organization (#8)
- Added post-hook mechanism after installation of Toolbox. This is allowing organizations to post-execute commands such as: toolbox install ... or even other post scripting capabilities you would require.
- Documentation updated
- Added organization configuration version within the
toolbox version
command
- Update admin page
- Correct typo
- Update README-user.md and README-admin.md
- Update README-admin.md
- Update README-admin.md and README-user files
- Update README-admin.md and README-user files
- Update README.md file with a refactoring of Toolbox definition
- Creation of a /docs folder to contain all sub README files
- Creation of a README-admin file dedicated to Toolbox administrators
- Creation of a README-user file dedicated to Toolbox users
- Update README.md file to explain how to setup Toolbox within an organization
- Removing community health files to .github repository to spread toward other repositories
- Adding the possibility to add a pre-hook.ps1 script to allow companies to run their own pre-hook before the installation of Toolbox
- Add environment variable called TOOLBOX_HOME to foresee REG_EXPAND_SZ capabilities on the registry and to be modular in the future
- Changed the load of the process environment variables from toolbox.ps1 to the shared common module
- The shared common now load the environment variables so plans CLI can load those variables as well
- First official release of Toolbox