Skip to content

Latest commit

 

History

History
290 lines (148 loc) · 14.9 KB

CHANGELOG.md

File metadata and controls

290 lines (148 loc) · 14.9 KB

1.8.0 (2025-01-06)

Bug Fixes

  • home: make entire article clickable (e0d08da)

Features

  • matomo: add tracking pixel when JS is disabled (5b0496a)

1.7.0 (2024-10-06)

Bug Fixes

  • matomo: enable heart beat timer and preconnect (ded613d)
  • article: update frontmatter config and correctly type Article component (b5c57bb)

Features

  • posts: configure style of footnotes (2181a5f)
  • code: update shiki config to support light and dark mode (e39351a)

1.6.4 (2024-09-15)

Bug Fixes

  • release: update execution order or semantic release plugins (91819ab)
  • seo: update robots and canonical headers (fda06cb)

1.6.3 (2024-07-08)

Bug Fixes

  • dates: use <time> tag for displaying dates (9ed27e4)

1.6.2 (2024-07-07)

Bug Fixes

  • color-wheel-demo: split thumb styles for Chrome and Firefox (2b498a6)

1.6.1 (2024-07-07)

Bug Fixes

  • view-transitions: add back fallback behavior (5618517)

1.6.0 (2024-06-20)

Features

  • footer: add link to rss feed (1851f0d)
  • home: add spring animation (710d0e1)
  • view-transitions: animate some elements during page transition (2c61d95)
  • posts: display updated date (07ef082)

1.5.0 (2024-05-04)

Bug Fixes

  • rss: add auto-discovery tag (c208261)

Features

  • figure: add figure component for automatic image optimization (ac5db58)
  • rss: add link to article to rss content (e6e943c)

1.4.3 (2024-04-06)

Bug Fixes

  • posts: make new tab icon visible in dark mode (64aede5)

1.4.2 (2024-04-06)

Bug Fixes

  • footer: load business card logo eagerly (b4fc6da)

1.4.1 (2024-04-06)

Bug Fixes

  • posts: use new tab icon for links (379c2d8)

1.4.0 (2024-04-06)

Features

  • dev: add meta tag debugging toolbar (b47ffa8)
  • reading: add reading time computation (db9f7a2)
  • redirect: add redirects for /posts and /posts/latest (8973b7a)
  • 404: redirect to base on unknown url (e988f73)
  • icons: use astro-icon with heroicons and simpleicons (324a241), closes #12

1.4.0-staging.4 (2024-03-30)

Features

  • 404: redirect to base on unknown url (e988f73)

1.4.0-staging.3 (2024-03-30)

Features

  • redirect: add redirects for /posts and /posts/latest (8973b7a)

1.4.0-staging.2 (2024-03-29)

Features

  • reading: add reading time computation (db9f7a2)

1.4.0-staging.1 (2024-01-23)

Features

  • dev: add meta tag debugging toolbar (b47ffa8)
  • icons: use astro-icon with heroicons and simpleicons (324a241), closes #12

1.3.0 (2024-01-01)

Bug Fixes

  • home: sort articles by publication date (acc0582)

Features

  • open external links in new tab (59e8846)

1.3.0-staging.2 (2023-12-29)

Bug Fixes

  • home: sort articles by publication date (acc0582)

1.3.0-staging.1 (2023-12-16)

Features

  • open external links in new tab (59e8846)

1.2.0 (2023-12-16)

Bug Fixes

  • navigation: update button styles (e86a65b)

Features

  • footer: add business card link (81cedb2)

1.2.0-staging.2 (2023-12-16)

Bug Fixes

  • navigation: update button styles (e86a65b)

1.2.0-staging.1 (2023-12-12)

Features

  • footer: add business card link (81cedb2)

1.1.0 (2023-11-03)

Bug Fixes

  • style: fix theme after view transition (f99c689)
  • navigation: update button color on mobile (bc783ec)
  • style: use neutral instead of gray color (ff49008)

Features

  • style: add view transitions (0b7513c)
  • navigation: migrate from preact to astro component (25609ad)

1.1.0-staging.4 (2023-11-03)

Bug Fixes

  • navigation: update button color on mobile (bc783ec)

1.1.0-staging.3 (2023-11-03)

Bug Fixes

  • style: use neutral instead of gray color (ff49008)

1.1.0-staging.2 (2023-11-02)

Bug Fixes

  • style: fix theme after view transition (f99c689)

Features

  • navigation: migrate from preact to astro component (25609ad)

1.1.0-staging.1 (2023-11-01)

Features

  • style: add view transitions (0b7513c)

1.0.0 (2023-10-31)

Bug Fixes

  • seo: adjust seo for content collections (e19d52d)
  • posts: catch no posts error (e62b3fa)
  • lighthouse: fix multiple lightouse bugs (d72272e)
  • header: hydrate mobile header (7df5887)
  • image: image attributes (8064943)
  • content: use content collections (6530910)

Features

  • style: add dark mode (e783ef2)
  • layout: add header and footer (5dbbea2)
  • list: add list of articles (2972ed5)
  • integrations: add matomo and sitemap integration (f47bea7)
  • og-image: add og image generator draft (d5b94bd)
  • rss: add rss feed integration (816d9c8)
  • seo: add seo tags (42740d7)
  • style: add tailwindcss (f4f5251)
  • og-image: generate og images for posts (85d8506)
  • astro: setup empty astro project (ee9dd7d)

1.0.0-staging.1 (2023-10-31)

Bug Fixes

  • seo: adjust seo for content collections (e19d52d)
  • posts: catch no posts error (e62b3fa)
  • lighthouse: fix multiple lightouse bugs (d72272e)
  • header: hydrate mobile header (7df5887)
  • image: image attributes (8064943)
  • content: use content collections (6530910)

Features

  • style: add dark mode (e783ef2)
  • layout: add header and footer (5dbbea2)
  • list: add list of articles (2972ed5)
  • integrations: add matomo and sitemap integration (f47bea7)
  • og-image: add og image generator draft (d5b94bd)
  • rss: add rss feed integration (816d9c8)
  • seo: add seo tags (42740d7)
  • style: add tailwindcss (f4f5251)
  • og-image: generate og images for posts (85d8506)
  • astro: setup empty astro project (ee9dd7d)