diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d28942..14f3b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,20 +5,35 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),   +## [1.4.9] - 2024-10-25 + +### Fixed + +- Fix [#22](https://github.com/SamErde/PSPreworkout/issues/22) in `Edit-WinGetSettingsFile` by temporarily removing the **EditorPath** parameter. It will be back! (@SamErde, @JDHITSolutions) + +### Added + +- Add basic support for DNF on Linux to `Update-AllTheThings`. (@x1101) + +  +  + ## [1.4.8] - 2024-10-24 ### Fixed -- Fixed Windows/Linux detection in `Update-AllTheThings`. +- Fix [#26](https://github.com/SamErde/PSPreworkout/issues/26) Windows/Linux detection in `Update-AllTheThings`. (@x1101) +    ## [1.4.7] - 2024-10-23 ### Changed -- Fixed HelpUri to open help pages to each specific function when `-Online` help is requested. +- Fix HelpUri to open help pages to each specific function when `-Online` help is requested. +    ## [1.4.6] - 2024-10-22 @@ -27,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - Add updatable and online [external] help. +    ## [1.4.3] - 2024-10-16 @@ -38,6 +54,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),   Full changelog: [v1.4.2...v1.4.3](https://github.com/SamErde/PSPreworkout/compare/v1.4.2...v1.4.3)   +  ## [1.4.2] - 2024-10-15 @@ -49,6 +66,7 @@ Full changelog: [v1.4.2...v1.4.3](https://github.com/SamErde/PSPreworkout/compar   Full changelog: [v1.4.1...v1.4.2](https://github.com/SamErde/PSPreworkout/compare/v1.4.1...v1.4.2)   +  ## [1.4.1] - 2024-10-14 @@ -60,6 +78,7 @@ Full changelog: [v1.4.1...v1.4.2](https://github.com/SamErde/PSPreworkout/compar   Full changelog: [v1.4.0...v1.4.1](https://github.com/SamErde/PSPreworkout/compare/v1.4.0...v1.4.1)   +  ## [1.4.0] - 2024-10-14 @@ -76,6 +95,7 @@ Full changelog: [v1.4.0...v1.4.1](https://github.com/SamErde/PSPreworkout/compar   Full changelog: [v1.3.1...v1.4.0](https://github.com/SamErde/PSPreworkout/compare/v1.3.1...v1.4.0)   +  ## [1.3.1] - 2024-10-10 @@ -101,9 +121,11 @@ Full changelog: [v1.3.1...v1.4.0](https://github.com/SamErde/PSPreworkout/compar ## [1.2.5] - 2024-09-16 ### Changed + - Set ~/Downloads as the default download location for all OSes ### Fixed + - Fix some minor errors in path processing   @@ -112,8 +134,9 @@ Full changelog: [v1.3.1...v1.4.0](https://github.com/SamErde/PSPreworkout/compar ## [1.2.4] - 2024-09-13 ### Fixed + - Fix extraction of PowerShell .tar.gz file on macOS -- Fix/improve references to location of the extracted PowerShell files +- Fix references to location of the extracted PowerShell files     @@ -129,7 +152,6 @@ Full changelog: [v1.3.1...v1.4.0](https://github.com/SamErde/PSPreworkout/compar     - ## [1.1.2] - 2024-09-12 ### Changed @@ -140,7 +162,6 @@ Full changelog: [v1.3.1...v1.4.0](https://github.com/SamErde/PSPreworkout/compar     - ## [1.1.0] - 2024-09-11 ### Changed @@ -159,7 +180,6 @@ Full changelog: [v1.3.1...v1.4.0](https://github.com/SamErde/PSPreworkout/compar     - ## [0.4.1] - 2024-09-09 ### Changed @@ -169,7 +189,6 @@ Full changelog: [v1.3.1...v1.4.0](https://github.com/SamErde/PSPreworkout/compar     - ## [0.3.2] - 2024-09-06 ### Changed @@ -188,7 +207,7 @@ Full changelog: [v1.3.1...v1.4.0](https://github.com/SamErde/PSPreworkout/compar _Initial release._ -[Unreleased]: https://github.com/SamErde/PSPreworkout/compare/v1.2.2...HEAD +[1.4.9]: https://github.com/SamErde/PSPreworkout/tag/v1.4.9 [1.4.8]: https://github.com/SamErde/PSPreworkout/tag/v1.4.8 [1.4.7]: https://github.com/SamErde/PSPreworkout/tag/v1.4.7 [1.4.6]: https://github.com/SamErde/PSPreworkout/tag/v1.4.6 @@ -199,7 +218,6 @@ _Initial release._ [1.3.1]: https://github.com/SamErde/PSPreworkout/tag/v1.3.1 [1.2.5]: https://github.com/SamErde/PSPreworkout/tag/v1.2.5 [1.2.4]: https://github.com/SamErde/PSPreworkout/tag/v1.2.4 -[1.2.3]: https://github.com/SamErde/PSPreworkout/tag/v1.2.3 [1.2.2]: https://github.com/SamErde/PSPreworkout/tag/v1.2.2 [1.1.2]: https://github.com/SamErde/PSPreworkout/tag/v1.1.2 [1.1.0]: https://github.com/SamErde/PSPreworkout/tag/v1.1.0