Commit Graph

594 Commits

Author SHA1 Message Date
chylex 35bc9b3d83 Release BETA v.12 2019-03-13 01:59:24 +01:00
chylex cdb9650401 Fix not recognizing group chats
Closes #59
2019-03-13 01:54:05 +01:00
chylex 4858a79158 Release BETA v.11 2019-02-14 18:05:38 +01:00
Daniel Chýlek 0f614bfc41
Merge pull request #58 from OnceDot/patch-1
Fix "selected channel not visible in channel list"
2019-02-13 19:05:48 +01:00
Dot 1f7bd010ed
Fix "selected channel not visible in channel list"
Fix "The selected channel is not visible in the channel list" alert when the channel user play a game supporting RichPresence.
2019-02-13 17:27:55 +01:00
chylex 9e687212b2 Release BETA v.10 2019-02-06 03:01:42 +01:00
chylex 7a70e7b35b Move version strings to build script 2019-02-06 02:42:01 +01:00
chylex 5fce875399 Add userscript to DHT website, update instructions and stylesheet 2019-02-06 01:15:42 +01:00
chylex 0b1d33b699 Add build step to turn tracker into a userscript
Closes #54
2019-02-05 22:33:28 +01:00
chylex 48647c3a7c Fix not finding messages after a Discord update
Closes #56
2019-02-05 19:24:47 +01:00
chylex 869f0d0b08 Release BETA v.9 2018-09-19 16:14:27 +02:00
chylex 6d1d95defb Allow specifying 0 in the page selection dialog 2018-09-19 16:14:11 +02:00
chylex 4ca33c3b57 Make the current page indicator a button to jump to an exact page
Closes #43
2018-09-19 15:53:11 +02:00
chylex 665f0d1247 Show hand cursor when hovering <select> elements in renderer menu 2018-09-19 15:50:25 +02:00
chylex 7c7f31a37a Update savefile structure specification
Closes #46
2018-09-19 15:19:22 +02:00
chylex ffffeb792b Force scroll channel to top after selecting it to (hopefully) improve reliability 2018-09-19 15:01:53 +02:00
chylex b442e87050 Fix server groups breaking the 'Swich to Next Channel' option 2018-09-19 15:01:50 +02:00
chylex 2e3c709459 Minor cleanup (unnecessary functions, array prototype calls) 2018-09-19 14:41:33 +02:00
chylex 3ca345b26f Fix DM tracking broken by a recent update
Closes #45
2018-09-19 14:33:42 +02:00
chylex aec0c93f25 Allow copying the script from the website without JS & in older browsers 2018-09-08 17:47:13 +02:00
chylex 7363e78933 Update the website instructions (bookmarks are no longer usable) 2018-09-08 17:14:25 +02:00
chylex d8108ddc9f Release BETA v.8 2018-08-05 14:36:33 +02:00
chylex 4c69bd2326 Improve reliability when capturing first messages
Not perfect unfortuantely, had it miss the very first message on a
server...
2018-08-05 14:36:21 +02:00
chylex b73bc1a395 Fix comment formatting 2018-08-05 13:42:05 +02:00
chylex 1d4479e5d2 Refactor viewer (template literals, classes, minor refactoring) 2018-08-05 12:43:30 +02:00
chylex 5ce4feaf89 Fix 'undefined' in viewer when a message starts with italics 2018-08-05 12:34:01 +02:00
chylex 9a239d7e99 Refactor tracker (template literals, classes, minor refactoring) 2018-08-05 12:12:51 +02:00
chylex add5163820 Update message panel selectors to work with the recent Discord update
Closes #41
2018-08-05 11:34:59 +02:00
chylex c9b6e8a947 Add VS Code tasks & copy tracker to clipboard after build 2018-08-05 10:59:13 +02:00
chylex 477460bd0e Release BETA v.7 2018-02-16 17:38:55 +01:00
chylex f39c554476 Fix input box to filter by contents not being reset on upload 2018-02-16 17:38:36 +01:00
chylex ad23d47f88 Add filtering by contents, images, downloads, and edited status 2018-02-16 17:19:36 +01:00
chylex c05f90c31e Fix not detecting .jpeg files as images 2018-02-16 17:11:53 +01:00
chylex fe065a50d8 Fix deselecting channel when changing filter & not deselecting on upload 2018-02-16 16:57:21 +01:00
chylex 226b3702de Remove unused functions and delete scr.utils.js 2018-02-16 16:36:38 +01:00
chylex 35183fd270 Refactor user filter PR to make adding filters easier & cleanup UI 2018-02-16 16:36:26 +01:00
Daniel Chýlek fa52c3aeb0
Merge pull request #27 from Lynxy/master
Add the ability to filter messages by username
2018-02-16 14:05:34 +01:00
The Lynxy ea27d551f1 Add the ability to filter messages by username 2018-02-15 11:34:52 -05:00
chylex 08387cb123 Release BETA v.6a & update website text 2018-02-08 21:43:11 +01:00
chylex 6186bcea37 Fix a crash when an embed has a title but no description 2018-02-08 21:23:27 +01:00
chylex 33ad6fcba5 Release BETA v.6 2018-02-05 17:01:16 +01:00
chylex 016c89e3b6 Fix broken selecting multiple files in Upload & Combine dialog 2018-02-05 17:00:42 +01:00
chylex ecc6ff29ce Fix "switch to next channel" skipping channels that take too long to load 2018-02-05 16:47:55 +01:00
chylex 5c8660afd1 Remove some old text from tracker settings dialog 2018-02-05 16:31:35 +01:00
chylex 0e04f34514 Add an error message if the selected channel is not visible in the channel list 2018-02-05 16:24:20 +01:00
chylex 5d06f5f181 Add support for basic rich embeds and webhooks
Closes #22
2018-02-05 16:03:59 +01:00
chylex a298061098 Fix mismatched user IDs when combining completely different archives
Closes #17
2018-02-05 14:31:37 +01:00
chylex 22993e60a9 Release BETA v.5 2017-10-27 01:27:51 +02:00
chylex 4862ffce77 Fix and safeguard channel detection after the DOM structure changed 2017-10-27 00:22:30 +02:00
chylex 8b80bce56b Rewrite most of the handling and fresh msg detection
Closes #15
Closes #16
2017-10-27 00:07:57 +02:00