Skip to content

Releases: skyhancloud/skyhan.cloud

v2.8.1

12 Dec 07:51
7a8f5cc

Choose a tag to compare

2.8.1 (2025-12-12)

Bug Fixes

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

v2.8.0

02 Dec 01:23
c860ec8

Choose a tag to compare

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)

v2.7.0

12 Feb 13:10
0a48272

Choose a tag to compare

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)

v2.6.0

01 Dec 12:15
7b9a4fe

Choose a tag to compare

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)

v2.5.0

01 Dec 02:29
bd0bf14

Choose a tag to compare

2.5.0 (2024-12-01)

Features

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

v2.4.0

30 Nov 23:27
6a42ba8

Choose a tag to compare

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)

v2.3.0

11 Nov 16:13
9d35bc1

Choose a tag to compare

2.3.0 (2024-11-11)

Features

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

v2.2.2

08 Nov 13:47
b02b27a

Choose a tag to compare

2.2.2 (2024-11-08)

Bug Fixes

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

v2.2.1

06 Nov 11:46
da34baf

Choose a tag to compare

2.2.1 (2024-11-06)

Bug Fixes

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

v2.2.0

06 Nov 06:41
4e581de

Choose a tag to compare

2.2.0 (2024-11-06)

Features

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