File tree Expand file tree Collapse file tree 6 files changed +11
-8
lines changed
DisCatSharp.Docs/changelogs Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 28
28
- name : Set outputs
29
29
id : vars
30
30
run : |
31
- echo "version=10.6.3 " >> $GITHUB_OUTPUT
31
+ echo "version=10.6.4 " >> $GITHUB_OUTPUT
32
32
echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
33
33
- name : " Create Sentry release"
34
34
uses : getsentry/action-release@v1.7.0
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ author: DisCatSharp Team
8
8
9
9
Please select the changelog you want to view from the left side.
10
10
11
- Current: [ v10.6.3 ] ( xref:changelogs_v10_10_6_3 )
11
+ Current: [ v10.6.4 ] ( xref:changelogs_v10_10_6_4 )
Original file line number Diff line number Diff line change 4
4
- name : Version 10.X
5
5
expanded : true
6
6
items :
7
- - name : Version 10.6.3
8
- href : v10/10_6_3 .md
7
+ - name : Version 10.6.4
8
+ href : v10/10_6_4 .md
9
9
- name : Version 10.6.2
10
10
href : v10/10_6_2.md
11
11
- name : Version 10.6.0
Original file line number Diff line number Diff line change 1
1
---
2
- uid : changelogs_v10_10_6_3
3
- title : Version 10.6.3
2
+ uid : changelogs_v10_10_6_4
3
+ title : Version 10.6.4
4
4
author : DisCatSharp Team
5
5
---
6
6
7
- # Upgrade from ** 10.6.2** to ** 10.6.3 **
7
+ # Upgrade from ** 10.6.2** to ** 10.6.4 **
8
8
9
9
> [ !NOTE]
10
10
> This version improves the safety of data transmitted to sentry, if enabled.
Original file line number Diff line number Diff line change 2
2
3
3
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
4
4
<PropertyGroup >
5
- <VersionPrefix >10.6.3 </VersionPrefix >
5
+ <VersionPrefix >10.6.4 </VersionPrefix >
6
6
</PropertyGroup >
7
7
<PropertyGroup Condition =" '$(VersionSuffix)' != '' And '$(BuildNumber)' != ''" >
8
8
<Version >$(VersionPrefix)-$(VersionSuffix)-$(BuildNumber)</Version >
Original file line number Diff line number Diff line change @@ -432,12 +432,15 @@ public DiscordConfiguration(DiscordConfiguration other)
432
432
this . Timezone = other . Timezone ;
433
433
this . ReportMissingFields = other . ReportMissingFields ;
434
434
this . EnableSentry = other . EnableSentry ;
435
+ this . AttachRecentLogEntries = other . AttachRecentLogEntries ;
435
436
this . AttachUserInfo = other . AttachUserInfo ;
436
437
this . FeedbackEmail = other . FeedbackEmail ;
437
438
this . DeveloperUserId = other . DeveloperUserId ;
439
+ this . EnableDiscordIdScrubber = other . EnableDiscordIdScrubber ;
438
440
this . HasShardLogger = other . HasShardLogger ;
439
441
this . _exceptions = other . _exceptions ;
440
442
this . EnableLibraryDeveloperMode = other . EnableLibraryDeveloperMode ;
443
+ this . DisableScrubber = other . DisableScrubber ;
441
444
this . SentryDebug = other . SentryDebug ;
442
445
this . DisableExceptionFilter = other . DisableExceptionFilter ;
443
446
this . CustomSentryDsn = other . CustomSentryDsn ;
You can’t perform that action at this time.
0 commit comments