Releases: jfrux/workbench
Releases · jfrux/workbench
v0.1.5 - Release
This release is minor...
- Updates services yaml list.
- Adds new command to aid in flashing firmware to Comma Pedal over CAN.
See this guide for reference:
https://medium.com/@jfrux/comma-pedal-updating-the-firmware-over-can-fa438a3cf910
v0.1.4 - Release
v0.2.0-alpha2
- Adds Very Rough Drive Playback.
- Playback of Picture in Picture (PIP) of Driver Camera and Road Camera
- Currently issues arise and there aren't any controls so don't expect it to be that useful yet.
- Adds support for ZMQ playback of openpilot-community/workbench-toolbelt
replay
's.
v0.2.0-alpha1
- Fixes bugs with running commands from v0.1.3
- New IDE with basic open file, save file (cmd+s), close file, etc.
- New console area
- Live events from zmq
- Params from NEOS settings
- Comma Profile
- and Drive data from Comma
v0.1.3 - Release Fixalooza
- WebSocket server is no more. Now your terminal emulator is connecting directly to pty processes via IPC. This means, no more ports, no more servers, much cleaner.
- NEW Command for Closing Android Settings
- Bug fixes for Mac causing the backend services to not start properly.
- UI improvements for Windows
- UI improvements for Mac
- Temporarily increasing amount of log output in DevTools to try to flush out some of those other pesky bugs.
Will remove the logging (which will improve performance) once we get the bugs figured out with particular users.
v0.1.2 - Release
This update includes:
- Fixed a bug preventing users from adding IPs of EONs manually.
- Fixed major bug with first opening the application and the settings file being missing. No longer should say "No such file or directory." Now there is such file and directory!
- Fixed a bug where the port of our backend services conflicted with another port on users system.
- Fixed a bug where the user could not use Reboot command on the EON screen.
- UI updates to Console / Live Data feeds on EON screen.
- Various performance improvements.
v0.1.1
v0.1.0
Woohoo!
We finally got to a real release.
Although we're definitely not 100% bug free, it's a solid release and I'm getting very happy with the utility of the app.
New Features
- New preferences file. For instance, on Mac, just go to Workbench > Preferences to edit.
- You can set a custom SSH key path if you don't like the one we use... (ahem @energee)
- New UI with improved Windows experience.
- Take a screenshot of your EON with 1 or maybe 2 clicks... it saves it to your desktop.
Bug fixes
- Fixes issues with some ZMQ messages.
- Adds copy / paste context menus and short cuts back.
- Fixes menus not showing up.
v0.0.34 - Alpha Release
Features
Decided to focus this release on console command automation.
🚗Now you get automated command generation / execution.
🎉5 new console commands ready to test:
✅Install Openpilot
✅Backup Openpilot
✅Get Fingerprint
✅Launch Android Settings (Access settings on EON that aren't normally available.)
✅Reboot EON
💪More commands to come in next releases...
This just made the majority of my guides... obsolete... 😬
v0.0.33 - Alpha Release
Features
- Ability to expand / collapse ZMQ data sent over from EON.
- You can now pause/play the data feed so you can collapse / expand the data as it stands.
- Data is now being captured and stored for future navigating of the data.
- Set the depth of the data as its streaming you want to see... no more jumping data!
Coming in v0.0.34
- Ability to navigate through the data records that you've captured.
- Possibly able to play back the recording in real-time... (may get pushed to 0.0.35)
- Possibly able to record samples and persist the data to your computer for possible replay. (may get pushed to 0.0.35)