-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve PSGallery code signing issue, version bump.
Many thanks to "weq 🐳" in the #powershell IRC channel/Discord server for helping me figure out my code signing problems. When this module was published to the PowerShell Gallery, it failed to load on Windows platforms that require code signing per execution policy. This issue has been corrected by me signing my catalog file after generating it. In the process, we have jumped up to version 1.0.4, and I've included all other changes since then.
- Loading branch information
1 parent
0dd7320
commit dd6dc52
Showing
4 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
# Change Log for APRSMessenger | ||
|
||
## Next version | ||
- Pester now tests the module itself. | ||
## Version 1.0.4 (March 29, 2023) | ||
- FIXED: Corrected an issue where PowerShell Gallery would refuse to install the module on Windows platforms that require signed code per execution policy. (This is also where Version 1.0.3 went.) Thank you to `weq 🐳` from the PowerShell IRC channel/Discord server for helping me troubleshoot this. | ||
- FIXED: Improved Markdown formatting of documentation files. | ||
- ENHANCEMENT: Pester now tests the module itself. | ||
|
||
## Version 1.0.2 (March 21, 2023) | ||
- Fixed a bug where all packets would be sent to APRS-IS. The parameter set name was not honored when control passed into `Send-APRSThing`. | ||
- Fixed a bug where message acknowledgements would not be included. | ||
- Fixed a bug where group bulletins would not be sent correctly. | ||
- Added Pester tests. | ||
- Updated module manifest data. | ||
- Created release generation script. This is intended to be run by me, when signing a version for the PowerShell Gallery, and is only saved in the Git tree so I don't lose it. | ||
- FIXED: a bug where all packets would be sent to APRS-IS. The parameter set name was not honored when control passed into `Send-APRSThing`. | ||
- FIXED: a bug where message acknowledgements would not be included. | ||
- FIXED: a bug where group bulletins would not be sent correctly. | ||
- NEW: Added Pester tests. | ||
- Updated module manifest data. | ||
- Created release generation script. This is intended to be run by me, when signing a version for the PowerShell Gallery, and is only saved in the Git tree so I don't lose it. | ||
|
||
## Version 1.0.1 (March 20, 2023) | ||
- FIX: Fixed a bug where APRS packets would be printed to the screen instead of sent to the network. | ||
- FIX: Added change log and news to module manifest. | ||
- ENHANCEMENT: More debugging output. | ||
- FIX: Fixed a bug where APRS packets would be printed to the screen instead of sent to the network. | ||
- FIX: Added change log and news to module manifest. | ||
- ENHANCEMENT: More debugging output. | ||
|
||
## Version 1.0.0 (March 19, 2023) | ||
- Initial release. | ||
- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters