Skip to content

Releases: Sigmmma/binilla

1.3.8 - HOTFIX

20 Nov 00:19
f6b7204

Choose a tag to compare

Changes

  • Fix issues with Python 3.10 by bumping version for threadsafe-tkinter

[1.3.7]

29 Jul 18:46
0bec54d

Choose a tag to compare

[1.3.7]

Changed

  • Fix tags not saving on Python 3.9 (Thank you @delan!)

[1.3.6]

12 Mar 12:58
4e209a2

Choose a tag to compare

Changed

  • Update tag loading logic to work better with Python 3.9

[1.3.5]

31 Oct 22:17
78e1e9f

Choose a tag to compare

Changed

  • Update build config for Python 3.9.

[1.3.4]

13 Jul 04:46
e7615e1

Choose a tag to compare

[1.3.4]

Changed

  • (Linux) Fix crash when user does not have either yad, kdialog, or zenity installed.

[1.3.3]

06 Jul 05:43
c3d9792

Choose a tag to compare

[1.3.3]

Changed

  • Parsing errors now do print, even if handler.debug is not true.

1.3.2

16 May 15:46
291f0e6

Choose a tag to compare

[1.3.2]

Changed

  • Fix python 3.5 specific save as bug.

1.3.1

20 Mar 06:24
0664739

Choose a tag to compare

[1.3.1]

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 python -m binilla

04 Mar 00:15
2ef6548

Choose a tag to compare

[1.3.0]

Added

  • Added __main__ so Binilla can be executed using python -m binilla or just binilla on some systems.

1.2.6

17 Feb 19:01
bd21e9f

Choose a tag to compare

[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.