-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHISTORY
More file actions
20 lines (16 loc) · 683 Bytes
/
HISTORY
File metadata and controls
20 lines (16 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
== 1.1.0 ==
* The item ID is now parsed (in the case of random-enchantment items, the ID
is parsed but the enchantment data is discarded) and emitted during CSV
creation.
== 1.0.1 ==
* Worst QA engineer. Worst.
== 1.0.0 ==
* Incorrect files (incorrect is defined by the lack of the
'TradeSkillMaster_AccountingDB = {' line) are now detected and an exception
is raised.
== 0.9.0 ==
* I am the worst QA engineer in the entire world. Buyer and seller columns
are now correct for purchase transactions.
== 0.8.0 ==
* Initial release. The TSM accounting saved variable file can be transmuted
into a CSV. You can also access its contents in a nice (messy) datastructure.