Releases: emsec/ReverSim
Releases · emsec/ReverSim
v2.1.4: Statistics3 JSON export, Better LevelViewer, Fix IntroDrawing
Game
- Fix error when switching tools in IntroDrawing
Statistics3
- JSON export
- Global Start Time and Time Limit
Level Viewer
- showClue: Overlay the actual gate type for covert/camouflaged gates
- showSwitchID: Overlay the ID to correlate each switch to the log event
- showWireLen: Overlay the length of each wire in grid units
- addMargin: Shrink the level slightly as done for all levels in the main game
- darkMode: Dark background instead of the print-friendly white background
- hidePower: Don't show the internal logic state of wires and output elements (light bulb/danger sign)
v2.1.3: Bugfixes and statistics3
Fix:
- [object Object] in crash reporter
- Pseuodnyms starting with 0 are discarded in crash reporter
- screenshots are taken too early before switch click is correctly rendered
- timeout not cleared for IntroduceElements and IntroduceDrawingTools
- skip button could be double clicked since clearing the tweens would cause the
setInteractive()to be called early
Changes:
- new statistics parser (statistics3)
- refactor gameConfig to be a class instead of a module
v2.1.2: Comment out hamming distance
Merge pull request #5 from emsec/dev Comment out hamming distance
v2.1.1
- Begin to adjust stats reader to new JSON Level List
- Fix CI/CD Pipeline not pulling our level repository (missing submodule init), update build steps
- Adjust feedback dialogue to better communicate the maximum score
- Add Bearer authentication to /metrics endpoint
- Update the Grafana examples to show an instance selector and display the client error metrics
v2.1.0: JSON Level Lists
v2.0.4: Add CI/CD to automatically create a Docker Image on push
- Every commit to `main`/`dev` will create an image tag - Every git tag will create an image tag - The latest tag is automatically handled by the meta step and will be set to the latest git tag