Skip to content

Latest commit

 

History

History
78 lines (46 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

78 lines (46 loc) · 2.37 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog. This project does not adhere to Semantic Versioning, as it is an end-user game, not a library. Here:

  • The major is for huge changes, e.g. major rewrites (e.g. 1.x would is Quantum Game with Photons (2014-2016)).
  • The minor is for major releases (kind of more subjective).
  • Each match version is any release on quantumgame.io that might have some backward-incompatible changes.

[2.2.14] - 2020-10-06

Added

  • Smooth movement for photons
  • An interactive demostration on the frontpage

Changed

  • Major board refactoring (internals, frontend)
  • Homepage changes to a landing page

[2.2.13] - 2020-09-07

Added

  • Features for localization
  • Settings: sound and speed

Fixed

  • Never-ending confetti error
  • Types error in Vuex and other pieces of code

Performance

[2.2.12] - 2020-05-19

Added

  • Levels that include polarizers. Overall there are 36 levels.
  • Added olive oil reference to the Faraday rotator encyclopedia entry.

Style

Fixes

  • Icons for linked articles in the encyclopedia are again visible (see PR #214 for a screenshot).
  • Fixed the encyclopedia menu page.

[2.2.11] - 2020-05-08

Added

  • Changelog (later we start back-filling).
  • Polarization elements working in all directions: a linear polarizer, a quarter-wave plate, a half-wave plate.

Style

Fixes

  • Minor console bug fixes.
  • Package update so that it works with Node 14.
  • Now sandbox level does not fire "win" screen.

[2.2.10] - 2020-04-28

To be backfilled.