tyrrrz
|
1181a35f08
|
Variable names consistency
|
2026-03-21 20:27:05 +02:00 |
|
Copilot
|
4a62f9c34f
|
Add DISCORDCHATEXPORTER_ALLOW_AUTO_UPDATE env var to suppress auto-update in GUI (#1514)
* Add DISCORDCHATEXPORTER_DISABLE_UPDATE env var to disable auto-update in GUI
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Tyrrrz/DiscordChatExporter/sessions/158dba86-9958-4f57-ab22-174e0606b42f
* Rename IsAutoUpdateDisabled to IsAutoUpdateAllowed and env var to DISCORDCHATEXPORTER_ALLOW_AUTO_UPDATE
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Tyrrrz/DiscordChatExporter/sessions/aa3944a4-e542-4770-8d17-2acb2c958ce9
* Refine IsAutoUpdateAllowed: group in (), invert, rename v to env, only accept false
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Tyrrrz/DiscordChatExporter/sessions/1467eee2-3069-4f0b-abdf-b1dc65e00a9a
* Fix CSharpier formatting: move is { } env to indented new line
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Tyrrrz/DiscordChatExporter/sessions/7933cfe4-ecad-4697-8b9c-ee3991aa147e
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
|
2026-03-21 20:25:53 +02:00 |
|
Tyrrrz
|
3b3423dd9b
|
Clean up platform checks in update service
|
2024-05-24 01:28:35 +03:00 |
|
Oleksii Holub
|
8525917a4c
|
Make the GUI x-platform and adapt the CI/CD pipeline to accommodate that (#1222)
|
2024-04-28 02:24:23 +03:00 |
|
Oleksii Holub
|
b9c1c47474
|
Migrate to Avalonia (#1220)
|
2024-04-27 04:17:46 +03:00 |
|
Tyrrrz
|
619fe9ccf7
|
Refactor using c# 12 features
|
2023-12-10 22:38:34 +02:00 |
|
Tyrrrz
|
20f58963a6
|
Use CSharpier
|
2023-08-22 21:17:19 +03:00 |
|
Tyrrrz
|
880f400e2c
|
C#10ify
|
2021-12-08 23:50:21 +02:00 |
|
Tyrrrz
|
3aef7faa1e
|
Use is null/is not null
|
2021-03-09 21:57:26 +02:00 |
|
Tyrrrz
|
1da80956dd
|
Refactor
|
2020-10-24 21:15:58 +03:00 |
|
Alexey Golub
|
ba66b52fa4
|
Use ValueTask instead of Task where possible
|
2020-07-18 15:57:51 +03:00 |
|
Alexey Golub
|
8685a3d7e3
|
Rework architecture
|
2020-04-22 19:23:31 +03:00 |
|
Alexey Golub
|
dac7c664d9
|
[GUI] Ensure update has been prepared before attempting to install it
|
2020-04-02 20:08:16 +03:00 |
|
Alexey Golub
|
cec8409ac4
|
Check if auto-update is enabled in UpdateService
|
2020-01-03 21:44:30 +02:00 |
|
Alexey Golub
|
e5a2852165
|
Use nullable
|
2019-11-13 19:19:36 +02:00 |
|
Alexey Golub
|
12a5091d73
|
Streamline auto-update process and refactor
|
2019-09-15 14:11:06 +03:00 |
|
Alexey Golub
|
ab0ce478db
|
Move UpdateService to GUI project
|
2019-04-16 23:08:38 +03:00 |
|