Skip to content

Releases: emsec/ReverSim

v2.1.4: Statistics3 JSON export, Better LevelViewer, Fix IntroDrawing

19 Jan 14:36
a52f864

Choose a tag to compare

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

14 Jan 18:57
310f8b0

Choose a tag to compare

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

15 Dec 18:37
ecbdda8

Choose a tag to compare

Merge pull request #5 from emsec/dev

Comment out hamming distance

v2.1.1

11 Dec 23:26
f8a4a90

Choose a tag to compare

  • 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

03 Dec 01:27
c0a1a93

Choose a tag to compare

What's Changed

  • Define your level order in a more flexible JSON format by @Jannled in #1
  • Feature/json stats exporter by @Jannled in #2
  • Release 2.1.0 by @Jannled in #3

Full Changelog: v2.0.4...v2.1.0

v2.0.4: Add CI/CD to automatically create a Docker Image on push

04 Jun 17:31

Choose a tag to compare

- 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

v2.0.3

24 Apr 17:05

Choose a tag to compare

Add LABELS for container registry