Skip to content

Releases: sten626/mirror-match

v1.0.5

23 Jan 20:56
Compare
Choose a tag to compare

2023-01-23

Changed

  • Upgrading to Angular 15.
  • Many other dependency updates.

v1.0.4

22 Aug 04:08
Compare
Choose a tag to compare

2020-08-21

Fixed

  • Dependency security updates.

v1.0.3

15 Apr 03:16
Compare
Choose a tag to compare

2020-04-14

Fixed

  • Dependency security updates.

v1.0.2

24 Feb 03:26
Compare
Choose a tag to compare

2020-02-23

Fixed

  • Issues with build configuration.

v1.0.1

18 Jan 16:46
Compare
Choose a tag to compare

2020-01-18

Fixed

  • Dependency security updates.

v1.0.0

20 Nov 03:39
Compare
Choose a tag to compare

2019-11-18

Added

  • Many unit tests.
  • App icon.

Changed

  • Major refactoring of data services and all app components to use NgRx.

v1.0.0-beta.6

05 Aug 15:56
5b9b0d0
Compare
Choose a tag to compare

2019-08-05

Changed

  • Updated dependencies to resolve security vulnerabilities.

v1.0.0-beta.5

05 Aug 16:33
Compare
Choose a tag to compare

2019-05-13

Changed

  • Updated dependencies to resolve security vulnerabilities.

v1.0.0-beta.4

05 Aug 16:34
Compare
Choose a tag to compare

Fixed

  • Bug where the app would sometimes crash when pairing the last round.

v1.0.0-beta.3

05 Aug 16:34
Compare
Choose a tag to compare

Added

  • "New window" icon on the version number link to the change log.
  • Unit tests for the PlayerService.
  • Ability to drop/undrop players at any time during the event from the players page.
  • Ability to add players to the tournament at any time during the tournament.

Changed

  • Updated dependencies.
  • New pairing algorithm; based on a weakly stable pairing algorithm for Stable Roommates Problem with master lists.

Fixed

  • Minor fixes to the PlayerService.
  • Problem with MW% on players who dropped before the first round.
  • Tiebreakers now used for pairing the final round.