[PR #16] [MERGED] v2.2.0 #78

Closed
opened 2026-02-27 20:31:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/pull/16
Author: @GruberMarkus
Created: 9/9/2021
Status: Merged
Merged: 9/9/2021
Merged by: @GruberMarkus

Base: mainHead: develop


📝 Commits (1)

📊 Changes

85 files changed (+5955 additions, -6552 deletions)

View changed files

📝 .gitattributes (+6 -3)
.github/dependabot.yml (+7 -0)
.github/workflows/build, draft release.yml (+57 -0)
build/build.ps1 (+155 -0)
build/pandoc_css.css (+153 -0)
build/pandoc_header.html (+1 -0)
docs/CHANGELOG.md (+176 -0)
docs/CONTRIBUTING.md (+61 -0)
📝 docs/Implementation approach.md (+320 -193)
📝 docs/LICENSE.txt (+21 -21)
📝 docs/README.md (+493 -396)
download information.txt (+12 -0)
implementation approach.html (+0 -915)
logo/Set-OutlookSignatures Logo.png (+0 -0)
logo/Set-OutlookSignatures Logo.pptx (+0 -0)
logo/license.txt (+0 -11)
readme.html (+0 -494)
src/README.txt (+1 -0)
📝 src/Set-OutlookSignatures.ps1 (+2013 -2072)
📝 src/bin/LICENSE.txt (+33 -22)

...and 65 more files

📄 Description

feat: Make script compatible with PowerShell versions greater than 5.1 (a.k.a PowerShell Core based on .Net Core)

ci: Revise repository structure, as well as the process for development, build and release

docs: Add FAQs: "Where can I find the changelog?", "How can I contribute, propose a new feature or file a bug?"

docs: Add file hash of build artifacts to release information and hashes.txt

docs: Add dark mode support and badges to documentation files

fix: Do not show an error message when no default Outlook profile is configured

fix: Avoid additional blank lines at the end of .txt signature files when .doxc templates are used (#13)

fix(logging): trim script notes before output


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/pull/16 **Author:** [@GruberMarkus](https://github.com/GruberMarkus) **Created:** 9/9/2021 **Status:** ✅ Merged **Merged:** 9/9/2021 **Merged by:** [@GruberMarkus](https://github.com/GruberMarkus) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (1) - [`db371c9`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/db371c920b51251683254546f6527b48a5911c26) v2.2.0 ### 📊 Changes **85 files changed** (+5955 additions, -6552 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+6 -3) ➕ `.github/dependabot.yml` (+7 -0) ➕ `.github/workflows/build, draft release.yml` (+57 -0) ➕ `build/build.ps1` (+155 -0) ➕ `build/pandoc_css.css` (+153 -0) ➕ `build/pandoc_header.html` (+1 -0) ➕ `docs/CHANGELOG.md` (+176 -0) ➕ `docs/CONTRIBUTING.md` (+61 -0) 📝 `docs/Implementation approach.md` (+320 -193) 📝 `docs/LICENSE.txt` (+21 -21) 📝 `docs/README.md` (+493 -396) ➕ `download information.txt` (+12 -0) ➖ `implementation approach.html` (+0 -915) ➖ `logo/Set-OutlookSignatures Logo.png` (+0 -0) ➖ `logo/Set-OutlookSignatures Logo.pptx` (+0 -0) ➖ `logo/license.txt` (+0 -11) ➖ `readme.html` (+0 -494) ➕ `src/README.txt` (+1 -0) 📝 `src/Set-OutlookSignatures.ps1` (+2013 -2072) 📝 `src/bin/LICENSE.txt` (+33 -22) _...and 65 more files_ </details> ### 📄 Description feat: Make script compatible with PowerShell versions greater than 5.1 (a.k.a PowerShell Core based on .Net Core) ci: Revise repository structure, as well as the process for development, build and release docs: Add FAQs: "Where can I find the changelog?", "How can I contribute, propose a new feature or file a bug?" docs: Add file hash of build artifacts to release information and hashes.txt docs: Add dark mode support and badges to documentation files fix: Do not show an error message when no default Outlook profile is configured fix: Avoid additional blank lines at the end of .txt signature files when .doxc templates are used ([#13](https://github.com/GruberMarkus/Set-OutlookSignatures/issues/13)) fix(logging): trim script notes before output --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:31:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Set-OutlookSignatures-Set-OutlookSignatures#78
No description provided.