Skip to content

Releases: Pidgeot/python-lnp

PyLNP 0.9

04 Apr 18:15
Compare
Choose a tag to compare

Minor bug fixes
Added a download queue system
Fix output directories for stderr.txt and stdout.txt (they go in the "base" directory, i.e. the folder containing the DF folder)
If Unicode errors occur during startup, show explanatory message
Mods tab with multi-mod merging; new reduced-raw graphics pack format, misc upgrades

PyLNP 0.8b

04 Apr 18:16
Compare
Choose a tag to compare

Fix launching of already running programs
Improve compatibility of xdg-terminal script
Bugfixes for running from source

PyLNP 0.8a

04 Apr 18:14
Compare
Choose a tag to compare

Fixed graphics pack installation

PyLNP 0.8

04 Apr 18:13
Compare
Choose a tag to compare

Repaint color scheme preview when selecting a graphics pack (previews scheme installed by pack)
Add PRINT_MODE to list of fields patched on graphics pack install
Test for JSON file before reading; print message if it doesn't exist
Add tileset management/graphics customization UI
Various minor changes and refactoring

PyLNP 0.7.1

04 Apr 18:11
Compare
Choose a tag to compare

Move display options to Graphics tab
Expose GRAZE_COEFFICIENT as an option
Remove save game update prompt if no saves will be updated
Basic graphics pack validation during loading of available packs (checks to see if specific files and folders exist in the pack)
If folder name is given as command-line argument, try to use it as DF folder
Various improvements to the underlying code (contributions by rx80)

PyLNP 0.7

04 Apr 18:08
Compare
Choose a tag to compare

Support for all DF versions, with UI automatically adapting to the version being used
Add metadata system for utilities to allow for custom titles and tooltips
Removed restrictions on Dwarf Fortress folder name
Support for DFHack on Linux running i3wm (contributions by kahrkunne)
Expanded readme
Various minor bugfixes, etc.

PyLNP 0.6

04 Apr 18:08
Compare
Choose a tag to compare

Massive refactoring work to allow transparent handling of version differences (all the way down to 40d)
Detection of legacy versions, DFHack, TWBT, with appropriate adjustments to UI
DFHack toggle
Various minor fixes
Allow more flexible placement relative to DF directory (straight in , in \PyLNP, in \launchers\PyLNP...)
Add option for strict population cap
Highlight current color scheme, embark profiles and key bindings in red
Added menu item under help to show basic information about current DF install

PyLNP 0.5.2

04 Apr 18:07
Compare
Choose a tag to compare

Fix Entomb Pets option
Stop making .bak files

PyLNP 0.5.1

04 Apr 18:06
Compare
Choose a tag to compare

Fixed launching of certain programs on OS X 10.7

This release is specific to Linux and OS X.

PyLNP 0.5

04 Apr 18:03
Compare
Choose a tag to compare

Performance improvements on launch
Add two options from Starter Pack launcher (entomb pets/artifacts)
Add print mode setting
Fix a crash when multiple DF installs were found
Add a "never" option for update checking
Provide a menu item for update frequency, if update checking is configured
Perform update check in separate thread
Prompt to re-run already running programs, rather than always launching (disappears after 20 seconds if no action taken)
Allow UI resizing
Minor code changes