Skip to content

Releases: AmirHmZz/mpbridge

MPBridge 1.6.1

24 Jan 08:16

Choose a tag to compare

Major changes

  • Fix compatibility issue with python 3.10 and earlier versions (reported in #30).

MPBridge 1.6.0

15 Jan 17:29

Choose a tag to compare

Major changes

  • Add --mpy-cross-path option to dev mode (Described in #19)
  • Drop support for Python 3.8

MPBridge 1.5.2

25 Oct 20:35

Choose a tag to compare

Major changes

  • Implement --use-hashtable flag in dev and sync commands
  • Reformat codebase with Black
  • Follow symlinks while searching for mpbridge.ignore files

MPBridge 1.5.1

27 Jun 07:43

Choose a tag to compare

Major changes

  • Increase sync performance using hashtable
  • Garbage collect after hashing each file

MPBridge 1.4.1

21 May 16:31

Choose a tag to compare

Major changes

  • Add support for mpremote v1.22.0
  • Drop support for cpython 3.7

MPBridge 1.4.0

29 Oct 13:13

Choose a tag to compare

Major changes

  • Migrate mpremote to version 1.21.0
  • Migrate to the new Transport API of mpremote

MPBridge 1.3.6

29 Oct 09:16

Choose a tag to compare

Major changes

  • Limit mpremote version to 1.20 in order to fix incompatibility issues.

MPBridge 1.3.5

14 Jun 13:24

Choose a tag to compare

Major changes

  • Support for newer mpremote versions (#29)

MPBridge 1.3.4

24 Mar 09:10

Choose a tag to compare

Major changes

  • Added --dry-run flag to sync command (#26)
  • Added --push-only flag to sync command (#27)

MPBridge 1.3.3

16 Feb 13:15

Choose a tag to compare

Major changes

  • Use current working path as default path in dev and sync commands (#20) done by @Wind-stormger
  • Added some --help description text, and revised some hint text and flowcharts (#21) done by @Wind-stormger