Skip to content

Releases: BossHobby/Configurator

v0.9.0

16 Jul 08:59
Compare
Choose a tag to compare
  • update all dependencies to their latest version
  • use browser native stream interface for serial communication
  • reduce min elrsBindPhraseInput length
  • prepare for new osd elements

v0.8.0

14 Apr 12:16
Compare
Choose a tag to compare
  • flash: display commit for branches
  • improve serial connection performance
  • add prop direction preview
  • make esc settings order match pin assignments (thanks @kikoqiu)
  • add warning about unsupported browsers
  • rework receiver protocol selection

v0.7.3

06 Sep 21:42
Compare
Choose a tag to compare
  • do not select release candidates for flashing by default
  • stick rates: fix bf super rate calculation
  • remove log tab, add icon to download log file instead
  • add support for 4mb flash at32 chip variants (at32f435m)
  • catch false-positive error at flash exit

v0.7.2

26 Aug 12:30
Compare
Choose a tag to compare
  • more robust hex lookup
  • improve navbar for mobile use (thanks @kikoqiu)
  • fix bug in serial library for mobile devices (thanks @kikoqiu)
  • stickrates: add input limits
  • blackbox: mark setpoint as rad/s
  • fix bug in aliased runtime target handling

the last point is breaking for versions 0.10.0 and later, so please make sure the configurator says 0.7.2 before you proceed.
older firmware versions are not affected.

v0.7.1

16 Jul 14:56
Compare
Choose a tag to compare
  • lock inputs while flashing
  • ensure connect timeout is reset
  • motor test: integrate with firmware changes to come to a full stop
  • improve tda labels
  • add profile migration for upcoming firmware changes
  • flash: display current target after reset (needs firmware update)
  • add option to save/load stick rates independently

v0.7.0

26 Jun 19:00
Compare
Choose a tag to compare
  • make logged blackbox fields configurable (thanks @sakitume)
  • ensure btfl file compatibility with PIDToolbox
  • add support for flashing development hexes directly from the configurator
  • add support for runtime targets
  • add support for at32 device ids
  • use service-worker to cache requests to github

v0.6.5

06 Apr 10:27
Compare
Choose a tag to compare
  • update to vite 3
  • switch from nw.js to electron

v0.6.4

19 Mar 15:14
Compare
Choose a tag to compare
  • completely rework template system & allow of configuration of options
  • allow drag & drop configuration for osd elements, thanks @damian-kolakowski
  • rework osd preview render, now uses actual osd font
  • allow configuration of power level labels

v0.6.3

19 Mar 15:13
Compare
Choose a tag to compare

this version was never released as standalone, here for reference.

v0.6.2

12 Sep 22:12
Compare
Choose a tag to compare
  • disable gyro name instead of id
  • fix import of outdated templates
  • update tooltips
  • add msp vtx support (fw support pending)
  • align motors in ESCSettings with configured pins
  • switch to gh workflows instead of my self-hosted ci