[PR #14] [MERGED] Update main branch to v2.2.0 #76

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

📋 Pull Request Information

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

Base: mainHead: develop


📝 Commits (10+)

📊 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)
Download information.txt (+11 -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 (+62 -0)
📝 docs/Implementation approach.md (+320 -193)
📝 docs/LICENSE.txt (+21 -21)
📝 docs/README.md (+493 -396)
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)


🔄 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/14 **Author:** [@GruberMarkus](https://github.com/GruberMarkus) **Created:** 9/8/2021 **Status:** ✅ Merged **Merged:** 9/8/2021 **Merged by:** [@GruberMarkus](https://github.com/GruberMarkus) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`a7802ff`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/a7802ff3ee8274e56b71ac49e692e2cd97c7ef1d) new develop branch incorporating offline changes - [`6fd331a`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/6fd331a1aa6c7e791fe2f5faa9d7f9c8ccaa43b7) Update README.md - [`f23461f`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/f23461f6da356166d6cfc89b9daa18ea7b5306b1) Update CHANGELOG.md - [`f293472`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/f29347299b17407af0b6221dc90cd0aac423eafb) Update CONTRIBUTING.md - [`98aeabd`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/98aeabd31992e96bae1bf93deeefbb01a8659e1b) Update Implementation approach.md - [`cf5fa30`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/cf5fa30d371715cd620048e774b8e74cea89babf) Update Set-OutlookSignatures.ps1 - [`8aa3968`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/8aa3968d117e40c99f0e8be2ad6334ea0a2718dc) Update CHANGELOG.md - [`44e0df6`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/44e0df64360d385067f1a8e27ae4653319ed7029) Update Set-OutlookSignatures.ps1 - [`e3c859a`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/e3c859a1bd69474096456ac0c4bb17511d09d900) adf - [`c77e17d`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/c77e17ddca04292373d435dfdefbdeac9d8cdea8) afd ### 📊 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) ➕ `Download information.txt` (+11 -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` (+62 -0) 📝 `docs/Implementation approach.md` (+320 -193) 📝 `docs/LICENSE.txt` (+21 -21) 📝 `docs/README.md` (+493 -396) ➖ `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)) --- <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:09 +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#76
No description provided.