From d7e9067f2a571cfcac7950a45da6b16fa1b28f8c Mon Sep 17 00:00:00 2001 From: Alphaeus Mote Date: Mon, 28 Apr 2025 21:15:57 -0400 Subject: [PATCH] Update CHANGELOG.md with recent changes --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4d199..b839db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ All notable changes to the PSProxmox module will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2025.04.28.2035] - 2025-04-28 + +### Added +- Comprehensive documentation in the Documentation folder +- Example scripts for common tasks +- Installation guide and usage guides +- Build and installation scripts in the Scripts folder + +### Changed +- Reorganized project structure to separate source code from module files +- Updated module manifest to use NestedModules for loading the DLL +- Improved build process with dedicated build scripts +- Enhanced installation process with multiple installation options + +### Fixed +- Fixed dependency loading by including Newtonsoft.Json.dll in the module +- Fixed Connect-ProxmoxServer to return ProxmoxConnection instead of ProxmoxConnectionInfo +- Fixed module loading issues by using a PSM1 file as the root module +- Fixed type mismatch between ProxmoxConnectionInfo and ProxmoxConnection + ## [2023.04.28.1324] - 2023-04-28 ### Added