Releases: emfcamp/badge-2024-software
Releases · emfcamp/badge-2024-software
v1.9.0
Commits
- Linting fixes by @thinkl33t in #161
- Correct spelling mistakes found using codespell by @EdwardBetts in #170
- try/except block fix for crash by @Robotmad in #165
- Bump requests from 2.31.0 to 2.32.2 in /sim by @dependabot in #52
- Increase VBATMIN to 3 volts by @TBExtent in #176
- egpio in c by @ChrisDick in #166
- Center Layouts menu items by @npentrel in #173
- Fix keyboard capslock bug by @npentrel in #169
- support self.pin during migration by @ChrisDick in #180
- Create egpio.py fake by @ChrisDick in #182
- Better text wrapping by @emericklaw in #178
- Improve battery level by @ChrisDick in #179
- Allow to install multiple apps by @npentrel in #167
- Allow app updating by @npentrel in #171
- turn off when battery is low by @ChrisDick in #186
New Contributors
- @EdwardBetts made their first contribution in #170
- @dependabot made their first contribution in #52
- @TBExtent made their first contribution in #176
Full Changelog: v1.8.0...v1.9.0
Latest release build
Commits
- e79a9e9: Fixes to allow the linting stage to pass (Bob Clough) #161
- 73c0310: Reformat all files to allow precommit to pass (Bob Clough) #161
- 2881c82: Correct spelling mistakes found using codespell (Edward Betts) #170
- 7fba252: try/except block fix for crash (robotmad) #165
- 7e0b071: Bump requests from 2.31.0 to 2.32.2 in /sim (dependabot[bot]) #52
- 6b55137: Increase VBATMIN to 3.5 volts (#176) (Jed Preist) #176
- 3e978ce: egpio in c (#166) (Chris) #166
- 4426fa9: Center Layouts menu items (Naomi Pentrel) #173
- e3a09a0: Fix keyboard capslock bug (#169) (Naomi Pentrel) #169
- 3982416: support self.pin during migration (#180) (Chris) #180
- 3afc2ae: Create egpio.py fake (#182) (Chris) #182
- 4f094be: Better text wrapping (#178) (Matt Emerick-Law) #178
- 17b9261: Improve BatteryLevel (#179) (Chris) #179
- 8e1ba36: Allow to install multiple apps (#167) (Naomi Pentrel) #167
- 24e2422: Allow app updating (#171) (Naomi Pentrel) #171
- 2a196c3: turn off when battery is low (#186) (Chris) #186
v1.9.0-beta.1
Commits
- e79a9e9: Fixes to allow the linting stage to pass (Bob Clough) #161
- 73c0310: Reformat all files to allow precommit to pass (Bob Clough) #161
- 2881c82: Correct spelling mistakes found using codespell (Edward Betts) #170
- 7fba252: try/except block fix for crash (robotmad) #165
- 7e0b071: Bump requests from 2.31.0 to 2.32.2 in /sim (dependabot[bot]) #52
- 6b55137: Increase VBATMIN to 3.5 volts (#176) (Jed Preist) #176
- 3e978ce: egpio in c (#166) (Chris) #166
- 4426fa9: Center Layouts menu items (Naomi Pentrel) #173
- e3a09a0: Fix keyboard capslock bug (#169) (Naomi Pentrel) #169
Latest preview build
Commits
- e79a9e9: Fixes to allow the linting stage to pass (Bob Clough) #161
- 73c0310: Reformat all files to allow precommit to pass (Bob Clough) #161
- 2881c82: Correct spelling mistakes found using codespell (Edward Betts) #170
- 7fba252: try/except block fix for crash (robotmad) #165
- 7e0b071: Bump requests from 2.31.0 to 2.32.2 in /sim (dependabot[bot]) #52
- 6b55137: Increase VBATMIN to 3.5 volts (#176) (Jed Preist) #176
- 3e978ce: egpio in c (#166) (Chris) #166
- 4426fa9: Center Layouts menu items (Naomi Pentrel) #173
- e3a09a0: Fix keyboard capslock bug (#169) (Naomi Pentrel) #169
v1.8.0
Fix marking build version segments when there's a pre-release segment
v1.8.0-rc.1
Commits
- b0fd2cb: Changes to try and inclusively fix eeproms (Nathan Dumont) #82
- 8c078ad: Fix address length when reading (Nathan Dumont) #82
- 2bead4d: Merge branch 'main' into eeprom_stuff (Nathan Dumont) #82
- a02ccf8: Fixed support for 16bit addressed EEPROMs (Nathan Dumont) #82
- baad6b2: Fixed the EEPROM header writing and reading (Nathan Dumont) #82
- 0ece5e3: Only draw the focused and always-on-top apps (Matthew Wilkes) #147
- 9021cf1: Add issue and PR templates (Naomi Pentrel) #148
- 6a15bcf: Create pre-commit.yml (Naomi Pentrel) #149
- 0f8199e: Update and rename README.txt to README.md (Naomi Pentrel) #151
- a1cb687: Update index.html (Naomi Pentrel) #152
- a7dfc25: Update README.md to include status badge (Naomi Pentrel) #154
- d15d1a4: check for .mpy file as well as .py (robotmad) #155
- move framebuffer to SRAM to avoid cache line contention #158 (Øyvind Kolås)
- 9876c54: Merge remote-tracking branch 'origin/eeprom_stuff' into main (Matthew Wilkes)
- d930155: Merge branch 'main' of github.com:emfcamp/badge-2024-software into main (Matthew Wilkes)
- 8347024: Fix hexpansion insertion event text (Matthew Wilkes) #157
- 6059530: build.yml: update action to resolve deprecations (Andy Piper) #131
- b31df33: Add support for a beta channel (Matthew Wilkes) #159
- ffe5dcb: Fix action step name and release description for preview builds (Matthew Wilkes) #159
- d4a7ea7: Add missing } in github action (Matthew Wilkes)
- 63569c2: And remove the other } that shouldn't be there.. (Matthew Wilkes)
- 6c2564a: Improved use of semver (Matthew Wilkes) #160
- 3c4e206: Improve pre-release handling in github yml (Matthew Wilkes) #160
- 1e47239: Move prerelease arg into with (Matthew Wilkes) #160
- c2b76a9: Fix marking build version segments when there's a pre-release segment (Matthew Wilkes) #160
v1.7.0
Commits
- ad72107: Handle 404 errors downloading the index (or json decode errors) (Simon Arlott) #93
- 788904f: Handle differences with Python's tarfile when installing apps (Simon Arlott) #93
- 64675f3: Add step counter to IMU API (Greg Brooks) #101
- 6e1ddc4: Fix bug where setting egpio was hardcoded to chip C (Matt Emerick-Law) #103
- bf55c5a: Add functionality to set eGPIO pin in/out mode (Matt Emerick-Law) #103
- 6c22ab9: Improve bootloader activation instructions (futureshape) #108
- 5f874a1: Fix numbering (futureshape) #108
- 99f587b: Remove 'live' URL that is not resolving, stops app store refreshing from taking 15+ seconds (Matt Emerick-Law) #111
- 5d4c431: Prevent the flashing of 'Unknown error' when index is loaded but main_menu is not created (Matt Emerick-Law) #111
- d7c27eb: Use production graphics for background image (Kliment) #114
- 48b8457: Change default pin value for simulator (Naomi Pentrel) #117
- 9d250a0: Initial improved keyboard (Jake Walker) #113
- 3b2080c: Move button labels method to tokens (Jake Walker) #113
- ae34919: Format code (Jake Walker) #113
- d6544ef: Mask wifi password in settings app (Jake Walker) #115
- e8b7477: Fix hexpansions not being consistently detected on hotplug (Henry Le Grys) #122
- bf5eeef: Fix GPIO expander writes being broken (Henry Le Grys) #122
- 6900e39: Detail how to run directly on a badge using mpremote (Jess) #127
- d593664: Merge branch 'main' into egpio-output-pin-support (Chris) #103
- c08c0c5: manifest.py: add mqtt libraries (Andy Piper) #130
- c8ed2d4: Fix menu width for wide items (Naomi Pentrel) #132
- c774fda: Improve TextDisplay (Naomi Pentrel) #137
- 7169da8: Fix yellow value (Naomi Pentrel) #138
- 046e328: Reload the LED pattern generator on setting change (Jonty Wareing) #139
- 689add8: Handle initial connecting state better in OTA (Matthew Wilkes) #141
- 8d6d6bc: Merge branch 'app-store-fixes' of github.com:nomis/badge-2024-software into nomis-app-store-fixes (Matthew Wilkes) #93
- 2e932fd: Merge branch 'step-counter' of github.com:Gregox273/badge-2024-software into (Matthew Wilkes) #101
- 576b20d: Add stub to step counter for simulator (Matthew Wilkes)
- ef2a66e: Merge branch 'add-mqtt-lib' of github.com:andypiper/badge-2024-software into andypiper-add-mqtt-lib (Matthew Wilkes) #130
- fdc5da3: Change off pattern fps to 1 (Matthew Wilkes) #139
- 2a3961b: Fix LED rendering in simulator (Matthew Wilkes) #139
- 500fa16: Improve contrast on text input by darkening overlay (Matthew Wilkes) #142
- d83cb8f: Update ctx (Øyvind Kolås) #144
v1.6.0
Commits
- c819f9f: Set USB VID/PID (Matthew Wilkes)
- 3994c6b: Add hexpansion detection keychord (Matthew Wilkes)
- 871ddae: Remove hexpansion format prompt and be more tolerant of multiple insertion. Reduce time to 4 seconds (Matthew Wilkes)
- 220fd57: Fix typographical error in "Rebooping" message (Mat Booth) #97
- 7ca1186: Fix the USB VID/PID usage (Matthew Wilkes)
- 8ee0030: Merge branch 'main' of github.com:emfcamp/badge-2024-software into main (Matthew Wilkes)