Skip to content

Commit 1c8a8bb

Browse files
Merge branch 'squid-active-modlist' into glom
2 parents 145c3dc + af5ee3d commit 1c8a8bb

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
args: ['--fix=lf']
2121
- id: trailing-whitespace
2222
- repo: https://github.com/python-jsonschema/check-jsonschema
23-
rev: 0.31.2
23+
rev: 0.32.1
2424
hooks:
2525
- id: check-github-workflows
2626
- repo: https://github.com/Lucas-C/pre-commit-hooks

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Template for new versions:
3030

3131
## New Features
3232
- `gui/spectate`: added "Prefer nicknamed" to the list of options
33+
- `gui/mod-manager`: when run in a loaded world, opens a copyable list of active mods.
3334

3435
## Fixes
3536
- `list-agreements`: fix date math when determining petition age

docs/gui/mod-manager.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ gui/mod-manager
22
===============
33

44
.. dfhack-tool::
5-
:summary: Save and restore lists of active mods.
5+
:summary: Manange your active mods.
66
:tags: dfhack interface
77

8+
In a loaded world, shows a list of active mods with the ability to copyto clipboard.
89
Adds an optional overlay to the mod list screen that allows you to save and
910
load mod list presets, as well as set a default mod list preset for new worlds.
1011

gui/mod-manager.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,4 @@ if dfhack_flags.module then
609609
return
610610
end
611611

612-
-- TODO: when invoked as a command, should show information on which mods are loaded
613-
-- and give the player the option to export the list (or at least copy it to the clipboard)
614-
615612
view = view and view:raise() or ModlistScreen{}:show()

0 commit comments

Comments
 (0)