Skip to content

Commit

Permalink
Merge pull request #23 from JohnDMcMaster/version
Browse files Browse the repository at this point in the history
Version 2.1.0
  • Loading branch information
JohnDMcMaster authored Apr 19, 2020
2 parents 641960c + 157da37 commit cab874e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,25 @@ Some ROMs can be post procssed into binaries using https://github.com/SiliconAna

Enjoy!
Adam & Rompar contributors.

## Release history

2.1.0
* Better command line error handling
* Improved similar die import optons: --dx/--dy
* Bug fix: fix crash on bit groups of size 1
* Windows installer

2.0.0
* Qt GUI major rewrite

1.0.0
* JSON save files instead of pickle
* rompar library

0.2.0
* Validate input better
* Misc code cleanup

0.1.0
* Adam Laurie original code
2 changes: 1 addition & 1 deletion rompar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'rompar'
__version__ = '2.0.0'
__version__ = '2.1.0'
__author__ = 'John McMaster'

__ALL__ = [
Expand Down

0 comments on commit cab874e

Please sign in to comment.