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
4b243f2252
commit
38be44debb
|
|
@ -1,3 +1,8 @@
|
||||||
|
### v2.36.3 (21-Oct-2022)
|
||||||
|
|
||||||
|
- [GUI] Fixed an issue where opening a dialog did not prevent user interactions with background UI elements using keyboard. This sometimes caused the application to crash in weird ways.
|
||||||
|
- [Docker] Fixed an issue where DiscordChatExporter was running as root inside the container, making the exported files inaccessible to the host. (Thanks [@Benjamin Just](https://github.com/BamButz))
|
||||||
|
|
||||||
### v2.36.2 (08-Oct-2022)
|
### v2.36.2 (08-Oct-2022)
|
||||||
|
|
||||||
- Removed the message content intent check because the heuristics turned out to be not reliable enough.
|
- Removed the message content intent check because the heuristics turned out to be not reliable enough.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<Version>2.36.2</Version>
|
<Version>2.36.3</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