Apollys / PoEDynamicLootFilter

Tool to Modify your Loot Filter seamlessly while playing Path of Exile
55 stars 9 forks source link

Skip unparsable lines in `.changes` file #43

Closed Apollys closed 2 years ago

Apollys commented 2 years ago

Due to API changes, lines that were previously valid in a .changes file may be rendered invalid.

Currently, we have to ask a user to delete their entire changes file if we change the API. This is not ideal.

We should just skip illegal lines in the .changes file and parse the rest. We can send a warning message if we want that unparsable lines were encountered.

Apollys commented 2 years ago

Fixed.