Peter Larsson-Green

Changelog

This changelog follow the SemVer convention.

v1.17.0 2026-01-07

  • Updated from Svelte 4 to Svelte 5.
  • Rewrote code from JavaScript to TypeScript.

v1.16.0 2025-07-18

  • Added speedruns for a year back or so.

v1.15.0 2025-06-19

  • Added a secret page where I can see when the garbage truck comes.

v1.14.0 2024-11-10

  • Added the blogpost "Functional VS Imperative".

v1.13.0 2024-07-24

  • Added the project "Bagawork".
  • Added the blogpost "AI - The Web Saviour!".

v1.12.1 2024-06-07

  • Fixed bug in deploy script where the footer shows v?.?.?.

v1.12.0 2024-06-07

  • Added "open in new window" icon to external links.
  • Improved semantics.
  • Show version number in footer.

v1.11.0 2024-05-06

  • Cache page content when navigating, so pages that has been loaded are shown when navigating/the pages slide across the screen.
  • Fixed a bug with text overflowing while reading a project on a small screen.

v1.10.0 2024-05-01

  • Made it possible to pinch zoom the speedruns table on touch screens.
  • Added the project JSML.
  • Changed order of tags in cards.
  • Fixed minor scroll bug appearing when scrolling and the web browser hides/show the app bar in the browser.
  • Added the blogpost "sleep() VS delay()".

v1.9.0 2024-04-06

  • Big redesign of the website, including page transitions, subpages shown in modals, clicking images to show them in fullscreen, and other minor improvements.
  • Added speedruns for a year back or so.
  • When closing modal, go back instead of pushing new history entry (if the web browser supports it).

v1.8.1 2023-10-25

  • Fixed CSS in production error (import from node_modules).

v1.8.0 2023-10-25

  • Updated npm dependencies to newer versions.
  • Added mdsvex.
  • Added blogposts/blogpost page, and wrote the first blogpost.

v1.7.0 2023-05-07

  • Restructured speedruns data.
  • Added the activateOnSubMatch props to Link.
  • Delete the +page.js files (data now loaded directly in the +page.svelte files instead).
  • Added the game page.
  • Show latest speedrun on start page.

v1.6.0 2023-05-01

  • Added 3 speedruns.
  • Dynamically compute latest version in Footer.
  • On the speedruns page, show time in better format.

v1.5.0 2023-04-15

  • Added 4 speedruns.
  • Made time in speedrun optional (hours set to 999).
  • Removed unused CSS rules.

v1.4.0 2023-02-28

  • Added speedrun.

v1.3.0 2023-02-26

  • Added speedrun.

v1.2.0 2023-02-22

  • Made the changelog page dynamic.
  • Added the speedrun page.
  • Added 2 speedruns.

v1.1.1 2023-02-21

v1.1.0 2023-02-15

v1.0.0 2023-02-12

  • Added start page with latest project.
  • Added projects page (for now only one project; the project for this website).
  • Added project page (view project with specific id).
  • Added about page.
  • Added changelog page.