mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-22 10:55:15 -04:00
Update version
This commit is contained in:
parent
ac2b450892
commit
77bf32aa5a
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
### v2.11 (14-Mar-2019)
|
||||||
|
|
||||||
|
- [HTML] Added syntax highlighting for multiline code blocks via Highlight.js.
|
||||||
|
- Added retry policy for all 5xx status codes to prevent random crashes.
|
||||||
|
|
||||||
### v2.10.2 (10-Mar-2019)
|
### v2.10.2 (10-Mar-2019)
|
||||||
|
|
||||||
- [HTML] Updated message grouping algorithm to make it the same as in Discord. Removed "message group limit" setting and parameter.
|
- [HTML] Updated message grouping algorithm to make it the same as in Discord. Removed "message group limit" setting and parameter.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net461</TargetFramework>
|
<TargetFramework>net461</TargetFramework>
|
||||||
<Version>2.10.2</Version>
|
<Version>2.11</Version>
|
||||||
<Company>Tyrrrz</Company>
|
<Company>Tyrrrz</Company>
|
||||||
<Copyright>Copyright (c) Alexey Golub</Copyright>
|
<Copyright>Copyright (c) Alexey Golub</Copyright>
|
||||||
<ApplicationIcon>..\favicon.ico</ApplicationIcon>
|
<ApplicationIcon>..\favicon.ico</ApplicationIcon>
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
[assembly: AssemblyTitle("DiscordChatExporter")]
|
[assembly: AssemblyTitle("DiscordChatExporter")]
|
||||||
[assembly: AssemblyCompany("Tyrrrz")]
|
[assembly: AssemblyCompany("Tyrrrz")]
|
||||||
[assembly: AssemblyCopyright("Copyright (c) Alexey Golub")]
|
[assembly: AssemblyCopyright("Copyright (c) Alexey Golub")]
|
||||||
[assembly: AssemblyVersion("2.10.2")]
|
[assembly: AssemblyVersion("2.11")]
|
||||||
[assembly: AssemblyFileVersion("2.10.2")]
|
[assembly: AssemblyFileVersion("2.11")]
|
Loading…
Add table
Add a link
Reference in a new issue