v0.4.2

Added

  • Comprehensive favicon configuration with multiple sizes for better browser compatibility:
    • Standard favicons: 16×16, 32×32, 96×96, and any-size ICO fallback
    • Apple touch icons: 180×180 (standard + precomposed variants)
    • Shortcut icon fallback for legacy browser support

Fixed

  • Browser history/bookmark letter overlay fallback by providing explicit favicon sizes

Changed

  • Updated app/layout.tsx metadata.icons to reference all favicon variants in /public/favicons/

v0.4.1

Added / Improved

  • New articles:
    • Life before I tried Raycast
    • Things you should consider
  • Render MDX images inline to prevent hydration errors
  • Image support in MDX files
  • Copy button on code blocks
  • Custom quote styling for MDX posts
  • Custom SVG icon on all MDX links
  • Code block theme styled like a coding editor (syntax highlight snippets)
  • Terminal component
    • When help is clicked, available commands appear
  • Fancy navbar + logo updates
  • Responsive Hero component with background image and overlay text
  • Layout + spacing refinements:
    • Adjusted spacing between Hero, main content, and Footer
    • Reduced spacing on mobile for blog posts
    • Made blog posts list tighter and easier to read
    • Updated Footer links with inline SVG icon
    • Updated layout.tsx for proper min-height and flex behavior
    • Minor styling improvements (margins, paddings, font sizes)

v0.3.0

Changed

  • Mobile-first improvements
  • UI bug fixes
  • Major UI changes

Added

  • Footer updates
  • Minor features

v0.2.0

Added

  • First blog post: elina-under-different-skies

Fixed

  • UI / styling bugs

v0.1.0

  • Init