mirror of
https://github.com/Set-OutlookSignatures/Set-OutlookSignatures.git
synced 2026-04-26 10:45:52 +03:00
[PR #46] [CLOSED] v3.2.1 #94
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#94
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/46
Author: @GruberMarkus
Created: 8/4/2022
Status: ❌ Closed
Base:
main← Head:develop📝 Commits (10+)
fd16642feat: Sample script 'Test-ADTrust.ps1'6ed3f7dfix: Workaround for Word ignoring manual line breaks ('`n') and paragraph marks ('`r`n') in replacement variables when converting a template to a signature in RTF format (signatures in HTM and TXT formats are not affected).9d9e849feat: Sample script Test-ADTrust.ps1886c665v3.2.05e5554ffix: Template file categorization time grew exponentially with each template appearing multiple times in the INI file61c5465fix: The permission check no longer shows all allow or deny reasons, only the first match. The deny part is no longer evaluated when no allow match has been found.4a34f83fix: Template file categorization time grew exponentially with each template appearing multiple times in the INI fileb11e3bbrefactor: replace ForEach-Object with Foreach9479f47refactor: replace ForEach-Object with Foreach1d155acrefactor: replace ForEach-Object with Foreach📊 Changes
43 files changed (+1364 additions, -1607 deletions)
View changed files
📝
docs/CHANGELOG.md(+18 -0)📝
docs/README.md(+17 -3)📝
src/Set-OutlookSignatures.ps1(+661 -481)📝
src/config/default graph config.ps1(+1 -0)📝
src/config/default replacement variables.ps1(+4 -0)📝
src/sample code/SimulateAndDeploy.ps1(+16 -16)➕
src/sample code/Test-ADTrust.ps1(+242 -0)📝
src/templates/Out of Office DOCX/MyCompany OOF Marketing Christmas 2021.docx(+0 -0)📝
src/templates/Out of Office DOCX/MyCompany OOF Marketing New Year 2022.docx(+0 -0)📝
src/templates/Out of Office DOCX/MyCompany OOF external Helpdesk.docx(+0 -0)📝
src/templates/Out of Office DOCX/MyCompany OOF external Legal.docx(+0 -0)📝
src/templates/Out of Office DOCX/MyCompany OOF external Marketing.docx(+0 -0)📝
src/templates/Out of Office DOCX/MyCompany OOF external.docx(+0 -0)📝
src/templates/Out of Office DOCX/MyCompany OOF internal.docx(+0 -0)📝
src/templates/Signatures DOCX/MyCompany external English formal Helpdesk.docx(+0 -0)📝
src/templates/Signatures DOCX/MyCompany external English formal Legal.docx(+0 -0)📝
src/templates/Signatures DOCX/MyCompany external English formal Marketing Christmas 2021.docx(+0 -0)📝
src/templates/Signatures DOCX/MyCompany external English formal Marketing New Year 2022.docx(+0 -0)📝
src/templates/Signatures DOCX/MyCompany external English formal Marketing.docx(+0 -0)📝
src/templates/Signatures DOCX/MyCompany external English formal.docx(+0 -0)...and 23 more files
📄 Description
v3.2.1 - 2022-08-04
Attention cloud mailbox users: Microsoft will make roaming signatures available in late 2022. See 'What about the roaming signatures feature announced by Microsoft?' in README for details and recommended preparation steps.
Added
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.