[PR #47] [MERGED] Release v3.2.1 #97

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

📋 Pull Request Information

Original PR: https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/pull/47
Author: @GruberMarkus
Created: 8/4/2022
Status: Merged
Merged: 8/4/2022
Merged by: @GruberMarkus

Base: mainHead: develop


📝 Commits (1)

📊 Changes

43 files changed (+1126 additions, -1618 deletions)

View changed files

📝 docs/CHANGELOG.md (+12 -0)
📝 docs/README.md (+17 -3)
📝 src/Set-OutlookSignatures.ps1 (+659 -479)
📝 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 (+12 -13)
📝 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

  • New FAQ: Why does the text color of my signature change sometimes?

Fixed

  • The permission check no longer takes more time than necessary by showing all allow or deny reasons, only the first match. Denies are only evaluated when an allow match has been found before.
  • Template file categorization time no longer grows exponentially with each template appearing multiple times in an ini file
  • Handle nested attribute names in graph config file correctly ('onPremisesExtensionAttributes.extensionAttribute1' et al.) (#41) (Thanks @dakolta!)
  • Handle ini files with only one section correctly (#42) (Thanks @dakolta!)
  • Include 'state' in list of default replacement variables (#44) (Thanks @dakolta!)
  • The code detecting Outlook and Word registry version, file version and bitness has been corrected

🔄 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/47 **Author:** [@GruberMarkus](https://github.com/GruberMarkus) **Created:** 8/4/2022 **Status:** ✅ Merged **Merged:** 8/4/2022 **Merged by:** [@GruberMarkus](https://github.com/GruberMarkus) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (1) - [`4a20573`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/4a205737872bd19f35f6b9df82de923adb22a740) v3.2.1 ### 📊 Changes **43 files changed** (+1126 additions, -1618 deletions) <details> <summary>View changed files</summary> 📝 `docs/CHANGELOG.md` (+12 -0) 📝 `docs/README.md` (+17 -3) 📝 `src/Set-OutlookSignatures.ps1` (+659 -479) 📝 `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` (+12 -13) 📝 `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_ </details> ### 📄 Description ## <a href="https://github.com/GruberMarkus/Set-OutlookSignatures/releases/tag/v3.2.1" target="_blank">v3.2.1</a> - 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 - New FAQ: Why does the text color of my signature change sometimes? ### Fixed - The permission check no longer takes more time than necessary by showing all allow or deny reasons, only the first match. Denies are only evaluated when an allow match has been found before. - Template file categorization time no longer grows exponentially with each template appearing multiple times in an ini file - Handle nested attribute names in graph config file correctly ('onPremisesExtensionAttributes.extensionAttribute1' et al.) (<a href="https://github.com/GruberMarkus/Set-OutlookSignatures/issues/41" target="_blank">#41</a>) (Thanks <a href="https://github.com/dakolta" target="_blank">@dakolta</a>!) - Handle ini files with only one section correctly (<a href="https://github.com/GruberMarkus/Set-OutlookSignatures/issues/42" target="_blank">#42</a>) (Thanks <a href="https://github.com/dakolta" target="_blank">@dakolta</a>!) - Include 'state' in list of default replacement variables (<a href="https://github.com/GruberMarkus/Set-OutlookSignatures/issues/44" target="_blank">#44</a>) (Thanks <a href="https://github.com/dakolta" target="_blank">@dakolta</a>!) - The code detecting Outlook and Word registry version, file version and bitness has been corrected --- <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:15 +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#97
No description provided.