Commit graph

247 commits

Author SHA1 Message Date
Alexey Golub
32af1aa05d Fix incorrect regex for capturing standard emojis
Fixes #147
2019-03-06 22:48:24 +02:00
Alexey Golub
dda32d8af2 Fix markdown grammar being too greedy in some places
Fixes #150
2019-03-06 22:37:36 +02:00
Alexey Golub
d1d82f975b Add license file to releasable artifacts 2019-03-03 22:26:02 +02:00
Alexey Golub
b1de9c4eca Update version 2019-03-03 21:48:03 +02:00
Alexey Golub
48ec4d085a Fix bad overflow wrapping 2019-03-03 21:33:27 +02:00
Alexey Golub
668ac70fae Fix some parsing issues 2019-03-03 21:24:37 +02:00
Alexey Golub
0d1ce38489 Jumboable emojis 2019-03-03 21:09:47 +02:00
Alexey Golub
666f2d8d4a Fix emoji and reaction css 2019-03-03 20:47:24 +02:00
Alexey Golub
2dd0742c1c Fix video attachments getting rendered as images
Fixes #120
2019-03-03 20:20:01 +02:00
Alexey Golub
69fe8af87a Update Failsafe 2019-03-03 20:08:47 +02:00
Alexey Golub
e493357a9f Add progress reporting to CLI
Closes #143
2019-03-03 19:59:23 +02:00
Alexey Golub
492003c75a Fix incorrect standard emoji rendering in plaintext 2019-03-03 18:41:54 +02:00
Alexey Golub
28175e2110 Parse emojis in markdown and render them using Twemoji
Closes #140
2019-03-03 18:36:12 +02:00
Alexey Golub
a564906719 Use ByteSize for file size in attachments 2019-03-03 16:38:41 +02:00
Alexey Golub
019278f6d4 Fix dockerfile 2019-03-03 16:05:09 +02:00
Alexey Golub
5161593e0f Forgot to commit DataService.Parsers 2019-03-03 15:40:26 +02:00
Alexey Golub
847a05a269 Refactor reaction emojis into a separate class, add support for animations and standard emojis via twemoji
Closes #71
2019-03-03 15:24:31 +02:00
Alexey Golub
f09f30c7bd
Implement a more sophisticated markdown parsing engine (#145) 2019-03-03 14:16:12 +02:00
Alexey Golub
88727a1fe6 Forgot one more place 2019-02-17 19:55:48 +02:00
Alexey Golub
bb98049df7 Remove years from copyright 2019-02-17 19:48:54 +02:00
Alexey Golub
e519bdcc6f Update license 2019-02-17 19:31:26 +02:00
Oleksii Holub
1356d4483a Add a checkmark that displays whether a channel is selected 2019-02-15 13:01:30 +02:00
Alexey Golub
4a3dc5c5ee Bind export button visibility on the guard property 2019-02-14 22:29:52 +02:00
Alexey Golub
e665356890 Show export progress in taskbar 2019-02-14 21:52:36 +02:00
Alexey Golub
7b614ed448 Update version 2019-02-10 17:27:45 +02:00
Alexey Golub
6531462220 Fix getting last message when there's no date range
Fixes #137
2019-02-10 17:26:18 +02:00
Alexey Golub
e89f2735a0 Update version 2019-02-09 21:26:15 +02:00
Alexey Golub
01d276a9dc Use UTF8 encoding in UpdateVersion.ps1 2019-02-09 21:20:20 +02:00
Alexey Golub
c446d4069a Export single channel by double-clicking in GUI 2019-02-09 21:05:31 +02:00
Alexey Golub
ba5718aaf5 Improve GUI a bit 2019-02-09 20:07:30 +02:00
Alexey Golub
20ff4a15eb Refactor output path usage in CLI 2019-02-09 19:41:08 +02:00
Alexey Golub
991dfccf3c Retry on 503 status code 2019-02-09 19:39:21 +02:00
Alexey Golub
524c86b8f2 Add channel ID to default export file name to avoid collisions 2019-02-09 19:20:13 +02:00
Alexey Golub
e4b0d60c40 Add multichannel export to GUI
Closes #12
2019-02-09 19:03:34 +02:00
Alexey Golub
65c5df89f4 Use Failsafe 2019-02-08 20:37:53 +02:00
Oleksii Holub
659c499bd0 Small clenaup 2019-02-01 15:33:06 +02:00
Alexey Golub
b6fcbac030 Refactor 2019-01-30 23:14:17 +02:00
Oleksii Holub
b3e2dd3994 Group channels by category in GUI
Closes #77
2019-01-30 18:16:46 +02:00
Alexey Golub
ba5790e312 Remove reference to Tyrrrz.Settings in GUI project 2019-01-21 23:21:35 +02:00
Alexey Golub
2859a740eb Update nuget packages 2019-01-07 18:29:36 +02:00
Oleksii Holub
b88a1f8b47 Some refactor 2018-12-21 15:37:14 +02:00
Alexey Golub
78b44aed19 Use embedded style for dialog host 2018-12-19 21:51:03 +02:00
Oleksii Holub
13925c69af Refactor CLI and add 'exportdm' command to export all direct message channels 2018-12-19 17:29:36 +02:00
Oleksii Holub
e22e1c03fb Cleanup 2018-12-19 17:15:54 +02:00
TVdata
bf5cedb646 Add CLI command to export all available channels in a guild (#123) 2018-12-19 16:53:21 +02:00
Alexey Golub
17b0161ade Make dialogs white again 2018-12-16 00:07:17 +02:00
Alexey Golub
fa1e84b518 Refactor UI 2018-12-15 23:53:52 +02:00
Alexey Golub
6d5ed9e9ca Improve UI 2018-12-14 01:00:57 +02:00
Oleksii Holub
bdaeea5512 Refactor busy state and progress reporting 2018-12-11 18:03:32 +02:00
Alexey Golub
dddb13fcc5 Refactor default file name generation and add date ranges there
Closes #29
2018-12-10 23:16:15 +02:00