Skip to content

Releases: goulvenclech/goulven-clech.dev

v1.3.2: new "published/draft" system 📣

29 Feb 07:44
Compare
Choose a tag to compare

Adds a new publishing system, which is based on the website's semver but still supports hidden entries. Also some visual polishes et fixes.

New features

  • df3e375 added a new "publishing" system (and drop "draft/hidden"). Fixed by f036329 .
  • 0c69db6 light & dark themes for expressive-code blocks.

Update 1.3.1:

  • fceefa7 added the mono font Iosevka & small caps support for Source Serif. (Fixed by 0d47383 )

Update 1.3.2:

  • be2f9da added small camps style for abbr & strong. Also now use "Iosevka" for expressive-code blocks.

Fixes

Update 1.3.1:

  • 8e9ce0a added a fallback for missing list style on safari

Update 1.3.2:

  • 0d47383 added Woff2 files for Source Serif (allowing small caps & other variants).
  • 3b78d34 fixed markdown list on mobiles.

Dependencies

  • Astro ^4.1.2 updated to ^4.4.9
  • Semver ^7.6.0 added
  • @tailwindcss/typography ^0.5.10 dropped
  • @fontsource/* dropped

Full Changelog: v1.2.1...v1.3.2

v1.2.1: Table of Contents 📖

04 Jan 23:27
Compare
Choose a tag to compare

Now, entries can have a Table of Contents (instead of the image cover). This release also brings a new font and a lot of code cleanup!

New features

  • 1fb3d08 added an optional Table of Contents on blog entries.
  • eb5098e replaced Work Sans font with Source Serif (also clean Tailwind CSS code).
  • c9d5f82 added an Asterism component.
  • c9bb41c updated the changelog.
  • a4b0a40 styled better links' underline.
  • 2b4b300 allowed to hidden entries.

Update 1.2.1:

Fixes

  • a1ede94 fixed some components imports.
  • 4c11b7a dropped Hero and Section components.
  • b7a47f2 dropped Link components and added icons on <a> links.

Dependencies

  • Astro ^4.0.8 => ^4.1.0

Full Changelog: v1.1.2...v1.2.1

v1.1.2 : public changelog 📜

26 Dec 11:41
Compare
Choose a tag to compare

Refactor the About page with the legal notice and add a section with the latest changes.

New features

  • af94e05 added changelog entries and section.
  • 153f706 added examples on changelog entries.
  • f0fd098 allowed to have multiple dark mode buttons in one page.

Fixes

  • 4e1d3b5 dropped obsolete favicon asset.
  • ce922d2 dropped obsolete tool versions config.

Update 1.1.1:

  • f9fa54a fixed changelog's footer spacing.

Update 1.1.2:

  • efb8fcf fixed light background color & some colors names (still not satisfied tho)
  • 530ce4d hidden "scroll to top" button on small pages

Dependencies

  • Minor updates.

Full Changelog: v1.0.4...v1.1.2

v1.0.4 : going public 👀

09 Dec 13:22
Compare
Choose a tag to compare

The blog is officially public, with all major features working.

New features

  • d23e4e0 added smiley favicons.
  • a6c933b added "Return to top" & "Home" buttons.
  • 05ff57a added the "Source" button on <FigImage />
  • 80accef added astro-expressive-code to better display code blocks.
  • ef959b2 added cache on API fetches

Update 1.0.1:

Update 1.0.3:

  • 7d8fa30 added the RSS feed
  • 7d8fa30 added the "Source" button on Entries' covers.

Update 1.0.4:

  • 37131ac added "system" mode for dark mode

Fixes

Update 1.0.2:

  • 58aec04 fixed Footer margin on mobile
  • 3715abc fixed a function in MapsBlock

Update 1.0.4:

Dependencies

  • Astro ^2.7.2 => ^4.0.6
  • TypeScript ^5.3.3 added
  • Sharp ^0.31.3 => ^0.33.0
  • Shiki removed
  • Prettier removed
  • And other minor dependencies changes

Full Changelog: v0.0.5...v1.0.4

v0.5.0 : a turning point towards a simpler life

30 Jun 12:16
Compare
Choose a tag to compare

Trust me.

New features

  • de856e9 : drop the "all tags" and "all articles" pages
  • 42e26b9 : drop the search page && add the search component in the homepage && drop the layout's header

Fix

  • 0d9a61c : use default slug for blog entries && fix blog entries filtering by publication date

Dependencies

  • NodeJS 18.14.1 -> 20.3.1
  • NPM dropped -> PNPM
  • Astro minor updates

v0.4.0 : custom search & MDX blocks & images' placeholder

14 Apr 17:14
Compare
Choose a tag to compare

New features

  • Blocks: new components to use in MDX (for books, amazon products, Youtube videos & GMaps places)
  • Search: now fully working! Search articles by keywords in the title, tags and abstract
  • Images: now using Sharp, and display placeholder while loading

Fixes

  • Dark mode: fix flicker on page load
  • Fonts: Cascadia was replaced by Iosevka, a more readable and complete font
  • and minor changes in design and spacing

Dependencies

  • add @vercel/analytics -> 0.1.11
  • remove @fontsource/cascadia-code: replaced by Iosevka (self-hosted)
  • add sharp -> 0.31.3
  • and a few minor updates (Astro, TailwindCSS, etc)

DevOps

  • CDN: switch from Netlify to Vercel

Full Changelog

See -> v0.0.3...v0.0.4

v0.3.0 : Astro 2.1 & tags

16 Mar 10:31
Compare
Choose a tag to compare

New features

  • Tags: a new page displaying all articles' tags.
  • Tags: new component TagInline to display a specific tag in text.

Dependencies

  • Astro ^0.0.0-experimental-assets -> 2.1.3: leaving the bleeding edge and enjoying the built-in Image Support! (Read about Astro 2.1)