Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 4.58 KB

CHANGELOG.md

File metadata and controls

66 lines (37 loc) · 4.58 KB

Changelog

2.5.0 (2024-05-12)

Features

  • implement direct-mapped cache, cache config modal (#158) (15af20a)
  • parser: make line count header optional (#143) (8e072fa)

Bug Fixes

  • accept CRLF newlines (#151) (aafda4e)
  • add VITE_CONFIG_BASE env var to set BASE in vite.config.ts (#138) (b4e1a47)
  • correct operand boundary checking (#166) (99faee3)
  • deps: update dependency i18next-browser-languagedetector to v8 (#167) (3b4dab1)
  • interface: show load code errors (#145) (b9010f8)
  • VLIW: implement missing ALU instructions (#165) (96b13c0)

2.4.0 (2024-03-31)

Bug Fixes

  • deps: update dependency i18next to v23 (#98) (f94b63f)
  • deps: update dependency react-i18next to v14 (#99) (d39d6b2)
  • deps: update dependency react-redux to v9 (#100) (9b79504)
  • deps: update dependency redux to v5 (#101) (9fa8976)
  • prefix i18next loading path with base URL (1787d43)
  • repair SuperscalarConfigModal layout (#130) (050b27c)
  • review i18n labels (#126) (18c0ec3)
  • set correct base for GitHub Pages in vite config (0595469)
  • superscalar: reset current commited instructions on every cycle (#95) (da80167)

Miscellaneous Chores

  • prepare release version 2.4.0 (2aa5e57)

2.3.0 (2024-03-13)

Miscellaneous Chores

2.2.0 (2023-05-22)

Features

  • vliw: add memory download action and fix related issues #45 (defda69)

Bug Fixes

  • webpack: resolve production build issues (bb050e4)
  • webpack: set PUBLIC_URL env for production builds (7f7ff2b)

2.1.0 (2023-04-15)

Features