Skip to content

Releases: emfcamp/badge-2024-software

v1.9.0-beta.1

26 Jun 17:32
e3a09a0
Compare
Choose a tag to compare
v1.9.0-beta.1 Pre-release
Pre-release

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

26 Jun 17:32
e3a09a0
Compare
Choose a tag to compare
Latest preview build Pre-release
Pre-release

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

20 Jun 11:11
Compare
Choose a tag to compare
Fix marking build version segments when there's a pre-release segment

v1.8.0-rc.1

19 Jun 15:59
Compare
Choose a tag to compare
v1.8.0-rc.1 Pre-release
Pre-release

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

Latest release build

20 Jun 11:11
Compare
Choose a tag to compare

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

16 Jun 20:03
05aeda4
Compare
Choose a tag to compare

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

02 Jun 12:53
8ee0030
Compare
Choose a tag to compare
v1.6.0 Pre-release
Pre-release

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)

v1.5.3

02 Jun 10:01
Compare
Choose a tag to compare
v1.5.3 Pre-release
Pre-release

Commits

  • a3ec6e0: Update manifest.py to add simple_tildagon (Andrew Mulholland) #96

v1.5.2

02 Jun 09:21
Compare
Choose a tag to compare
v1.5.2 Pre-release
Pre-release

Commits

  • 7143b2b: Add initial simple_tildagon module (Andrew Mulholland) #94
  • dbfce9a: Fix tilt directions (Andrew Mulholland) #94
  • 180eb36: Fix LED ID checks (Andrew Mulholland) #94
  • 15bf0a8: Undo LED offset as not needed (Andrew Mulholland) #94

v1.5.0

01 Jun 22:00
Compare
Choose a tag to compare
v1.5.0 Pre-release
Pre-release

Commits

  • 33549ff: pattern generator: add secret config option to set pattern generator off by default (Bob Clough)
  • 86547c6: Update README.md docker instructions (Sven) #92