Thonny-ev3dev

Latest version: v1.0.4

Safety actively analyzes 626325 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.0.4

Added
- improved Options menu by adding label "Warning: to use the simulated bluetooth in the simulator make sure you have PyBluez uninstalled!!"
- improved Options menu for windows we only have option "show simulator
fullscreen on second screen" because on windows for none fullscreen mode the
simulator is always opened on the default screen.
- improved Options menu for macos where we only have two options "show simulator
fullscreen" and "show simulator on second screen". Latter option is added because
when dragging window to other screen sometimes messes up the resolution of
the window. By drawing the window already at startup at the second screen
prevents this problem.
- improved Options menu by adding caption which explains the rpyc timeout you can configure under advanced options.

Fixed
- fixed cleanup of files on EV3 by switching to new ev3devcmd library

1.0.3

Removed
- don't build sdist and upload packages anymore, because these wheels are also source packages
and are better because they contain the requirements in metadata of the package,
which thonny can fetch from the pypi server before installing.

1.0.2

Added
- added building of wheels and uploading them to the pypi server

Fixed
- adding the thonny-ev3dev package as a wheel fixed the refusal of thonny
not installing the plugin with the message "Thonny plugin without requirements".
The wheel fix it, because the install_requires from setup.py
is stored in the wheel's xxx.dist-info/METADATA file under the Requires-Dist keys.
The pip installer can then fetch this information from the pypi server under the
info.requires_dist field, and then Thonny gets its wanted requirements.

1.0.0

- first official release of thonny-ev3dev for thonny3 which is ready for production

Added
- support for thonny3
- added new version of simulator which supports two types of playfields (large/small)
- added extra configuration options for the EV3 simulator in the "options"->"EV3" tab
- added mirror command menu
- added ev3dev2 api button and menu
- added ev3dev2 doc menu
- added version file
- added about menu to show info about plugin

Changed
- moved to new project website https://github.com/ev3dev-python-tools/thonny-ev3dev
from the previous website https://github.com/harcokuppens/thonny-ev3dev/
- for older tags lower then 1.0.0 look at the old website at https://github.com/harcokuppens/thonny-ev3dev/
- during the move python libraries ev3devlogging, ev3devcmd and ev3devrpy where split up
into separate projects at the same https://github.com/ev3dev-python-tools/ organisation website.

Fixed
- improved connection with ev3devcmd library: delays after command to make dialog readable
before automatic closing are now set in thonny-ev3dev plugin, and not ad-hoc
in the ev3devcmd library anymore

0.39

- moved from thonny2 to thonny3
- use an improved ev3devcmd (v0.39) library which supports new commands like mirror and cleanup

0.38.1

- added exclusion of mirroring __pycache__ folders

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.