Commit Graph
100 Commits
Author SHA1 Message Date
chylex dc5cd83da9 [WIP] Experimental Brotli compressing of raw message data 2022-03-05 15:59:57 +01:00
chylex 6d3db23f80 Fix not manually disposing of resources when the app window is closed 2022-03-05 13:36:04 +01:00
chylex 4bc9626013 Add name to server management thread 2022-03-05 13:36:04 +01:00
chylex 8002236c1f Release v33.2 (app) 2022-02-27 17:09:51 +01:00
chylex c4fe6c4391 Move app version info out of .csproj and into a single linked .cs file 2022-02-27 16:20:39 +01:00
chylex ebfe972a98 Update uses of Avalonia APIs & safeguard clipboard code 2022-02-27 15:29:54 +01:00
chylex 20aac4c47a Update Avalonia to 0.10.12 2022-02-27 15:21:38 +01:00
chylex 35308e0995 Add option to re-enable Ctrl+Shift+I in the Discord app 2022-02-27 15:08:56 +01:00
chylex f7f32c3f6a Fix Avalonia designer not seeing custom windows and controls 2022-02-27 11:37:08 +01:00
chylex 4dc781b35c Address Rider inspections 2022-02-21 22:27:29 +01:00
chylex 849ef18adb Reorganize namespaces and move some classes to a separate Utils project 2022-02-21 22:27:01 +01:00
chylex 77aa15e557 Add database file name to the app title
References #165
2022-02-20 20:03:59 +01:00
chylex 47b106503d Fix database path being editable in the Database tab in the app 2022-02-20 19:55:32 +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 0662af9b1a Update website (put desktop app on top, add anchor links) 2022-02-12 19:17:37 +01:00
chylex 03fd730139 Release v.31a (browser script) 2022-02-12 18:37:39 +01:00
chylex d362c96b80 Fix skipping to next channel not working after a Discord update (browser script) 2022-02-12 18:35:47 +01:00
chylex 9f34c9dffa Fix occasional skipping of messages when autoscrolling in unfocused browser (browser script) 2022-02-12 18:34:43 +01:00
chylex cacf43d1d8 Fix broken channel detection after a Discord update (browser script)
#161
2022-02-12 17:38:45 +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 e8677c09b4 Release v33 (app) 2021-12-01 08:13:19 +01:00
chylex 378c54908e Add tools to remove/keep filtered messages in the app 2021-11-29 23:43:56 +01:00
chylex 07af4ae00f Improve localization for dates and numbers in the app UI 2021-11-29 17:52:07 +01:00
chylex c262e5aaa4 Minor visual fixes for app UI 2021-11-29 17:52:07 +01:00
chylex 96e125b812 Add channel & user filters to the app 2021-11-29 15:16:51 +01:00
chylex c0123b9f91 Add check box dialog 2021-11-29 15:12:35 +01:00
chylex 2ec9c7cbc3 Fix Rider inspections 2021-11-28 16:20:34 +01:00
chylex 4cfe19d369 Tweak button styles in the app 2021-11-28 14:09:56 +01:00
chylex f449859ad9 Update Avalonia to 0.10.10 2021-11-28 13:57:49 +01:00
chylex ae5630cf96 Fix missing app icon in dialog windows 2021-11-27 20:59:16 +01:00
chylex 75c8202c77 Disable resizing of message dialogs 2021-11-27 20:58:57 +01:00
chylex e9e8c95a19 Add feature to merge multiple database files into one 2021-11-27 20:50:01 +01:00
chylex 879a69608c Add progress dialog 2021-11-27 19:41:45 +01:00
chylex 560c515ecf Make message dialogs callable from non-UI threads 2021-11-27 19:41:45 +01:00
chylex ec8c00853a Add empty archive file w/ Rider data source 2021-11-27 13:40:53 +01:00
chylex 5888d13d7c Add app build script for Linux 2021-11-26 13:48:52 +01:00
chylex 15db0cca8e Update Rider project files 2021-11-20 09:32:55 +01:00
chylex 52998f7d7a Release v32.1 (app) 2021-09-14 02:03:08 +02:00
chylex c2e302f8bb Allow tracking from old Discord domain in the app (discordapp.com) 2021-09-14 02:03:08 +02:00
chylex 9f506aceb2 Release v.32 (app) 2021-08-15 22:02:03 +02:00
chylex bbb50dc50c Fix C# code formatting 2021-08-15 21:58:32 +02:00
chylex 3f763bbf6b Add Rider run configuration to minify JS 2021-08-15 21:57:58 +02:00
chylex be3a7d6d80 Add Python script to minify JS in the app 2021-08-15 20:31:36 +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
chylex 36286dc8cf Update UglifyJS & remove YUI Compressor 2021-06-13 17:20:11 +02:00
chylex 233e37a1c8 Release v.31 2021-04-03 00:50:42 +02:00
chylex af3f914660 Tweak reaction saving and rendering 2021-04-03 00:46:41 +02:00
chylex 3f62490783 Release v.30 2021-03-28 14:57:06 +02:00
chylex 6023fe2b2b Add .htaccess to website build folder 2021-03-28 14:57:06 +02:00
chylex 820edd4213 Fix PyCharm project 2021-03-28 14:43:07 +02:00
chylex 8c825aeb86 Release v.29 2020-12-20 02:07:20 +01:00
chylex 1977c9c961 Fix not recognizing channels after a recent Discord update 2020-12-20 02:05:11 +01:00
chylex dd4db0a9f9 Release v.28 2020-11-29 18:30:05 +01:00
chylex f415299af0 Add compatibility with older version of Discord 2020-11-29 18:26:07 +01:00
chylex b5107f2517 Fix not saving replies 2020-11-29 07:26:01 +01:00
chylex 3a0fe73125 Fix not recognizing channels and messages after a recent Discord update 2020-11-28 22:42:16 +01:00
chylex 99039f6099 Add Python script to download attachments and image embeds & update the archive 2020-09-24 02:31:08 +02:00
chylex bee593106a Add IntelliJ project files & reformat Python code 2020-09-23 20:40:00 +02:00
chylex 17cf87991c Remove Google Analytics from official website 2020-09-23 19:45:55 +02:00
chylex 572016df12 Enforce LF line endings 2020-09-23 19:42:57 +02:00
chylex 56d9886719 Release v.27 2020-08-24 02:40:59 +02:00
chylex e11bcf0d1f Work around frozen message loading during autoscroll
References #114
2020-08-24 02:38:12 +02:00
chylex f460a582ac Fix autoscroll & channel beginning detection after a Discord update
References #114
2020-08-24 02:30:36 +02:00
chylex a914113b33 Fix not seeing messages after a Discord update
References #114
2020-08-16 12:16:28 +02:00
chylex 00f8ac25b7 Release v.26 2020-07-13 18:05:01 +02:00
chylex d3a9a9a9cc Fix server channel switching
Closes #110
2020-07-13 18:00:41 +02:00
chylex db35a27ae3 Fix not identifying DM channels
Closes #111
2020-07-13 17:57:39 +02:00
chylex 08547c0b29 Release v.25 2020-07-01 03:18:45 +02:00
chylex 7393bab848 Fix channel detection after a recent Discord update
Closes #108
2020-07-01 03:17:03 +02:00
chylex cc81ae7a2a Apparently dates are difficult 2020-06-26 00:37:31 +02:00
chylex 9ea6db5ad1 Release v.24 2020-06-25 16:16:01 +02:00
chylex 46b2b39ab3 Fix misclassification of DMs with default avatar as "GROUP" 2020-06-25 16:12:15 +02:00
chylex 8361c58b7c Sort channels by position in the server's channel list
Closes #78
2020-06-25 15:47:12 +02:00
chylex 1992bf6b22 Ensure channel & user data is updated every run 2020-06-25 15:20:04 +02:00
chylex e298853518 Tweak how missing user tags are displayed in the viewer 2020-06-25 13:58:35 +02:00
chylex 2ea32d6097 Fix savefile merging not including user tags 2020-06-25 10:15:29 +02:00
chylex e9679c616f Fix discordapp.com still being used in the app 2020-06-24 17:10:58 +02:00
chylex e800e7e25e Release v.23 2020-05-19 07:40:40 +02:00
chylex 98a67ca57e Merge branch 'master' of https://github.com/chylex/Discord-History-Tracker 2020-05-19 07:39:49 +02:00
chylex e4f05cdb32 Fix not detecting messages after a recent Discord update
Closes #100
2020-05-19 07:38:20 +02:00
chylex a48c3fef13 Fix group DMs without changed icon getting categorized as non-group DMs 2020-05-19 07:38:04 +02:00
chylexandGitHub 9a4d715978 Create FUNDING.yml 2020-05-13 23:25:00 +02:00
chylex 849e0c798a Release v.22 2020-05-06 13:14:31 +02:00
chylex 678bd358ba Update discordapp.com to discord.com
Closes #99
2020-05-06 13:08:41 +02:00
chylex 123d41b793 Release v.21 2020-04-19 23:42:57 +02:00
chylex 856093dbf7 Add button to save filtered archive in the viewer 2020-04-19 22:58:21 +02:00
chylex 198cccd9b3 Add 'Jump to message' button when viewing filtered messages
Closes #93
2020-04-19 19:40:45 +02:00
chylex a79769001b Improve contrast and separation between username & info texts 2020-04-19 19:38:32 +02:00
chylex 9a6b6683eb Do not track server status messages
See #87
2020-04-19 18:40:12 +02:00
chylex ce958d63ac Rename 'renderer' folder to 'viewer' and move JS/CSS files into separate folders 2020-04-18 19:34:57 +02:00
chylex 016adadd3e Replace YUI with custom CSS minifier 2020-04-18 19:23:55 +02:00
chylex 3ee8d6514d Release BETA v.20 2020-04-18 17:33:23 +02:00