aclist
a1f851430d
Merge aa43b017d1 into e92df8c062
2026-07-09 03:37:28 +00:00
aclist
aa43b017d1
chore: add note
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
2026-07-09 12:37:23 +09:00
aclist
fc86b75ca1
fix: convert str to Path
2026-07-09 12:37:09 +09:00
aclist
6a3b4b2bfb
fix: cast result to str
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
2026-07-08 10:58:40 +09:00
aclist
8652259053
feat: convert appid to name
2026-07-08 10:58:12 +09:00
aclist
e92df8c062
Merge pull request #398 from u-alexandru/fix/history-file-not-found
...
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
fix: prevent stuck launch dialog when history file is missing
2026-07-08 10:41:36 +09:00
aclist
eff31e2bd3
chore: clear typehinting errors
2026-07-08 10:07:16 +09:00
u-alexandru
494311e8df
fix: prevent stuck launch dialog when history file is missing
...
update_history_file() opened dzg.history in read mode without handling a
missing file. dzg.history is only created the first time it is written, so
on a fresh install the very first server connection raised FileNotFoundError
inside the post-launch cleanup callback:
_destroy_on_idle -> _add_to_history_and_return -> update_history_file
The exception propagated out of the GLib idle callback before destroy_dialog()
ran, orphaning the "Waiting for DayZ to launch" modal so it could never be
closed from the UI and its Cancel button was unresponsive.
Treat a missing history file as an empty history so the first connection
records history normally instead of crashing the cleanup callback.
2026-07-07 18:45:22 +03:00
aclist
a2d1f9b0e1
chore: simplify path concatenation logic
2026-07-07 19:52:44 +09:00
aclist
b731fb5566
chore: drop test code
2026-07-07 19:43:41 +09:00
aclist
e8d991ccb5
chore: drop legacy functions
2026-07-07 19:43:00 +09:00
aclist
f4aa6c749e
chore: move get_app_path()
2026-07-07 19:36:44 +09:00
aclist
3ed4747d08
chore: drop unused import
2026-07-07 18:38:25 +09:00
aclist
d2042a3dde
fix: clear typehinting errors
2026-07-07 18:38:14 +09:00
aclist
09ef0f4f9a
chore: add reminder
2026-07-07 18:11:40 +09:00
aclist
a91ce17501
feat: config parsing POC
2026-07-07 18:11:30 +09:00
aclist
48f0f3913c
chore: add reminder
2026-07-07 18:11:07 +09:00
aclist
33e367182e
feat: ACF class
2026-07-07 18:10:52 +09:00
aclist
0ce3ab3915
chore: add vdf dependency
2026-07-07 18:10:12 +09:00
aclist
90c7d9f73e
Merge pull request #395 from aclist/chore/contributing-docs
...
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
docs: add contributing docs
2026-07-07 16:52:16 +09:00
aclist
5923d5d935
fix: typo
2026-07-07 16:46:01 +09:00
aclist
9f73c545ef
docs: port contributing file from dzgui6, with changes
2026-07-07 16:42:25 +09:00
aclist
041438cb7f
docs: update readme to reflect current release workflow
2026-07-07 16:42:03 +09:00
aclist
c6e69f9aa0
Merge pull request #393 from aclist/feat/redaction-filter
...
feat: redaction filter
2026-07-07 16:33:22 +09:00
aclist
8f1e4ff9d0
chore: drop fixed comment
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2026-07-07 16:32:23 +09:00
aclist
92792b0b4f
chore: drop extraneous comment
2026-07-07 16:29:10 +09:00
aclist
a7cfd4c346
fix: monkeypatch system env
2026-07-07 16:28:52 +09:00
aclist
fa5f638697
chore: add comment
2026-07-07 12:03:10 +09:00
aclist
78151b3bb3
fix: update regex
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2026-07-04 14:30:59 +09:00
aclist
2418d8be68
chore: update pytest marks
2026-07-04 14:12:46 +09:00
aclist
9fa7172056
chore: add log redaction test
2026-07-04 13:18:44 +09:00
aclist
d75f87768e
chore: drop extraneous newline
2026-07-04 08:48:03 +09:00
aclist
5bb4271d36
feat: log-level redaction filter
2026-07-04 08:47:34 +09:00
aclist
6c86bff869
fix: drop branch from diagnostic log
2026-07-04 08:46:54 +09:00
aclist
92ba7c2267
chore: drop unused imports, vars
2026-07-04 08:42:53 +09:00
aclist
6c56f16633
Merge pull request #391 from aclist/fix/copy-bare-configs
...
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
fix: copy bare config files to named directory
2026-06-29 07:36:49 +09:00
aclist
2b87272b52
chore: update test conditions
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2026-06-29 07:28:35 +09:00
aclist
4de5147899
fix: parse parent directory
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
2026-06-28 23:52:13 +09:00
aclist
4c31cd7ecd
chore: add test for no import case
2026-06-28 00:07:51 +09:00
aclist
61f90d6016
fix: copy bare config files to named directory ( #375 )
2026-06-27 23:51:20 +09:00
aclist
cd1fd1b179
Merge pull request #390 from aclist/fix/ctypes-libgi
...
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
fix: platform-agnostic shared library check
2026-06-25 21:19:09 +09:00
aclist
1b25c8fadb
chore: bump version
2026-06-25 21:17:30 +09:00
aclist
18146bf66f
docs: fix typo
2026-06-25 21:15:54 +09:00
aclist
8ae54d436a
chore: drop unused import
2026-06-25 21:15:36 +09:00
aclist
4d94551f87
fix: use platform-agnostic shared library check
2026-06-25 21:15:08 +09:00
aclist
1154789f8b
Merge pull request #389 from aclist/fix/defer-import
...
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
fix: defer flock action until GUI is loaded
2026-06-25 00:05:27 +09:00
aclist
cbccd4c5f6
fix: defer flock action until GUI is loaded
2026-06-25 00:04:18 +09:00
aclist
8cac752a0d
Merge pull request #388 from aclist/prerelease/7.0.0b14
...
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
chore: bump version
2026-06-24 22:07:38 +09:00
aclist
580273053c
chore: bump version
2026-06-24 21:43:45 +09:00
aclist
8d75c1f7b2
Merge pull request #386 from aclist/feat/libgi-preboot
...
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
feat: libgi preboot test
2026-06-24 01:06:51 +09:00