Skip to content

Latest commit

 

History

History
184 lines (95 loc) · 10.2 KB

File metadata and controls

184 lines (95 loc) · 10.2 KB

Changelog

2.8.1 (2025-12-12)

Bug Fixes

  • update next dependency from version 15.0.5 to 15.0.7 (3f5f891)

2.8.0 (2025-12-02)

Features

  • add generateStaticParams function to retrieve blog directories (ffa68e6)
  • add rybbit analytics script to layout (30a7a1d)
  • add selfie image to header (858dfda)
  • add SubWatch project to the projects list (8398e4c)
  • analytics: add custom events (5d590bf)
  • component/discord-status: add hide prop and integrate into blog layout (69336b8)
  • implement environment variable validation using zod (5d6b589)
  • remove Spotify integration and related components (3ebfabd)
  • replace Bricolage Grotesque font with Faustina and add Avatar component (d662350)
  • update me image (fe05ed1)
  • update resume pdf file (6f1e5b5)

Bug Fixes

  • add 'use client' directive to Projects and Works components (e42de3a)
  • discord-status: correct last seen timestamp conversion to milliseconds (adacc58)
  • move development analytics script to a separate Script component (4b3a20f)
  • update job titles in Page and Works components (8284970)
  • update link and icon colors for better visibility (e75bfcb)

2.7.0 (2025-02-12)

Features

  • blog: add blog post "Unlocking the Potential of iOS Notifications with Bark.js" (dc2c041)
  • config: add imgur.com to remote patterns (5028f35)
  • discord: enhance user status display with last seen time and update types (85e4e62)
  • discord: integrate Discord bot functionality and update environment variables (815fdc2)
  • workflow: enhance build and deploy process with SSH setup and notifications (70f7cf4)
  • works: add Bark.js project to the works list with description and link (f2cdff3)

Bug Fixes

  • blog: initialize title state as an empty string (9962ff9)
  • blog: update code block to use TypeScript instead of JavaScript (d27eec4)
  • workflow: update SSH deployment script to use correct project directory (fd8e666)

Reverts

  • "feat(discord): integrate Discord bot functionality and update environment variables" (b1518ae)

2.6.0 (2024-12-01)

Features

  • dependencies: add 'next-view-transitions' package (97a865e)
  • layout: wrap RootLayout in ViewTransitions to add page transitions (8d3cb46)

Bug Fixes

  • discord-status: refactor link structure (a3e5de8)

2.5.0 (2024-12-01)

Features

  • discord-status: enhance Discord status component to display Spotify listening information (e363f43)

2.4.0 (2024-11-30)

Features

  • blog: add new blog "using-lantern-rest-to-display-your-discord-presence" (0a2c919)
  • discord-status: add Discord status component to display online/offline status (3a6c39f)
  • metadata: add date to generated metadata if provided (1ae142e)

Bug Fixes

  • songs: update key prop to include played_at for unique identification (41114b2)
  • tooltip: add pointer-events-none to content when disableHoverableContent prop specified (f0ff41e)

2.3.0 (2024-11-11)

Features

  • InlineQuote: update options with href and text parameters (aa41754)

2.2.2 (2024-11-08)

Bug Fixes

  • config: remove Unsplash image hostname from remote patterns (6d645eb)

2.2.1 (2024-11-06)

Bug Fixes

  • songs: move revalidation from fetch to export (d09879c)

2.2.0 (2024-11-06)

Features

  • spotify: integrate Spotify API for show recently played tracks (872610c)

2.1.0 (2024-11-06)

Features

  • metadata: implement generateMetadata utility for dynamic metadata generation (0d9f22f)

Bug Fixes

  • tooltip: change max width of tooltip content to 320px (f661ed4)

2.0.1 (2024-11-05)

Bug Fixes

  • works: update project link for barisyasaman.com (f084b5c)

2.0.0 (2024-11-05)

⚠ BREAKING CHANGES

  • redesign website (#7)

Features

1.0.3 (2024-11-03)

Bug Fixes

  • actions: revert 19fd990f4ae9f0e07b5b5ddbaa3c54e2fafe9232 (524a746)
  • actions: revert 19fd990f4ae9f0e07b5b5ddbaa3c54e2fafe9232 (40d3ca9)

1.0.2 (2024-11-02)

Bug Fixes

  • actions: remove project input from setup-node-env action (8689b96)
  • actions: update GitHub token in release-please workflow file (19fd990)

1.0.1 (2024-11-02)

Bug Fixes

  • tsconfig: remove keywords.jsx from include paths (3247b72)

1.0.0 (2024-11-02)

Features

  • add RetroGrid component and integrate into page layout, (5dc336d)

Changelog