Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDeadman committed Sep 23, 2014
1 parent d4af9dc commit 4cfc014
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
KSPPartRemover v0.2.1
======================
KSPPartRemover v0.2.1.1
=======================
Author: ChrisDeadman

Removes parts from Kerbal Space Program crafts

#### Brief feature list:
* Checks all references to the removed part and removes all affected parts
* Lists the parts to remove before the actual removal (if not used with the --silent switch)
* Adapts all the "parent", "sym", "SrfN" and "AttN" entries
* Adapts all the "parent", "link", "sym", "SrfN" and "AttN" entries
* In other words performs a "safe" remove ;-)
* At the moment only works with files which only include one single craft
* (which means you need to copy your craft to a temporary file in case you want to modify .sfs files)
Expand Down Expand Up @@ -57,6 +57,13 @@ you want to modify and then insert the modified result back into your .sfs file.
Release Notes:
===============

### KSPPartRemover v0.2.1.1
* preserve formatting of input file when adjusting part properties
* fix a bug where output files could get corrupted if they were already existing
* fix bug: throws exception if output file is same as input file
* lower TargetFramework version from v4.5.1 to v4.5
* Compatible with KSP version: 0.24.2

### KSPPartRemover v0.2.1
* add initial support for .craft files
* Compatible with KSP version: 0.24.2
Expand Down

0 comments on commit 4cfc014

Please sign in to comment.