Skip to content

Latest commit

 

History

History
92 lines (67 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

92 lines (67 loc) · 3.4 KB

Changelog

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

The format is based on Keep a Changelog, and this project attempts to adhere to Semantic Versioning.

alpha — untagged

Changed

  • (ops) updated dependencies
  • (ops) tweaked test task names (now test is normal Cypress; test:serve will start server and then run Cypress) and changed the port for running on CI

1.1.1 — 2024-02-03

Added

  • (test) test for /yyyy-mm-dd redirect

Changed

  • (feature) set target attribute on concert links (to work better with /now iframe)
  • (feature) link "King Gizzard History" in the title to the kglw.today landing page
  • (style) adjust background color
  • (ops) updated various dependencies

1.1.0 — 2024-01-05

Added

1.0.2 — 2024-01-04

Added

  • Changelog!
  • (data) additions: birthdays; notes for Bootlegger releases
  • (data) new source: show-notes.json
  • (feature) optional Notes on individual concerts

Changed

1.0.1 - 2023-10-22

Added

  • (data) files are JSON stored in the repo; NPM task to update data for recent concerts
    • possible (but not exactly straightforward) for non-coders to fix & create PR using GitHub's UX
  • (feature) home page linking to the "current day" (based on the user's browser)
  • (feature) integration w/ GoatCounter
  • (feature) redirect route pattern /yyyy-mm-dd to appropriate Setlist page on Songfish
  • (feature) route: "Month-Day" pages for every day in the Julian calendar (e.g. /jul-16)
  • (ops) dependency updates via GitHub
  • (ops) push to main deploys to production using GitHub Actions
  • (ops) rudimentary automation for updating concert data (using hook on build task)
  • (ops) set up Cypress testing framework & integrate w/ GitHub
  • (ops) update dependencies (gatsby etc; sass; markdown-it; debugging stuff)
  • (style) design: '80s digital, green and pixelated

Changed

  • (ops) bump NodeJS to v20.x
  • (ops) remove boilerplate

prerelease "1.0.0" - 2023-04-23

Initial setup with Gatsby boilerplate.

Added