Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.4.0](v1.3.3...v1.4.0) (2023-09-27) ### Bug Fixes * add cross-env so env. variables can be used in different OSs ([#488](#488)) ([400cd6c](400cd6c)) * added delay after close to prevent race conditions ([54ea281](54ea281)) * added protection to close only if the unplugged device is the one connected ([f925578](f925578)) * added udev rules for Dygma USB VID number ([1bf911f](1bf911f)) * **app jsx:** fix warning about props ([88612fa](88612fa)) * bootloader enumeration of Raise neuron tried to read ChipID ([#478](#478)) ([7d19587](7d19587)) * **buttons:** added new colors to improve the accessibility in buttons ([94cb722](94cb722)) * **buttons:** fixed buttons focus statuses ([f4b490a](f4b490a)) * changed filter to take into account proper beta versioning name ([#483](#483)) ([ca3b853](ca3b853)) * changed the way that different battery status is rendered ([b74c04d](b74c04d)) * changed the way the battery status is render in sidebarmenu ([258addc](258addc)) * **firmware image help:** remove play video listener when component is unmount ([7a3d527](7a3d527)) * **firmwareerrorpanel:** removed loading status in FirmwareErrorPanel component ([a1a968f](a1a968f)) * fix responsive issues in ordinary keyboard ([39745a9](39745a9)) * fixed defy-t3 key shape on Defy keyboard representation ([4cc3cc9](4cc3cc9)) * fixed timeout errors when calling serialport commands ([d8b760f](d8b760f)) * Fixed windows11 serialport detection issue and listdrives issue ([8d893fa](8d893fa)) * improve mask values in battery svgs ([6553499](6553499)) * iPC handlers where being set twice, now they del previous handler when creating new one ([#476](#476)) ([8cef57a](8cef57a)) * **logoloadercentered:** fixed type on LogoLoaderCentered component ([a7d6d2e](a7d6d2e)) * macro names could be searched upon undefined macros ([#477](#477)) ([5a42532](5a42532)) * make own job for bumping version ([2ee598a](2ee598a)) * **navigation menu file:** fix timeout on navigation menu ([391cbf9](391cbf9)) * **recordmacromodal:** fixed the autocus after the user start a record a macro ([dc65bca](dc65bca)) * **recormacroeditormodal:** fixed the button width in Macro Editor ([df05bb8](df05bb8)) * remove properly usb when closing window ([ef9942c](ef9942c)) * remove universal from make-dev ([c822ad7](c822ad7)) * removed await because it was blocking the startup of Bazecor ([a5f9a0c](a5f9a0c)) * removing of ble devices when upgrade ([#498](#498)) ([8e17024](8e17024)) * run semantic-release before release build so we jump version ([1bf2911](1bf2911)) * sides now flash without instabilities ([#452](#452)) ([231af48](231af48)) * solved battery saving mode state retrieval issues ([0b1c8b7](0b1c8b7)) * tabIdex was missing for discard/save buttons ([#453](#453)) ([74cdfda](74cdfda)) * using usb event close to send a focus.close to the port handler ([78b0f5b](78b0f5b)) ### Features * a dummy addition to readme to trigger release ([3532052](3532052)) * add Bazecor version in a visible place so that users and customer support can check it ([#470](#470)) ([3349f13](3349f13)) * add British layout, so Defy shows ISO English ([#491](#491)) ([dd4fee9](dd4fee9)) * added a product info when export single layer ([18c1193](18c1193)) * added check to know if it's the first hardware Defy that's being plugged in bazecor ([#471](#471)) ([631378d](631378d)) * added UG slider to control brightness ([#450](#450)) ([0e72cc1](0e72cc1)) * Added wireless features to Defy ([#454](#454)) ([63ea1ba](63ea1ba)) ### Reverts * Revert "fix: removing of ble devices when upgrade (#498)" (#502) ([8df0032](8df0032)), closes [#498](#498) [#502](#502) * remove async from main load process ([5e40db9](5e40db9))
- Loading branch information