Skip to content

Releases: amclin/advent-of-code

v1.23.0

14 Dec 03:11
ac5fe27
Compare
Choose a tag to compare

1.23.0 (2021-12-14)

Features

  • 2021-day-03: calculate engine's power consumption for part 1 (b5743d0)
  • 2021-day-03: calculate oxygen/carbon dioxide values for life support (e7aa119)

v1.22.0

14 Dec 01:55
2726f09
Compare
Choose a tag to compare

1.22.0 (2021-12-14)

Features

  • 2021-day-02: move the submarine using aiming (43985c8)
  • 2021-day-02: navigate a sub following a set of directions (033ccb1)

v1.21.0

14 Dec 00:50
5662da2
Compare
Choose a tag to compare

1.21.0 (2021-12-14)

Bug Fixes

  • include plop using npx so it doesn't need global install (cc8239e)

Features

  • 2021-day-01: count how often sonar depth increases (bdb7944)
  • 2021-day-01: use a sampled depth measurement for depth calculations (4f34c30), closes #2

v1.20.3

30 Jun 17:07
93b20d9
Compare
Choose a tag to compare

1.20.3 (2021-06-30)

Bug Fixes

  • ci: use github PATs for automated commits (894b72a)

v1.20.2

30 Jun 16:46
Compare
Choose a tag to compare

1.20.2 (2021-06-30)

Bug Fixes

  • ci: allow automated commits for badges (b622b61)

v1.20.1

30 Jun 16:28
6a49098
Compare
Choose a tag to compare

1.20.1 (2021-06-30)

Bug Fixes

  • ci: correct syntax in progress badge update script (ff6417a)

v1.20.0

30 Jun 16:20
0341ac5
Compare
Choose a tag to compare

1.20.0 (2021-06-30)

Features

  • docs: show current progress status, autoupdated (84c071e)

v1.19.0

16 Mar 20:39
9f89cd5
Compare
Choose a tag to compare

1.19.0 (2021-03-16)

Features

  • 2020-day-13: find first timestamp with sequential bus routes (93c6790)
  • 2020-day-13: find the next bus to the airport (5dd4d89)
  • 2020-day-13: solution to part 1 (f0b6a9e)

Performance Improvements

  • 2020-day-13: speed up search by exiting out of times as soon as there is a mismatch (725e880)

v1.18.0

28 Dec 00:59
Compare
Choose a tag to compare

1.18.0 (2020-12-28)

Features

  • 2020-day-12: solution part 2 (961581e)

v1.17.0

28 Dec 00:58
d2b2d94
Compare
Choose a tag to compare

1.17.0 (2020-12-28)

Bug Fixes

  • 2020-day-12: ferry could fail when rotated more than 360 degrees (7c39bf2)

Features

  • 2020-day-12: give the ferry directions (8a0b041)
  • 2020-day-12: move the boat to solve part 1 (95a97be)
  • 2020-day-12: navigate by waypoints (a7c4a5e)