mirror of
https://github.com/Set-OutlookSignatures/Set-OutlookSignatures.git
synced 2026-04-26 10:45:52 +03:00
[PR #16] [MERGED] v2.2.0 #78
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Set-OutlookSignatures-Set-OutlookSignatures#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:develop📝 Commits (1)
db371c9v2.2.0📊 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.