Commit graph

820 commits

Author SHA1 Message Date
Oleksii Holub
9453cac389 Fix regex in contains filter 2022-08-26 00:00:02 +03:00
Oleksii Holub
504c3c53cd Fail if an export command is called with multiple channels but a single-file output path
Closes #799
2022-08-25 22:11:26 +03:00
Oleksii Holub
4e358e8e6f Add support for animated guild icons
Closes #900
2022-08-25 21:38:59 +03:00
Oleksii Holub
5e852235ce Retry on all Discord server side errors
Closes #908
2022-08-25 21:32:47 +03:00
Oleksii Holub
612c6d37a4 Make contains filter match on spaces and input boundaries, as well as word boundaries
Closes #909
2022-08-25 21:26:56 +03:00
Oleksii Holub
92cf886eab Fix not being able to parse message filters that share common prefix with one of the named filters
Related to #909
2022-08-25 21:20:22 +03:00
Oleksii Holub
f48af53d72 Simplify filter grammar 2022-08-25 21:07:02 +03:00
Oleksii Holub
99d721c63b Update nuget packages 2022-08-25 20:22:10 +03:00
Oleksii Holub
11414b5937 Refactor message filter grammar and add ~ as an alias for - in negated filters for better UX when using CLI 2022-08-25 20:09:06 +03:00
Oleksii Holub
6c039ebfa6 Filter out categories when displaying channels 2022-08-19 18:39:19 +03:00
TSRBerry
9cffbbc5ce
Expand tilde to home directory on *nix systems in output path (#903) 2022-08-18 13:23:26 -07:00
Oleksii Holub
6f87960513
Make workflow stages less ambigious 2022-08-13 04:13:09 -07:00
Oleksii Holub
e8f8c47dbd Make JS in HTML templates more consistent 2022-07-19 16:16:48 +03:00
Oleksii Holub
9aba36fce5 Update twemoji URLs 2022-07-19 15:55:58 +03:00
Oleksii Holub
f29e1d2d9f
Inform about a breaking change in Docker configuration
Related to #884
2022-07-10 02:42:43 -07:00
Oleksii Holub
b000a72f81 Update download instructions 2022-07-06 14:08:07 +03:00
Oleksii Holub
f5318e77b7 Update version 2022-07-02 13:20:03 +03:00
Oleksii Holub
e171b43c22 Simplify CSS 2022-07-01 13:17:13 +03:00
Oleksii Holub
23e1850d15 Render consecutive twitter embeds as on
Closes #695
2022-06-30 20:56:44 +03:00
Oleksii Holub
057902f919 More test stuff 2022-06-30 19:07:11 +03:00
Oleksii Holub
565fb53d3b Cleanup tests 2022-06-30 18:13:14 +03:00
Oleksii Holub
edba9f36a7 Hide message content in HTML when linking to an image
Closes #695
2022-06-29 21:43:43 +03:00
Oleksii Holub
356b1a6afd Don't use records for spec classes 2022-06-29 20:49:51 +03:00
Oleksii Holub
70edc8989c Add test for plain image embed 2022-06-29 20:38:48 +03:00
Oleksii Holub
2fd7e327a9 Add support for YouTube Shorts video embeds in HTML 2022-06-29 20:26:04 +03:00
Oleksii Holub
9182c3d934 Fix tests 2022-06-29 12:59:20 +03:00
Oleksii Holub
01389b7e28 Fix rendering of code blocks in HTML 2022-06-28 21:18:57 +03:00
Oleksii Holub
bd0701cb82 Render quotes inline in referenced messages in HTML 2022-06-28 21:02:11 +03:00
Oleksii Holub
4283ef22b1 Add HTML minification
Closes #345
Closes #743
2022-06-28 20:20:33 +03:00
Oleksii Holub
94ef4b6981 Support listing and exporting voice channels
Closes #874
2022-06-28 18:27:01 +03:00
Oleksii Holub
7b72f473fd Pad outputs from guilds, channels, dm to have more aligned columns
Closes #877
2022-06-28 17:39:32 +03:00
Oleksii Holub
2463cb5087 Sort DMs by last message and avoid grouping them in GUI
Closes #271
2022-06-28 17:23:01 +03:00
Oleksii Holub
2c7986c4e6 Refactor IsTextChannel and IsVoiceChannel to extensions 2022-06-28 16:38:44 +03:00
Oleksii Holub
5755334492 Update war in Ukraine message in CLI 2022-06-24 12:26:35 +03:00
Oleksii Holub
26c523a3e9 Update usage instructions to direct towards the Network tab method
Closes #835
Closes #842
2022-06-24 12:25:50 +03:00
Oleksii Holub
371c7d2b75 Make TOS warning more prominent
Close #878
2022-06-24 12:14:29 +03:00
Oleksii Holub
62400f305a Make CLI attributes look tidier 2022-06-19 12:21:09 +03:00
Oleksii Holub
65a528e7fe Simplify dockerfile 2022-06-18 22:37:24 +03:00
Lucas LaBuff
47d8163a46
Add filename token for current date (#869) 2022-06-17 12:06:12 -07:00
Clint Herron
1d9224ebd8
Update guide to direct users to the Advanced section of Discord settings rather than Appearance (#867) 2022-06-16 02:01:15 -07:00
Ethan
ddc7f921bd
Fix Twemoji URLs with ZWJs being generated incorrectly (#865) 2022-06-11 15:46:39 -07:00
Oleksii Holub
aca94ddccb Update test logger 2022-06-10 23:16:47 +03:00
Oleksii Holub
3661c42df4 Fix tests by fixing typo in last commit 2022-06-10 22:32:16 +03:00
Oleksii Holub
005c1786ec Fix tests 2022-06-10 22:23:20 +03:00
Oleksii Holub
b6fbf2393e Update bootstrapper and add it to the CLI flavor too 2022-06-10 22:12:48 +03:00
Philipp C. Heckel
0e49936e38
Make messages linkable in HTML (#864) 2022-06-09 09:47:00 -07:00
Oleksii Holub
8d4e6b77c4 Fix docker workflow not tagging with version number 2022-06-01 20:06:59 +03:00
Oleksii Holub
6f47fb6a1c Update version 2022-06-01 19:55:49 +03:00
Oleksii Holub
6150720b1e Update readme 2022-05-31 12:29:31 +03:00
Oleksii Holub
dcdeea19ab Update nuget packages 2022-05-29 22:43:42 +03:00