You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
15
15
16
16
### Fixed
17
17
18
+
### Security
19
+
20
+
## [3.0.1] - 2026-05-18
21
+
22
+
### Fixed
23
+
18
24
- Website layout and copy now keep expanding with the browser width instead of stopping at fixed max-width caps on wide windows; the shared site stylesheet no longer limits the outer page shell, guide intros, leads, section headings, or guide body text to narrow fixed widths.
19
25
- The command cheat sheet now keeps the "Set up a project" section balanced by summarizing scaffold extras instead of repeating the full internal Agentic guidance list.
20
26
- The getting-started guide now splits the Agentic quickstart explanation into shorter paragraphs so the scaffold flow stays readable on the site.
@@ -25,8 +31,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
25
31
-`nova init --example` now ships the packaged example with source-mirrored tests and `Pester.CodeCoverage.Enabled = true` by default.
26
32
- The example scaffold now runs `Test-NovaBuild` against `src/**/*.ps1` without requiring a prior build, and the bundled docs describe that source-first coverage flow.
27
33
28
-
### Security
29
-
30
34
## [3.0.0] - 2026-05-17
31
35
32
36
### Added
@@ -407,7 +411,8 @@ This release was yanked because it removed the implicit `Pester` dependency, bef
Copy file name to clipboardExpand all lines: RELEASE_NOTE.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,15 @@ This file summarizes the release notes for NovaModuleTools. **UNRELEASED** chang
14
14
15
15
### Fixed
16
16
17
+
### Security
18
+
19
+
## [3.0.1] - 2026-05-18
20
+
21
+
### Fixed
22
+
17
23
- The Agentic Copilot starter shipped by `nova init` no longer tells generated projects to use a `run.ps1` quality wrapper that the template does not include.
18
24
-`nova init --example` now ships the packaged example with source-mirrored tests and code coverage enabled by default, so `Test-NovaBuild` works before a build and measures `src/**/*.ps1`.
19
25
20
-
### Security
21
-
22
26
## [3.0.0] - 2026-05-17
23
27
24
28
### Added
@@ -191,3 +195,4 @@ This release was yanked because it removed the implicit `Pester` dependency befo
191
195
## [0.0.4] - 2024-06-25
192
196
### Added
193
197
- First PowerShell Gallery release of NovaModuleTools with the initial module workflow support.
Copy file name to clipboardExpand all lines: project.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"ProjectName": "NovaModuleTools",
3
3
"Description": "NovaModuleTools is an enterprise-focused evolution of ModuleTools, designed for large-scale PowerShell projects with a strong emphasis on structure, maintainability, and automated CI/CD pipelines.",
0 commit comments