mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Update version
This commit is contained in:
parent
5fc40fe7d5
commit
b8e5034aea
|
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.41.2 (05-Oct-2023)
|
||||||
|
|
||||||
|
- General changes:
|
||||||
|
- Added a check that will trigger an error if the provided bot account does not have the message content intent enabled. Unlike the previous attempt, this approach does not rely on heuristics.
|
||||||
|
|
||||||
## v2.41.1 (28-Sep-2023)
|
## v2.41.1 (28-Sep-2023)
|
||||||
|
|
||||||
- CLI changes:
|
- CLI changes:
|
||||||
|
|
@ -148,7 +153,7 @@
|
||||||
|
|
||||||
## v2.36.1 (24-Sep-2022)
|
## v2.36.1 (24-Sep-2022)
|
||||||
|
|
||||||
- Added a check which will trigger an error if the provided bot account does not have the message content intent enabled. Note, however, that this check is based on heuristics which may result in false negatives.
|
- Added a check that will trigger an error if the provided bot account does not have the message content intent enabled. Note, however, that this check is based on heuristics which may result in false negatives.
|
||||||
- Fixed an issue where certain transient HTTP errors were not retried.
|
- Fixed an issue where certain transient HTTP errors were not retried.
|
||||||
- Fixed an issue which caused the export process to fail with the `IndexOutOfRangeException` exception on certain automated messages.
|
- Fixed an issue which caused the export process to fail with the `IndexOutOfRangeException` exception on certain automated messages.
|
||||||
- Fixed an issue which caused the export process to fail on unrecognized embed types.
|
- Fixed an issue which caused the export process to fail on unrecognized embed types.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
<Version>2.41.1</Version>
|
<Version>2.41.2</Version>
|
||||||
<Company>Tyrrrz</Company>
|
<Company>Tyrrrz</Company>
|
||||||
<Copyright>Copyright (c) Oleksii Holub</Copyright>
|
<Copyright>Copyright (c) Oleksii Holub</Copyright>
|
||||||
<LangVersion>preview</LangVersion>
|
<LangVersion>preview</LangVersion>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue