Commit Graph

49 Commits

Author SHA1 Message Date
chylex a6225b9721
Hide user discriminators & fix places that still displayed usernames instead of display names
References #216
2024-05-09 00:04:31 +02:00
chylex 943163473a
Add support for global display names of users
Closes #216
2024-05-08 23:39:13 +02:00
chylex fa00df10d8
Fix viewer menu styling 2024-05-08 21:47:16 +02:00
chylex f54465e5fe
Fix viewer compatibility with older browsers and (hopefully) Safari
Closes #260
2024-05-08 21:08:24 +02:00
chylex 0072e025f4
Fix broken links to image embeds in viewer 2024-04-21 20:55:06 +02:00
chylex 383ee5c90e
Stream messages to viewer using JSON lines 2024-04-21 20:55:05 +02:00
chylex 16d7e5a6f8
Serve viewer page and JSON data from the integrated HTTP server 2024-04-21 18:48:19 +02:00
chylex 9030a2f010
Update message timestamp processing for latest Discord update
Closes #249
2024-02-15 13:06:06 +01:00
chylex 72b8fb7c14
Update viewer to reference downloaded embeds, avatars, and emoji 2024-01-07 19:15:12 +01:00
chylex 8dc1adc9f0
Fix viewer converting underscores to italics even when not at the end of a word 2023-12-21 05:09:55 +01:00
chylex ddf70b02e7
Fix not storing channel topic and position if the channel is in a category
Closes #232
2023-12-21 04:49:19 +01:00
chylex ef59fd992e
Reword "Do Nothing" option in autoscroll settings to improve clarity 2023-12-21 04:27:24 +01:00
chylex d044627fac
Reduce delay in tracker for responding to new messages 2023-12-21 04:27:24 +01:00
chylex d01f9ed218
Rewrite detection of newly loaded messages 2023-12-20 13:19:11 +01:00
chylex dd6f121059
Fix not seeing messages after a Discord update
Closes #240
2023-12-20 10:51:14 +01:00
chylex 7392987165
Remove unused argument in tracker script
Closes #235
2023-11-23 05:22:33 +01:00
chylex 492dddb35d
Load full tracking script from the integrated server to remove need for minification 2023-11-21 07:08:26 +01:00
chylex 18f5823f2a
Fix not seeing messages after a Discord update
Closes #226
2023-10-29 06:42:45 +01:00
chylex 7e7d140957
Fix server name detection after a Discord update
Closes #204
2022-10-07 14:35:30 +02:00
chylex 9ac9f2246f
Fix DHT tracker overlaying part of Discord 2022-07-18 21:20:49 +02:00
chylex bbc734ba9b
Track dimensions of image attachments 2022-07-18 21:09:20 +02:00
chylex c94808a15f
Show downloaded attachments when viewing via Open Viewer 2022-07-18 20:21:45 +02:00
chylex cd418f4871
Fix viewer image detection and file name parsing when the URL includes a query 2022-07-18 20:13:05 +02:00
chylex b9a5664740
Fix not seeing messages after a Discord update
Closes #189
2022-06-18 13:59:29 +02:00
chylex 1bead42a0e
Improve error handling and reporting when extracting message data 2022-06-06 17:05:20 +02:00
chylex 8f1c91b2cc
Fix not formatting single underscores as italics in the viewer
Closes #142
2022-06-04 22:13:16 +02:00
chylex c25426af55
Add image loading animation to viewer
Related to #79
2022-06-04 16:56:41 +02:00
chylex 59129ba20a
Change image alt text in viewer to indicate when images are loading, and when loading fails
Related to #79
2022-06-04 15:50:05 +02:00
chylex f7bfe052ca
Add known sizes of images to the viewer
Related to #79
2022-06-04 15:29:42 +02:00
chylex 3e8151e1f3
Fix empty space between DHT tracker and app after a recent Discord update 2022-05-29 12:14:27 +02:00
chylex f93f5c8fdd
Fix DHT tracker overlaying bottom of the app & set z-index to force it on top if it happens again
Closes #181
2022-05-19 12:28:24 +02:00
chylex a988003bdd
Fix server name detection broken by a Discord update
Closes #172
2022-03-31 09:08:57 +02:00
chylex 70a2a01ec3
Fix switching to next channel in DMs after a recent Discord update 2022-03-20 13:40:31 +01:00
chylex c23fac465f
Rework app build setup to call minification script automatically 2022-03-19 21:49:56 +01:00
chylex 8f5f6065d8
Refactor text channel switching to detect more types of text channels
Closes #119
Closes #159
2022-03-13 18:31:28 +01:00
chylex ad299bf762
Fix stalling on empty channels
Closes #164
2022-03-13 17:42:38 +01:00
chylex f70bbd53d9
Fix ignoring settings for reaching the first message in a channel if no new messages were saved 2022-03-13 17:05:27 +01:00
chylex bde4cb06f4
Dispose of all window properties when the DHT panel is closed (app) 2022-02-12 20:43:35 +01:00
chylex d772f7ed71
Fix calling clearTimeout instead of clearInterval in app script (no difference according to spec, but cleaner) 2022-02-12 20:40:57 +01:00
chylex edc23d616d
Release v33.1 (app) 2022-02-12 11:23:24 +01:00
chylex db191f87fd
Fix not finding selected DM channel after a Discord update
Closes #161
2022-02-12 11:15:33 +01:00
chylex 9f506aceb2
Release v.32 (app) 2021-08-15 22:02:03 +02:00
chylex bd78051a9d
Fix viewer crashing when a message references a channel/user that is not saved (app)
Closes #148
2021-08-15 20:09:59 +02:00
chylex 6a24befca1
Update text channel icon whitelist for selecting next text channel (app) 2021-08-15 19:20:10 +02:00
chylex 09dce7b062
Rewrite channel and message detection to fix reliability issues after Discord updated (app) 2021-08-15 18:07:29 +02:00
chylex 396c622d9c
Show missing replies in the viewer & optimize message object representation (app) 2021-08-15 16:31:58 +02:00
chylex 73bf16a21e
Add support for tracking threads (app) 2021-08-15 15:43:12 +02:00
chylex 25071d4323
Fix app tracking unsent and special messages 2021-08-14 23:49:48 +02:00
chylex ab7b3532fc
Build a DHT app for desktop 2021-06-19 10:40:34 +02:00