mirror of
https://github.com/Set-OutlookSignatures/Set-OutlookSignatures.git
synced 2026-04-26 10:45:52 +03:00
[PR #18] [MERGED] v2.2.0 #81
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#81
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/18
Author: @GruberMarkus
Created: 9/15/2021
Status: ✅ Merged
Merged: 9/15/2021
Merged by: @GruberMarkus
Base:
main← Head:develop📝 Commits (10+)
a049f08v2.2.0-alpha.1788f2barefactoringa756ee3afd7110b15Revert "afd"d2c627adocs: revert readme.md88fdf61refactor: mailbox lookup without legacyexchangedn4a04419adf4252478af3e274a6afdc2ed459SimulationUser must be domain\user or upn📊 Changes
87 files changed (+6003 additions, -6557 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(+155 -0)➕
build/pandoc_css_empty.css(+0 -0)➕
build/pandoc_header.html(+9 -0)➕
docs/CHANGELOG.md(+161 -0)➕
docs/CONTRIBUTING.md(+61 -0)📝
docs/Implementation approach.md(+324 -197)📝
docs/LICENSE.txt(+21 -21)➕
docs/README.md(+519 -0)➕
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)➖
readme.md(+0 -396)➕
src/README.txt(+1 -0)...and 67 more files
📄 Description
feat: Make script compatible with PowerShell Core 7.x on Windows (Linux and MacOS are not supported yet)
build: Add file hash of build artifacts to release information and hashes.txt
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
docs: Add FAQs: "Where can I find the changelog?", "How can I contribute, propose a new feature or file a bug?", "What is the recommended approach for custom configuration files?"
docs: Add dark mode support and badges to documentation files
ci: Revise repository structure, as well as the process for development, build and release
refactor: always join paths using join-path
refactor: whole script runs within a try-catch-finally block
refactor: Reduce and speed up Active Directory queries by only accepting input in the 'Domain\User' or UPN (User Principal Name) format for the 'SimulateUser' parameter
refactor: Reduce and speed up Active Directory queries by only accepting e-mail addresses as input for the 'SimulateMailboxes' parameter
feat: Full support for Exchange mailboxes added in Outlook as POP3 or IMAP4 accounts
fix: Detect user's domain correctly when user and computer belong to different AD forests
fix: Allow setting only external or interal OOF message
fix: Set current user's OWA signature when mailbox is not in default Outlook Profile
docs: Add info about Unblock-File after downloading and extracting ZIP file
fix: Unblock-File DLLs after copying them to temp directory
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.