mirror of
https://github.com/tsmagnum/Hyper-V-Report.git
synced 2026-04-18 02:54:18 +02:00
40 lines
1.0 KiB
Markdown
40 lines
1.0 KiB
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
The format is based on https://keepachangelog.com/en/1.0.0/, and this project adheres to https://semver.org/spec/v2.0.0.html.
|
|
|
|
## [Unreleased]
|
|
|
|
Placeholder for upcoming changes.
|
|
|
|
|
|
## [2.0.1] - 2025-10-30
|
|
|
|
### Fixed
|
|
- Bug in Save-SafeCreds.ps1 preventing execution of the script fixed.
|
|
- Bug in SendEmailReport-Mailkit preventing the import Send-MailKitMessage module.
|
|
|
|
## [2.0.0] - 2025-10-27
|
|
|
|
### Added
|
|
- Support for clustered environments (currently only AD clusters).
|
|
- Option to securely store SMTP credentials.
|
|
- CSS templates for styling the report.
|
|
|
|
### Changed
|
|
- Information gathering features moved to the Functions.ps1 file.
|
|
- CSS stylesheets moved to the Style folder.
|
|
|
|
|
|
## [1.0.0] - 2025-10-17
|
|
|
|
### Added
|
|
- Initial release of the project.
|
|
- Core functionality implemented.
|
|
- Basic documentation and setup instructions.
|
|
|
|
### Fixed
|
|
- Initial bug fixes during development.
|
|
|
|
### Changed
|
|
- Finalized configuration settings before release.
|