Skip to content

Releases: MelbourneHighSchoolRobotics/ev3sim

v2.2.3

10 Feb 07:28
034b6eb
Compare
Choose a tag to compare

Fixes an issue with the bot editor

v2.2.2 - Auto-updating and minor fix.

16 Jul 04:40
208de3a
Compare
Choose a tag to compare

EV3Sim should now prompt you to update automatically, hopefully saving some time having to check for new installers.
Also fixes an issue I introduced recently with custom tasks not loading.

Minor fix for custom tasks

24 Jun 05:22
c850eb8
Compare
Choose a tag to compare

This doesn't come with ev3dev2. Will fix the installers tonight.

v2.2.0 - Exposing Python and Extending VSCode functionality!

16 Jun 05:19
8424c7a
Compare
Choose a tag to compare

Big changes today:

  • Workspaces are no longer required for EV3Sim to function.
  • Bugs are more likely to be correctly recorded in error_log.txt in ev3sim's install location.
  • The windows installation now comes with an exposed version of Python that VSCode can recognise. This allows you to execute python programs outside of ev3sim, as well as install packages, and use this installation for linting purposes.
  • Support for reflected_light_intensity and color prediction on colour sensors.
  • Minor Bug Fixes.

v2.1.9 - Mindstorms Support!

01 Jun 02:47
3340b72
Compare
Choose a tag to compare

This release adds mindstorms support! Big thanks to @angustrau and @Dalordish for their work on mindpile. Initial support is minor, some larger changes on the way :)

Also a few minor fixes such as downloading custom tasks over the school network.

v2.1.8 - Critical bug fix

17 May 10:21
50b1ef4
Compare
Choose a tag to compare

Fixes a bug which would cause ev3sim to crash instantly if no workspace folder existed.

v2.1.7 - Bug fixes, Privacy Policy, Debugging Support

12 May 08:20
e3bd74a
Compare
Choose a tag to compare

For those installing via pip, you can now debug your programs using VSCode! Simply run ev3sim with the --debug option, and you can start debugging (After opening your workspace, and selecting the "Python: Attach to EV3Sim" launch action)!

Some major bug fixes, which hopefully accounts for many of the problems that have popped up recently.
Added a privacy policy, and the option to opt-out of sending bug reports to us.

v2.1.6 - Custom preset downloading

16 Apr 00:22
da39e6d
Compare
Choose a tag to compare

The installation process for custom presets (tasks) has been greatly simplified for windows users of ev3sim.
Replacing a downloadable zip link https:// header ev3simc:// will cause ev3sim to download and install the zip file as a custom task. (A warning message is shown as this download occurs, since this can be used nefariously).

v2.1.5 - Minor fix

18 Mar 23:55
f853fbb
Compare
Choose a tag to compare

Fixes a critical bug in the previous version which would error out on any bot attempting to run python code.

v2.1.4 - Input support

18 Mar 02:21
7ce86d1
Compare
Choose a tag to compare

This update adds support for the input statement in python, and also allows IInteractors to subscribe and post input.
Any ev3dev2 functionality that isn't supported by ev3dev2 is now mocked out in simulation to avoid errors.