Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 20:03
· 48 commits to main since this release
05aeda4

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