Releases: LUXROBO/modi-firmware-updater
Releases · LUXROBO/modi-firmware-updater
v0.2.0
v0.1.8
v0.1.7
v0.1.6
여러개의 ESP32 칩을 병렬적으로 업데이트 가능하도록 코드 수정 (#23) * 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 * Implement list_ports check * Change text for warning * Push internal work * Escape ports loop once connected * Refactor code according to flake8 convention Co-authored-by: Jemin Yeon <[email protected]> Co-authored-by: Jemin Yeon <[email protected]>
v0.1.5
부트로더 상태의 모디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]>
v0.1.4
Apply black and isort (#18) * 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]> Co-authored-by: Jinsung Ha <[email protected]>
v0.1.3
STM32 펌웨어 파일들에 대한 경로 수정 (#14) * 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 Co-authored-by: Jemin Yeon <[email protected]> Co-authored-by: Jemin Yeon <[email protected]>
v0.1.2
ESP32 Updater 인터프리터 메시지 동작 방식 수정 (#10) * 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 Co-authored-by: Jinsung Ha <[email protected]>
v0.1.1
선택적 _thread._ExceptHookArgs 임포트 이슈 해결 (#9) * 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 Co-authored-by: Jemin Yeon <[email protected]> Co-authored-by: Jemin Yeon <[email protected]>
v0.1.0
에러 상황에서 자동 팝업 닫힘 이슈 해결 (#8) * 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