-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implemented support for MTF files that contain `UTF-8` and `CP-1252` characters (fixes #6) * the `--ignore-errors` option now ignores **all** types of exceptions and prints conversion statistics * current Biped conversion rate increased to 99%
- Loading branch information
Showing
8 changed files
with
496 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "mtf2json" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
description = "Convert the MegaMek MTF format to JSON." | ||
authors = ["juk0de <[email protected]>"] | ||
license = "MIT" | ||
|
Oops, something went wrong.