New version released: 41.1.0Changelog:
- added needs for roles
- added macOS bundle versions
- changed log files location
- added log location shortcut in "file" menu
- added log rotation for keeping a few log from previous sessions
- fixed role calculations
- fixed role goals ratings
- fixed a crash in the role editor
- fixed log files being created as root on macOS
- fixed about dialog colors (for dark styles) and geometry
Windows builds are also available on DFFD (
win32,
win64).
I am not sure the new macOS build works on system older than 10.12 because the Qt version is too new. But, using an older Qt version (older than Qt 5.12), DT should still be compatible for OS X 10.9 to 10.11. If someone wants to make such a build and share it, I can add a link in the first post.
Log files have moved, here are the new location for each platform, so you can find them for your bug reports (there is also a shortcut in the "file" menu to help you):
- Windows: C:\Users\<Your User Name>\AppData\Local\Dwarf Therapist\log\dwarftherapist.log
- macOS: ~/Library/Logs/Dwarf Therapist/dwarftherapist.log
- Linux: $XDG_CACHE_HOME/dwarftherapist/log/dwarftherapist.log (default for XDG_CACHE_HOME is ~/.cache)
This should finally allow windows version of DT to work from read-only installation directories (e.g. in C:\Program Files).