Releases: shmup/miniboa
Releases · shmup/miniboa
1.0.9
1.0.8
Use utf-8 instead of cp1252
This gets rid of the old cp1252 handling, and we just use utf-8.
This might have some people yelling (at some point) for romantic historical masturbatory reasons. Let's find out
1.0.5
Fixed an overlooked bug when sending 3 byte command
There was a renaming of many methods in one fork of miniboa, and through error I never originally published a fully working miniboa because of this inconsistency.
It would always hard error if the client sent a 3 byte command (such as ^c). Fixed now!
Also there was the issue with flake8 dropping Python 2.6 support. To remedy, we just use pyflakes and pycodestyle (pep8) now.
v1.0.0
v0.0.1
v0.1: Checks if python 2 or 3 for send/receive
I'm using a simple if else block on sys.versioninfo Not sure if this is the best way.