Releases: Pidgeot/python-lnp
PyLNP 0.14e-pre1
This is a pre-release version adding support for the 50.x versions of DF (currently up to 50.05).
That theoretically includes the Steam versions, although those versions would still need to be placed as any other DF install - it does not attempt to detect Steam itself, or the installed version therein.
PyLNP 0.14d
This is a Windows-only release, building with an older version of PyInstaller to fix DFHack. (#184)
There are no functional changes in this version, but I'm bumping the version number to make sure the updated build instructions get associated with the build.
PyLNP 0.14c
Prevent SystemExit-related error from being displayed on MacOS
Fix listbox background colors on systems with dark theme (by @TV4Fun)
EDIT: The Windows build has been re-built using Python 3.8 in order to stay compatible with older versions of Windows (Vista and 7). Pack maintainers for Windows should replace the build.
PyLNP 0.14b
Create necessary mod subdirs when merging
Add support for upcoming DFHack config file locations
For pack maintainers: Please note that the default PyLNP.json has changed! The DFHack history in the import section now references a new placeholder directory, <dfhack_config>
. Make sure you update modified copies of this files as appropriate.
PyLNP 0.14a
- Fix issue reading text files when importing from older pack (#171)
PyLNP 0.14
Upgrade builds to Python 3
Improvements to terminal handling on Linux
Better reporting of program crashes
PyLNP 0.13b
Fix broken twbt_* folder overrides
PyLNP 0.13a
When installing graphics pack, use matching twbt_* folder to override files if TWBT is enabled
Transfer TwbT-specific files in data/art between graphics packs (by McArcady)
macOS-related contributions by rgov:
Enable Retina graphics on macOS
Add an error dialog if App Translocation is affecting the app
PyLNP 0.13
New online documentation - help option points here now
Copy missing tilesets to data/art folder when tileset list is being read
Prefix "Current Graphics Pack" colorscheme with _ instead of space to avoid OneDrive sync issues
Pause toggle for damp and warm stone announcements
Linux: Improvements to terminal detection
Linux: Auto-select first available terminal on first run
PyLNP 0.12c
Fixed packaging error in the Windows binary
Note: This is a Windows-specific release.