Skip to content

v0.1.5

Compare
Choose a tag to compare
@yjm07 yjm07 released this 21 Jun 03:01
· 99 commits to master since this release
be77642
부트로더 상태의 모디1 네트워크 모듈 디텍션 조건 추가 (#22)

* Fix README.md badge

* Fix: error of window closing when exception occur (#7)

* Fix ESP delimeter error: add time sleep(0.1)

* Add exception catch hook & Remove comments

* Fix progress bar percent decimals

* Fix version info rstrip

* Add popup window when exception occurred

* Remove print json used for debugging

* Change name of exception hook method & Add icon and error text to popup

* Add detailed text about exception traceback & Resize of window

* Add exit and report button to popup & Rename class and method of popup

* Add popup error message for exceptions in thread

* Change names of methods to show meanings of roles

* Fix convention of long line

* Add popup message for reconnection error & set level of error

* Add popup message of reconnection error

* Change line continuation annotation \ -> ()

* Refactor statement using if else to switch with dict

* Refactor hard coded numbers to constant variables

* Refactor import _thread to _thread._ExceptHookArgs as _th._exc

* Refactor to meet convention tests

* Remove report error button and restart button

* Remove whitespace and comment unused lines to meet the conventions

* Remove blank line to meet the conventions

* Fix _thread._ExceptHookArgs issue

* Remove unused import

* Send packet to turn interpreter off

* Notify user when turning interpreter off

* Remove unused lines

* Temporally comment out restart button

* Update PRT

* Translate issue_templates to Korean

* Change path to STM32 firmwares

* Remove redundant lines in ESP32 Updater

* Use excepthook again to show popup

* Remove unused import in gui_firmware_updater

* Add black code checker and put it in the actions workflow

* Add black check and apply it to the code (#17)

* Add configurations for black and flake8

* Apply formatter black

* Fix flake8 configuration of git actions

* Apply black formatting

* Remove black formatting

* Add isort check and apply it to the code (#16)

Co-authored-by: Jemin Yeon <[email protected]>

* Implement an inferface for modi_firmware_updater (#19)

* Implement an inferface for modi_firmware_updater

* Refactor according to flake8

* Remove black check

Co-authored-by: Jemin Yeon <[email protected]>

* Remove black from requirements.txt and following configurations

* Add a line to handle bootloaded MODI network module

Co-authored-by: Jemin Yeon <[email protected]>
Co-authored-by: Jemin Yeon <[email protected]>