Skip to content

Commit

Permalink
Merge pull request #5 from pineapplemachine/develop
Browse files Browse the repository at this point in the history
Added a changelog, changelogs are cool
  • Loading branch information
pineapplemachine committed Jun 22, 2015
2 parents 20de7c6 + 32ec314 commit 7e6078b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
v1.0.1: Strange Mood

Fixed pineapple.boneflux reaction by being less bad at string formatting
Fixed pineapple.utils.addreaction not adding an OBJECT:REACTION token to created files
Fixed new grasses in pineapple.cavegrass not being recognized by DF
Fixed a small issue with logging in pineapple.cavegrass
Fixed non-raws file from input directory not being written to output
Fixed pydwarf.response casting to string always returning a string starting with "SUCCESS" even when unsuccessful
Added a lot more documentation
Added a shitty WIP tool for outputting docstrings as more readable html
Added a list method to queryable raws objects which acts as a shortcut for raw.tokenlist(something.tokens())
Added a file attribute to raws.token objects for tracking which file they belong to, if any
Added a bunch of helpful operator overloads
Added length and clear methods to raws.file
Added some convenience things to the raws package: raws.parse and raws.parseone refer to the raws.token static methods, raws.filter refers to raws.tokenfilter
Added index and slice functionality to raws.token and raws.file, most easily accessible via conventional notations like token[1] or token[-8:0:2]
Added step argument to tokens method for raws.token and raws.file
Improved error handling for bad config settings
Improved raws.tokenlist casting to string
Improved objdict method to return a dictionary of raws.tokenlist objects where previously they were regular lists
Improved handling of assignment of illegal strings to token text, now automatically resolves some common pitfalls
Improved argument handling for raws.boolfilter static methods all, any, one, and none
Tweaked grass colors in pineapple.cavegrass
Tweaked names, craftable items, and material values in pineapple.greensteel

v1.0.0: A New Hope

First Release

0 comments on commit 7e6078b

Please sign in to comment.