Skip to content

Releases: PRIArobotics/hedgehog-ide

v1.5.3

03 Oct 22:32
Compare
Choose a tag to compare
bump to 1.5.3

v1.5.2

03 Oct 09:30
Compare
Choose a tag to compare
bump to 1.5.2

v1.5.1

26 Sep 20:11
Compare
Choose a tag to compare
bump to 1.5.1

1.5.0rc2

13 Aug 11:26
Compare
Choose a tag to compare
1.5.0rc2 Pre-release
Pre-release

Fix display of nav bars in chrome; fix servo resource to properly call the hedgehog client; increase sensor graph interval to not overload the Hedgehog.

1.5.0rc1

12 Aug 11:17
Compare
Choose a tag to compare
1.5.0rc1 Pre-release
Pre-release

This release fixes some minor UI issues such as scrolling behavior, ensures Node 7 compatibility to work around problems with Node 8 (later Node versions are not yet tested extensively), and adds support for version and emergency stop messages; this release still hides E-Stop UI until all concerned layers are completed. Also, servo position ranges have been adjusted to match what is specified in the protocol.

1.4.0rc1

07 Jul 08:32
Compare
Choose a tag to compare
1.4.0rc1 Pre-release
Pre-release

This release adds rudimentary internationalization including a Chinese translation, and update code generated from Blockly programs to the (Python) hedgehog-client library version 0.9.0rc5. Blockly now synchronizes both motors in driving commands, and supports encoder motors and Lego robotics components.

  • update Angular, typescript declarations
  • use GSL to generate Blockly stubs
  • coverage measurement with NYC

There were a lot of changes since v1.3.0, so use with caution.

1.3.0

21 Feb 13:45
Compare
Choose a tag to compare

πŸ“¦ Fixed Issues

  • πŸ”§ Editor with multiple open files sometimes shows the wrong file's contents (#42)
  • πŸ”§ Paragraph breaks in console outputs (#40)
  • πŸ”§ Disable run/stop button with command is pending (#39)
  • πŸ”§ Make create program button toggle on click (#39)
  • πŸ”§ Too much output on the console brings IDE to a crawl (#29)

1.2.1

06 Nov 12:07
Compare
Choose a tag to compare

πŸ”§ This fixes a client bug which caused users to be unable to login if authentication was activated.

1.2.0

24 Oct 21:14
Compare
Choose a tag to compare

πŸ“¦ Highlights

  • ✨ Authentication support (using linux system users)
  • ✨ iRobot Create support within the visual blockly environment
  • πŸ”§ Minor improvements and bug fixes

1.1.1

07 Jul 22:16
Compare
Choose a tag to compare

This version of the Hedgehog IDE uses a new protocol version (compatible with hedgehog-server 0.4.0 and up) and adds project templates, a generalization of the hard-coded Python "Hello World" template that was used for any new project in previous versions.