Skip to content

Commit 2bd574f

Browse files
authored
Release v3.3.0 (#40)
## <a href="https://github.com/GruberMarkus/Export-RecipientPermissions/releases/tag/v3.3.0" target="_blank">v3.3.0</a> - 2024-01-26 ### Added - Add the new parameter '`ExportSids`' which will include the SID (Security Identifier) of grantor and trustee in the export. - Add new FAQ '`Which account should I use to connect to Exchange Online?`'. See '`.\docs\README`' for details. ### Fixed - Fixed not showing grantor details when forwarders are configured for an SMTp address starting with 'smtp:'.
1 parent 9817082 commit 2bd574f

10 files changed

+2326
-1415
lines changed

.github/ISSUE_TEMPLATE/100-bug.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
1010
Support in this GitHub repository is free, voluntary and without guaranteed response times.
1111
12-
If you want to prioritize your request, please use [ExplicIT Consulting's **fee-based support**](https://explicitconsulting.at/open-source/Export-RecipientPermissions) instead of this form.
12+
If you want to prioritize your request, please use [ExplicIT Consulting's **commercial support**](https://explicitconsulting.at/open-source/export-recipientpermissions/) instead of this form.
1313
- type: checkboxes
1414
id: usinglatestrelease
1515
attributes:
@@ -22,9 +22,9 @@ body:
2222
id: previousissuesanddocumentation
2323
attributes:
2424
label: Previously solved issues and documentation
25-
description: Before creating a new issue, look through [previously solved issues](https://github.com/GruberMarkus/Export-RecipientPermissions/issues?q=) and the documentation ([README](https://github.com/GruberMarkus/Export-RecipientPermissions) and associated documents).
25+
description: Before creating a new issue, check the documentation ([README](https://github.com/GruberMarkus/Export-RecipientPermissions) and associated documents), previous [issues](https://github.com/GruberMarkus/Export-RecipientPermissions/issues?q=) and [discussions](https://github.com/GruberMarkus/Export-RecipientPermissions/discussions?discussions_q=).
2626
options:
27-
- label: I have searched through previous issues and documentation, but have not found an answer to my issue
27+
- label: I have searched through issues, discussions and documentation, but have not found an answer to my issue
2828
required: true
2929
- type: checkboxes
3030
id: codeofconduct
@@ -38,18 +38,9 @@ body:
3838
id: what-happened
3939
attributes:
4040
label: What happened?
41-
description: Also tell us what you expected and how the problem can be reproduced.
42-
placeholder: Tell us what what happened!
43-
validations:
44-
required: true
45-
- type: textarea
46-
id: verboselog
47-
attributes:
48-
label: Verbose log
4941
description: |
50-
Run Export-RecipientPermissions with the '-verbose' parameter and post the full text output here.
51-
Do not refer to a log file attached in 'What happened?', but paste the text output here.
52-
placeholder: Tell us what Export-RecipientPermissions says!
53-
render: Text
42+
Tell us what you expected to happen, what really happened and how the problem can be reproduced.
43+
Additionally, upload screenshots and other files that may help analyze the problem.
44+
placeholder:
5445
validations:
5546
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Prioritized support
4-
url: https://explicitconsulting.at/open-source/export-recipientpermissions/
5-
about: If you want to prioritize your request, please use ExplicIT Consulting's fee-based support instead of this form.
6-
- name: Previously solved issues
7-
url: https://github.com/GruberMarkus/Export-RecipientPermissions/issues?q=
8-
about: Before creating a new issue, look through previous issues.
3+
- name: Commercial support from ExplicIT Consulting
4+
url: https://explicitconsulting.at/open-source/Export-RecipientPermissions
5+
about: If you want to prioritize your request, please use ExplicIT Consulting's commercial support instead of this form.
96
- name: Documentation
107
url: https://github.com/GruberMarkus/Export-RecipientPermissions
11-
about: Before creating a new issue, look through documentation (README file and associated documents).
8+
about: Before creating a new issue, check the documentation (README file and associated documents).
9+
- name: Issues
10+
url: https://github.com/GruberMarkus/Export-RecipientPermissions/issues?q=
11+
about: Before creating a new issue, search previous issues.
1212
- name: Discussions board
13-
url: https://github.com/GruberMarkus/Export-RecipientPermissions/discussions
14-
about: You are welcome to share your experiences with Export-RecipientPermissions, exchange ideas with other users or suggest new features in our discussions board.
13+
url: https://github.com/GruberMarkus/Export-RecipientPermissions/discussions?discussions_q=
14+
about: Before creating a new issue, search discussions. You are welcome to share your experiences with Export-RecipientPermissions, exchange ideas with other users or suggest new features in our discussions board.

.github/workflows/build, draft release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Install GitVersion
18-
uses: gittools/actions/gitversion/setup@v1
18+
uses: gittools/actions/gitversion/setup@v3
1919
with:
2020
versionSpec: "5.x"
2121

2222
- name: Determine SemVer
23-
uses: gittools/actions/gitversion/execute@v1
24-
with:
25-
additionalArguments: '/overrideconfig major-version-bump-message="^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)" /overrideconfig minor-version-bump-message="^(feat)(\\([\\w\\s]*\\))?:" /overrideconfig patch-version-bump-message="^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s]*\\))?:"'
23+
uses: gittools/actions/gitversion/execute@v3
2624

2725
- name: Display SemVer
2826
run: |

0 commit comments

Comments
 (0)