Commit graph

57 commits

Author SHA1 Message Date
Oleksii Holub
7a69c87b56
Use a 3-way theme switcher instead of a 2-way switcher (#1233) 2024-05-13 23:56:21 +03:00
Tyrrrz
9e7ad4d85c Fix naming inconsistency 2024-05-13 22:12:43 +03:00
Oleksii Holub
b9c1c47474
Migrate to Avalonia (#1220) 2024-04-27 04:17:46 +03:00
Oleksii Holub
057beaacd6
Use null as the default locale, which resolves to the current system default locale (#1185) 2024-01-15 23:58:28 +02:00
Tyrrrz
619fe9ccf7 Refactor using c# 12 features 2023-12-10 22:38:34 +02:00
Oleksii Holub
59344cedbe
Replace the date format option with a locale option (#1130) 2023-09-07 14:34:08 +03:00
Tyrrrz
c422ac2351 Clean up 2023-08-30 18:43:12 +03:00
Tyrrrz
3740d64601 Optimize thread inclusion UX across GUI and CLI
Related to #1119
2023-08-28 22:08:51 +03:00
Tyrrrz
f1c094ac14 Implicitly enable threads if archived threads are enabled in GUI 2023-08-28 21:09:42 +03:00
Tyrrrz
20f58963a6 Use CSharpier 2023-08-22 21:17:19 +03:00
Tyrrrz
c410e745b1 Add rudimentary thread support in GUI
Related to #1119
2023-08-22 21:14:34 +03:00
Tyrrrz
03c5c1bc5e Clean up 2023-05-19 14:49:31 +03:00
Tyrrrz
d1647e8286 Add support for selectable assets directory in GUI 2023-02-17 21:30:10 +02:00
Tyrrrz
6620c6299c Move "reuse assets" option in GUI from settings to export dialog 2023-02-15 22:59:08 +02:00
Tyrrrz
20a952aec5 Add option to disable markdown formatting
Closes #741
2023-02-15 22:55:17 +02:00
Tyrrrz
6d3adf9fde Trigger output path prompt when clicking the export button, if the path hasn't been set yet 2023-02-14 19:34:20 +02:00
Tyrrrz
a7f4fe0643 Don't reset output path if dialog is canceled 2023-02-14 17:08:52 +02:00
Tyrrrz
c8d83beb8d Enhance output path selection in the GUI
Enables the use of template tokens when exporting multiple channels
Closes #676
2023-02-13 19:48:57 +02:00
Tyrrrz
560a069c35 Refactor, rename the concept of "download media" to "download assets", including related mentions 2022-10-29 17:39:53 +03:00
Oleksii Holub
ffe5544f9c Dowload fonts in HTML export when using download media 2022-04-07 20:26:12 +03:00
Oleksii Holub
aea96d5eba Cleanup 2022-04-06 19:00:19 +03:00
Oleksii Holub
1daff4178d Cleanup GUI 2022-04-01 00:10:17 +03:00
Tyrrrz
4389b4e0bc Improve GUI 2021-12-14 01:26:59 +02:00
Tyrrrz
880f400e2c C#10ify 2021-12-08 23:50:21 +02:00
Tyrrrz
1db2bb4170 Remove Tyrrrz.Extensions package 2021-11-15 18:50:46 +02:00
Tyrrrz
2ab6773c17 [GUI] Show error in a dialog when pull or export fails, instead of crashing the whole app 2021-07-18 00:02:28 +03:00
Tyrrrz
650c55bbd1 Refactor 2021-07-17 23:53:13 +03:00
Lucas LaBuff
d39fc212b6
Filter which messages are exported (#622) 2021-07-07 12:14:40 -07:00
Tyrrrz
f8d55f406c [GUI] Cleanup ExportSetupViewModel & RootViewModel 2021-04-16 23:39:36 +03:00
Tyrrrz
511af1e35c Refactor 2021-04-16 23:09:08 +03:00
Andrew Kolos
eb89ea5b40
Add partition by file size (#497) 2021-04-12 13:50:32 +03:00
Tyrrrz
3aef7faa1e Use is null/is not null 2021-03-09 21:57:26 +02:00
Tyrrrz
ebe4d58a42 Cleanup 2021-02-22 03:15:22 +02:00
Tyrrrz
3d9ee3b339 Embrace Snowflake as first class citizen 2020-12-27 19:42:21 +02:00
Tyrrrz
1da80956dd Refactor 2020-10-24 21:15:58 +03:00
Andrew Kolos
520e023aff
Stop redundantly downloading media when re-exporting (#395) 2020-10-23 16:38:15 +03:00
Alexey Golub
a6bf546e79 [GUI] Clean up the UI 2020-10-05 17:41:09 +03:00
Andrew Kolos
19f678ca01
[GUI] Add dark theme (#388) 2020-10-05 16:31:37 +03:00
Alexey Golub
45926b0990 Refactor last commit 2020-08-07 21:41:10 +03:00
Alexey Golub
ac64d9943a
Self-contained export (#321) 2020-07-18 15:45:09 +03:00
Alexey Golub
d03be8b1dd More refactoring 2020-04-26 23:55:31 +03:00
Alexey Golub
88a4fa792b Refactor more 2020-04-22 21:59:10 +03:00
Alexey Golub
8685a3d7e3 Rework architecture 2020-04-22 19:23:31 +03:00
Alexey Golub
9f4277ae84 Add parallel exporting
Closes #264
2020-03-25 19:22:33 +02:00
Alexey Golub
70a1c9db8c Clean up warnings 2020-03-23 19:11:15 +02:00
Alexey Golub
5cb6adf19e Add an option to not save token
Closes #252
2020-01-10 20:03:31 +02:00
Alexey Golub
2a223599f9 Streaming exporter
Fixes #125
Closes #177
2019-12-07 18:43:24 +02:00
Alexey Golub
e5a2852165 Use nullable 2019-11-13 19:19:36 +02:00
Alexey Golub
30cba7959f Refactor string checks and fix exception when exporting multiple channels
Fix #164
2019-04-11 22:56:29 +03:00
Alexey Golub
6d9bc3625f Switch from DateTime to DateTimeOffset 2019-04-11 01:20:52 +03:00