Commit Graph

  • 578e51dc17
    Add information about building Linux / Mac versions chylex 2022-03-31 15:29:05 +0200
  • 8e2ec4dfe2
    Release v35.1 v35.1 chylex 2022-03-31 12:28:44 +0200
  • 3431f091ad
    Update build instructions chylex 2022-03-31 10:54:04 +0200
  • a988003bdd
    Fix server name detection broken by a Discord update chylex 2022-03-31 09:08:57 +0200
  • 5561f574cf
    Release v35 (app) v35 chylex 2022-03-23 20:37:15 +0100
  • 8fd4561721
    Try to fix inconsistency with embedded resource generation chylex 2022-03-23 23:04:19 +0100
  • 9fe68be3f4
    Fix bad command for executing python script in .csproj chylex 2022-03-23 20:40:32 +0100
  • 90dac674eb
    Update website chylex 2022-03-22 03:46:44 +0100
  • 1ebf15b039
    Add '/app' to excluded folder in root IDEA project chylex 2022-03-22 01:30:38 +0100
  • 86acef1a22
    Add option to Advanced tab to vacuum the database chylex 2022-03-21 14:02:52 +0100
  • 277e241183
    Speed up opening database by deferring the initial refresh of total message count chylex 2022-03-21 14:12:32 +0100
  • 3b41ea7b5f
    Fix showing potentially outdated message count when merging databases chylex 2022-03-21 14:01:43 +0100
  • 6ce0ef7d55
    Refresh message statistics after tracking messages in a background thread chylex 2022-03-21 01:37:36 +0100
  • fd09ac496e
    Increase batch size when adding randomly generated data & fix magic numbers chylex 2022-03-21 01:19:20 +0100
  • 9ca56bd910
    Enable write-ahead log for SQLite connections to prevent blocking concurrent writes and reads chylex 2022-03-21 00:36:29 +0100
  • 3e891e19c3
    Avoid redundant database queries when the Viewer tab is not visible chylex 2022-03-20 22:23:26 +0100
  • 9341988017
    Add debug tab with random database data generator chylex 2022-03-20 20:44:38 +0100
  • 461e403733
    Fix viewer filter not including the whole last day chylex 2022-03-20 21:18:06 +0100
  • c03e2d328d
    Fix redundant XAML chylex 2022-03-20 20:43:43 +0100
  • 155dd226cb
    Split browser-only version into a separate branch chylex 2022-03-20 14:53:02 +0100
  • f3723ee43b
    Split browser-only version into a separate branch & update README chylex 2022-03-20 15:48:13 +0100
  • 4b823802d3
    Release v.31a chylex 2022-02-12 18:37:39 +0100
  • 7c9ab5137e
    Fix skipping to next channel not working after a Discord update chylex 2022-02-12 18:35:47 +0100
  • 6de55b434a
    Fix occasional skipping of messages when autoscrolling in unfocused browser chylex 2022-02-12 18:09:58 +0100
  • 24a240fd29
    Fix broken channel detection after a Discord update chylex 2022-02-12 12:41:33 +0100
  • 8f7b566db7
    Release v34 (app) v34 chylex 2022-03-20 12:19:07 +0100
  • 70a2a01ec3
    Fix switching to next channel in DMs after a recent Discord update chylex 2022-03-20 13:36:12 +0100
  • c31155738e
    Disable debug symbols for Utils project in Release configuration chylex 2022-03-19 21:50:45 +0100
  • c23fac465f
    Rework app build setup to call minification script automatically chylex 2022-03-19 21:10:03 +0100
  • 51a2ac2d66
    Fix app minification script on non-Windows systems chylex 2022-03-19 21:06:00 +0100
  • a5e8366f1b
    Redesign status bar in the app chylex 2022-03-17 20:36:15 +0100
  • 3b698dbf33
    Change assembly names of subprojects chylex 2022-03-15 12:57:55 +0100
  • dc2c2d7ce8
    Remove unnecessary .csproj tags and hide embedded resources from IDEs chylex 2022-03-15 12:52:47 +0100
  • bb5634adc4
    Move screens to a different namespace chylex 2022-03-15 12:51:17 +0100
  • d26e16eadf
    Move advanced tracking settings into a separate tab chylex 2022-03-14 16:47:18 +0100
  • 8f5f6065d8
    Refactor text channel switching to detect more types of text channels chylex 2022-03-13 18:26:35 +0100
  • ad299bf762
    Fix stalling on empty channels chylex 2022-03-13 16:34:04 +0100
  • f70bbd53d9
    Fix ignoring settings for reaching the first message in a channel if no new messages were saved chylex 2022-03-13 16:55:35 +0100
  • ae821f738e
    Fix app memory leaks caused by UI code chylex 2022-03-12 19:58:44 +0100
  • ab7f5d0a41
    Add SQLite connection pooling and fix not releasing file lock after closing database chylex 2022-03-13 12:59:05 +0100
  • 1bddde7ccd
    Fix not fully disposing internal app server when stopped chylex 2022-03-12 19:16:55 +0100
  • 58259c0bb4
    Update Avalonia to 0.10.13 chylex 2022-03-12 15:17:37 +0100
  • a84a453990
    Redesign the app chylex 2022-03-12 08:06:19 +0100
  • 563c644f48
    Fix new databases containing columns that were removed in an earlier commit chylex 2022-03-12 16:30:12 +0100
  • f8331a571e
    Fix right margins in Viewer filter panel, causing early wrapping chylex 2022-03-10 03:39:48 +0100
  • 1ed26a16ea
    Add more performance logging to the app chylex 2022-03-06 15:49:44 +0100
  • 72c13cbb58
    Fix more database disposal issues chylex 2022-03-06 15:22:03 +0100
  • e420add646
    Split edit timestamps and message reply ids to separate tables to reduce database size chylex 2022-03-05 20:34:36 +0100
  • 6f1149ad5e
    Add utilities to simplify working with SQLite chylex 2022-03-05 22:18:02 +0100
  • b9899922e0
    Optimize viewer export in the app chylex 2022-03-05 21:35:56 +0100
  • 6a2933ea0a
    Add utilities for performance logging chylex 2022-03-05 20:07:40 +0100
  • be5c76c3bd
    Add debug log level and reset console colors after logging chylex 2022-03-05 20:07:34 +0100
  • 217c1f9e10
    Tell users to backup database file(s) before a schema upgrade chylex 2022-03-05 18:43:48 +0100
  • 725ab7accf
    Update SQLite version to 3.35.0 chylex 2022-03-05 17:18:33 +0100
  • 9a7a2cffc2
    Allow database file path to be passed as the first command line argument to the app chylex 2022-03-05 16:43:58 +0100
  • dc5cd83da9
    [WIP] Experimental Brotli compressing of raw message data app-raw-messages chylex 2022-03-05 15:59:57 +0100
  • 6d3db23f80
    Fix not manually disposing of resources when the app window is closed chylex 2022-03-05 13:35:11 +0100
  • 4bc9626013
    Add name to server management thread chylex 2022-03-05 13:34:31 +0100
  • 8002236c1f
    Release v33.2 (app) v33.2 chylex 2022-02-27 17:09:51 +0100
  • c4fe6c4391
    Move app version info out of .csproj and into a single linked .cs file chylex 2022-02-27 16:20:30 +0100
  • ebfe972a98
    Update uses of Avalonia APIs & safeguard clipboard code chylex 2022-02-27 15:29:49 +0100
  • 20aac4c47a
    Update Avalonia to 0.10.12 chylex 2022-02-27 15:21:38 +0100
  • 35308e0995
    Add option to re-enable Ctrl+Shift+I in the Discord app chylex 2022-02-27 14:01:13 +0100
  • f7f32c3f6a
    Fix Avalonia designer not seeing custom windows and controls chylex 2022-02-27 11:37:08 +0100
  • 4dc781b35c
    Address Rider inspections chylex 2022-02-21 00:05:25 +0100
  • 849ef18adb
    Reorganize namespaces and move some classes to a separate Utils project chylex 2022-02-20 20:37:48 +0100
  • 77aa15e557
    Add database file name to the app title chylex 2022-02-20 20:03:59 +0100
  • 47b106503d
    Fix database path being editable in the Database tab in the app chylex 2022-02-20 19:55:32 +0100
  • bde4cb06f4
    Dispose of all window properties when the DHT panel is closed (app) chylex 2022-02-12 20:40:44 +0100
  • d772f7ed71
    Fix calling clearTimeout instead of clearInterval in app script (no difference according to spec, but cleaner) chylex 2022-02-12 20:32:01 +0100
  • 0662af9b1a
    Update website (put desktop app on top, add anchor links) chylex 2022-02-12 19:17:37 +0100
  • 03fd730139
    Release v.31a (browser script) chylex 2022-02-12 18:37:39 +0100
  • d362c96b80
    Fix skipping to next channel not working after a Discord update (browser script) chylex 2022-02-12 18:35:47 +0100
  • 9f34c9dffa
    Fix occasional skipping of messages when autoscrolling in unfocused browser (browser script) chylex 2022-02-12 18:09:58 +0100
  • cacf43d1d8
    Fix broken channel detection after a Discord update (browser script) chylex 2022-02-12 12:41:33 +0100
  • edc23d616d
    Release v33.1 (app) v33.1 chylex 2022-02-12 11:23:24 +0100
  • db191f87fd
    Fix not finding selected DM channel after a Discord update chylex 2022-02-12 11:15:21 +0100
  • e8677c09b4
    Release v33 (app) v33 chylex 2021-12-01 08:13:19 +0100
  • 378c54908e
    Add tools to remove/keep filtered messages in the app chylex 2021-11-29 23:22:03 +0100
  • 07af4ae00f
    Improve localization for dates and numbers in the app UI chylex 2021-11-29 17:05:02 +0100
  • c262e5aaa4
    Minor visual fixes for app UI chylex 2021-11-29 17:41:02 +0100
  • 96e125b812
    Add channel & user filters to the app chylex 2021-11-29 15:16:35 +0100
  • c0123b9f91
    Add check box dialog chylex 2021-11-28 18:35:21 +0100
  • 2ec9c7cbc3
    Fix Rider inspections chylex 2021-11-28 14:44:40 +0100
  • 4cfe19d369
    Tweak button styles in the app chylex 2021-11-28 14:09:56 +0100
  • f449859ad9
    Update Avalonia to 0.10.10 chylex 2021-11-28 13:22:09 +0100
  • ae5630cf96
    Fix missing app icon in dialog windows chylex 2021-11-27 20:59:16 +0100
  • 75c8202c77
    Disable resizing of message dialogs chylex 2021-11-27 20:57:39 +0100
  • e9e8c95a19
    Add feature to merge multiple database files into one chylex 2021-11-27 15:25:39 +0100
  • 879a69608c
    Add progress dialog chylex 2021-11-27 19:09:17 +0100
  • 560c515ecf
    Make message dialogs callable from non-UI threads chylex 2021-11-27 19:37:01 +0100
  • ec8c00853a
    Add empty archive file w/ Rider data source chylex 2021-11-27 13:40:53 +0100
  • 5888d13d7c
    Add app build script for Linux chylex 2021-11-26 13:48:29 +0100
  • 15db0cca8e
    Update Rider project files chylex 2021-11-20 09:32:21 +0100
  • 52998f7d7a
    Release v32.1 (app) v32.1 chylex 2021-09-14 02:01:57 +0200
  • c2e302f8bb
    Allow tracking from old Discord domain in the app (discordapp.com) chylex 2021-09-14 01:59:39 +0200
  • 9f506aceb2
    Release v.32 (app) v32 chylex 2021-08-15 22:02:03 +0200
  • bbb50dc50c
    Fix C# code formatting chylex 2021-08-15 21:58:32 +0200
  • 3f763bbf6b
    Add Rider run configuration to minify JS chylex 2021-08-15 21:57:58 +0200
  • be3a7d6d80
    Add Python script to minify JS in the app chylex 2021-08-15 20:31:36 +0200