Changed - Fix import error when no system wide file dialogs are found. (Should fall back to tkinter and give an error dialog instead.)
1.3.0
Added - Added \_\_main\_\_ so Binilla can be executed using `python -m binilla` or just `binilla` on some systems.
1.2.6
Changed - Make Arbytmap an optional requirement under the feature name `bitmap_viewing`. This should improve Python 3.5 compatibility on Windows as Arbytmap does not have compiled Windows wheels below Python 3.6.
1.2.5
Changed - Fix improper use of start command for windows in util.open_in_default_program.