mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-20 18:05:13 -04:00
Update version
This commit is contained in:
parent
de763f8aaa
commit
cc2583f96b
4 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
### v2.4 (08-Apr-2018)
|
||||||
|
|
||||||
|
- Added channel topic to output.
|
||||||
|
- Added a command line interface alternative to the current graphical user interface.
|
||||||
|
- Implemented application auto-update (can be disabled in settings).
|
||||||
|
- Improved some GUI elements and replaced some dialogs with notifications.
|
||||||
|
- Fixed a lot of issues with the markdown processor.
|
||||||
|
- Fixed DM group chats that have a custom name being shown as blank in the list.
|
||||||
|
|
||||||
### v2.3 (27-Oct-2017)
|
### v2.3 (27-Oct-2017)
|
||||||
|
|
||||||
- Improved message date filtering, it's now marginally faster.
|
- Improved message date filtering, it's now marginally faster.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net461</TargetFramework>
|
<TargetFramework>net461</TargetFramework>
|
||||||
<Version>2.3</Version>
|
<Version>2.4</Version>
|
||||||
<Company>Tyrrrz</Company>
|
<Company>Tyrrrz</Company>
|
||||||
<Copyright>Copyright (c) 2017-2018 Alexey Golub</Copyright>
|
<Copyright>Copyright (c) 2017-2018 Alexey Golub</Copyright>
|
||||||
<ApplicationIcon>..\favicon.ico</ApplicationIcon>
|
<ApplicationIcon>..\favicon.ico</ApplicationIcon>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net461</TargetFramework>
|
<TargetFramework>net461</TargetFramework>
|
||||||
|
<Version>2.4</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
[assembly: AssemblyTitle("DiscordChatExporter")]
|
[assembly: AssemblyTitle("DiscordChatExporter")]
|
||||||
[assembly: AssemblyCompany("Tyrrrz")]
|
[assembly: AssemblyCompany("Tyrrrz")]
|
||||||
[assembly: AssemblyCopyright("Copyright (c) 2017-2018 Alexey Golub")]
|
[assembly: AssemblyCopyright("Copyright (c) 2017-2018 Alexey Golub")]
|
||||||
[assembly: AssemblyVersion("2.3")]
|
[assembly: AssemblyVersion("2.4")]
|
||||||
[assembly: AssemblyFileVersion("2.3")]
|
[assembly: AssemblyFileVersion("2.4")]
|
Loading…
Add table
Add a link
Reference in a new issue