aclist
f839001097
Merge pull request #368 from aclist/fix/offline-symlinks
...
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
fix: rebuild symlinks when launching offline
2026-06-18 01:08:10 +09:00
aclist
ab2b651b6c
chore: bump version
2026-06-18 01:07:00 +09:00
aclist
e5934848c7
fix: rebuild symlinks when launching
2026-06-18 01:06:49 +09:00
aclist
cab10efc96
Merge pull request #367 from aclist/prerelease/7.0.0b12
...
Prerelease/7.0.0b12
2026-06-17 22:22:04 +09:00
aclist
0a4efba905
docs: add user to thanks
2026-06-17 22:16:00 +09:00
aclist
1e4e09e52c
docs: update changelog
2026-06-17 22:14:56 +09:00
aclist
910c068109
chore: bump version
2026-06-17 22:14:30 +09:00
aclist
1dd773a9bf
Merge pull request #366 from aclist/fix/validate-offline-mods
...
fix: validate custom folders before launch
2026-06-17 22:13:56 +09:00
aclist
f4d065d766
fix: typo
2026-06-17 22:13:17 +09:00
aclist
1fe66076c6
fix: validate custom folders before launch
2026-06-17 22:12:12 +09:00
aclist
668ec1d7a0
Merge pull request #365 from aclist/fix/unsub
...
Fix/unsub
2026-06-17 21:43:11 +09:00
aclist
412f0d3193
chore: clear typehinting errors
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2026-06-17 21:42:02 +09:00
aclist
894a9b106d
chore: move HBox, VBox classes
2026-06-17 21:41:34 +09:00
aclist
1b0a9c9a69
chore: drop foreground logic
2026-06-17 21:33:49 +09:00
aclist
c4818d2097
fix: name collision between function signature and variable
2026-06-17 21:33:28 +09:00
aclist
69135150c7
chore: add deprecaiton warning
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
2026-06-17 03:16:44 +09:00
aclist
4d8949427b
feat: acf parser
2026-06-17 03:15:57 +09:00
aclist
0139f6bfba
fix: cast str to int
2026-06-17 02:57:50 +09:00
aclist
8d77d46eda
feat: unsubscribe from mods gracefully
2026-06-17 02:56:26 +09:00
aclist
179f92234a
chore: clear typehinting errors
2026-06-17 02:55:13 +09:00
aclist
650a5ecd7b
chore: drop unused imports
2026-06-17 02:54:50 +09:00
aclist
8cebb362e9
chore: clear typehinting errors
2026-06-17 02:53:32 +09:00
aclist
bfd1d3e0f9
change: move workshop button to mods page
2026-06-17 02:52:57 +09:00
aclist
e8b18d83a5
Merge pull request #354 from aclist/feat/launch-offline
...
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
feat: launch offline
2026-06-14 22:03:17 +09:00
aclist
d305f47bb9
Merge branch 'dzgui7' into feat/launch-offline
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2026-06-14 22:03:02 +09:00
aclist
43f6c17c4b
chore: port changes from dzgui7 branch
2026-06-14 22:02:21 +09:00
aclist
38bfef3836
chore: clear typehinting errors
2026-06-14 21:56:49 +09:00
aclist
c818945a28
chore: add comment
2026-06-14 21:54:59 +09:00
aclist
5cb4f69500
fix: initialize string
2026-06-14 19:45:48 +09:00
aclist
cee9052dea
fix: append store to mod manager
2026-06-14 19:31:52 +09:00
aclist
b3b98aa407
fix: parse parent dir
2026-06-14 19:11:35 +09:00
aclist
b8230cbf43
feat: make symlink to mission path
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
2026-06-14 01:54:08 +09:00
aclist
4b16edbbee
fix: grab focus on unmap
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
2026-06-13 04:14:28 +09:00
aclist
966d935032
fix: allow loading with only mission file
2026-06-13 03:52:20 +09:00
aclist
8b8c6268ab
feat: expunge ephemeral symlinks
2026-06-13 03:36:59 +09:00
aclist
513c445b24
fix: restore statusbar when returning
2026-06-13 03:06:55 +09:00
aclist
55f82c2e91
chore: drop comment
2026-06-13 03:06:41 +09:00
aclist
ad589ba850
fix: grab focus after popup
2026-06-13 03:06:19 +09:00
aclist
85f6fa053d
fix: disable context menu on custom mod tree
2026-06-13 02:10:41 +09:00
aclist
f7a42e2cdb
fix: clear typehinting errors
2026-06-13 02:03:00 +09:00
aclist
e1cb682e74
feat: custom symlink creation in thread
2026-06-13 01:50:34 +09:00
aclist
a8b7ea5008
chore: clear type annotation errors
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2026-06-11 19:25:08 +09:00
aclist
6a6b4c8027
chore: drop extraneous setting
2026-06-11 19:22:03 +09:00
aclist
c2ef7449e5
fix: override ctrl-click signal
2026-06-11 19:21:33 +09:00
aclist
96fb484b38
feat: add context aware multi select
2026-06-11 19:20:02 +09:00
aclist
1e6ff9c4f7
fix: set filepicker title
2026-06-11 19:19:36 +09:00
aclist
4313075b61
feat: left aligned icon
2026-06-11 18:02:58 +09:00
aclist
88270382f1
fix: signal arguments
2026-06-11 17:46:52 +09:00
aclist
ad85bb7343
drop collision check for custom mods
...
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
Mod hashes are taken from the directory names, which cannot be the same
at the filesystem level. Custom mod hashes are also unique from local
mods because they are given a different namespace.
2026-06-11 16:17:02 +09:00
aclist
77df66979a
chore: cleanup
2026-06-11 15:40:09 +09:00