File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
89Adds an optional overlay to the mod list screen that allows you to save and
910load mod list presets, as well as set a default mod list preset for new worlds.
1011
Original file line number Diff line number Diff line change @@ -609,7 +609,4 @@ if dfhack_flags.module then
609609 return
610610end
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-
615612view = view and view :raise () or ModlistScreen {}:show ()
You can’t perform that action at this time.
0 commit comments