1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2024-10-17 09:42:44 +02:00
Commit Graph

254 Commits

Author SHA1 Message Date
d362c96b80
Fix skipping to next channel not working after a Discord update (browser script) 2022-02-12 18:35:47 +01:00
9f34c9dffa
Fix occasional skipping of messages when autoscrolling in unfocused browser (browser script) 2022-02-12 18:34:43 +01:00
cacf43d1d8
Fix broken channel detection after a Discord update (browser script)
#161
2022-02-12 17:38:45 +01:00
af3f914660 Tweak reaction saving and rendering 2021-04-03 00:46:41 +02:00
Chupalika
235d960afe
Track and view reactions (#135)
Co-authored-by: chylex <contact@chylex.com>
2021-04-02 23:53:25 +02:00
Chupalika
459198d023 Fix reply inline formatting & margins with disabled avatars (#135) 2021-04-02 23:46:46 +02:00
820edd4213 Fix PyCharm project 2021-03-28 14:43:07 +02:00
Chupalika
183094ad63
Track and view replies (#133)
* Track and view replies

* Tweaks to reply saving (PR #133)

Co-authored-by: chylex <contact@chylex.com>
2021-03-28 14:28:11 +02:00
1977c9c961 Fix not recognizing channels after a recent Discord update 2020-12-20 02:05:11 +01:00
f415299af0 Add compatibility with older version of Discord 2020-11-29 18:26:07 +01:00
b5107f2517 Fix not saving replies 2020-11-29 07:26:01 +01:00
3a0fe73125 Fix not recognizing channels and messages after a recent Discord update 2020-11-28 22:42:16 +01:00
e11bcf0d1f Work around frozen message loading during autoscroll
References #114
2020-08-24 02:38:12 +02:00
f460a582ac Fix autoscroll & channel beginning detection after a Discord update
References #114
2020-08-24 02:30:36 +02:00
a914113b33 Fix not seeing messages after a Discord update
References #114
2020-08-16 12:16:28 +02:00
d3a9a9a9cc Fix server channel switching
Closes #110
2020-07-13 18:00:41 +02:00
db35a27ae3 Fix not identifying DM channels
Closes #111
2020-07-13 17:57:39 +02:00
7393bab848 Fix channel detection after a recent Discord update
Closes #108
2020-07-01 03:17:03 +02:00
46b2b39ab3 Fix misclassification of DMs with default avatar as "GROUP" 2020-06-25 16:12:15 +02:00
8361c58b7c Sort channels by position in the server's channel list
Closes #78
2020-06-25 15:47:12 +02:00
1992bf6b22 Ensure channel & user data is updated every run 2020-06-25 15:20:04 +02:00
e298853518 Tweak how missing user tags are displayed in the viewer 2020-06-25 13:58:35 +02:00
denetii
64588b3634
Capture user avatars and additional channel info (topic, nsfw, position)
Co-authored-by: chylex <contact@chylex.com>
2020-06-25 13:02:40 +02:00
2ea32d6097 Fix savefile merging not including user tags 2020-06-25 10:15:29 +02:00
X. Cinera
7fb479a1b9
Include user discriminators in savefile (#55)
Co-authored-by: chylex <contact@chylex.com>
2020-06-24 17:51:31 +02:00
e9679c616f Fix discordapp.com still being used in the app 2020-06-24 17:10:58 +02:00
e4f05cdb32 Fix not detecting messages after a recent Discord update
Closes #100
2020-05-19 07:38:20 +02:00
a48c3fef13 Fix group DMs without changed icon getting categorized as non-group DMs 2020-05-19 07:38:04 +02:00
678bd358ba Update discordapp.com to discord.com
Closes #99
2020-05-06 13:08:41 +02:00
856093dbf7 Add button to save filtered archive in the viewer 2020-04-19 22:58:21 +02:00
198cccd9b3 Add 'Jump to message' button when viewing filtered messages
Closes #93
2020-04-19 19:40:45 +02:00
a79769001b Improve contrast and separation between username & info texts 2020-04-19 19:38:32 +02:00
9a6b6683eb Do not track server status messages
See #87
2020-04-19 18:40:12 +02:00
ce958d63ac Rename 'renderer' folder to 'viewer' and move JS/CSS files into separate folders 2020-04-18 19:34:57 +02:00
016adadd3e Replace YUI with custom CSS minifier 2020-04-18 19:23:55 +02:00
ce5b73a9db Fix autoscroll after a Discord update
Closes #98
2020-04-18 17:31:54 +02:00
e9827d6adc Fix userscript DHT button 2020-04-01 21:56:59 +02:00
5664e7e917 Fix channel/message finding after Discord update & improve error handling
Closes #94
2020-04-01 21:47:22 +02:00
9739ceb529 Fix not finding messages & broken autoscroll after Discord update
Closes #90
2020-02-06 04:12:08 +01:00
9b0ab6216b Fix not finding messages after Discord update
Closes #85
2019-11-11 03:12:58 +01:00
5113a486c2 Fix viewer filters for content and edited messages 2019-09-20 18:03:34 +02:00
3c363fef23 Fix attempting to store non-string embed descriptions 2019-09-19 23:14:56 +02:00
8c4991eafc Persist settings in viewer
Mentions #81
2019-09-19 22:05:01 +02:00
5f095fae7d Omit message content & embed title if empty, use getTime() instead of + 2019-09-19 21:27:05 +02:00
9ba966ff8b Fix 'Upload & Combine' using wrong user if that user's index was 0
Closes #40
2019-09-19 19:43:16 +02:00
150ee924ce Fix channel detection after a recent Discord update 2019-09-11 14:17:09 +02:00
5633ad0d2b Tweak website background color & update support links 2019-09-06 07:53:28 +02:00
811df80f24 Stop tracking unsent messages, causing duplication 2019-09-06 07:37:06 +02:00
0198c09d12 Replace message flags used for edit status w/ exact edit timestamp
Closes #66
2019-09-06 07:18:54 +02:00
21e3716d72 Fix next channel selection not recognizing locked and NSFW channels
Closes #69
2019-09-06 06:55:35 +02:00