v0.3-alpha
Pre-release
Pre-release
Instructions
- Download this release
- Run it inside
hyped-2021repo withjava -jar <path to jar file>/mission-control-2021.jar - Go to
localhost:8080
NOTE: Status and Data sections do not work as they are not implemented on the pod side. For the best testing experience, you could checkout tlm-testing branch in hyped-2021, which tries to simulate the actual experience. In addition, the compilation is done without -j flag for now, so for the first time compilation it is better to do it manually, not through GUI.
Changelog
- New overall design and layout
- Maximized the percentage of viewport used
- Graph, Terminal and Status sections are visible together at once
- Reworked the GUI from multi-page to single-page by introducing modal windows
- New Gauge design
- New Status design (only a placeholder for now)
- Simplified Data section
- Added ability to compile
hyped-2021code through the GUI - Increased efficiency of Terminal section by introducing lazy loading
- Various bug fixes