- Introduced the album "Living Things" with its release date, description, and track list in list.ts.
- Updated song links in songLinks.ts to include streaming links for all tracks from the album.
- Enhanced fetched-songs.json to include tracks from "Living Things."
- Added new theme settings for "Living Things" in themes.ts.
- Updated TypeScript configuration and package dependencies for compatibility.
- Added a new script command "fetch-links" to package.json for fetching song links.
- Updated tsconfig.json to include "bun-types" in the types array.
- Removed the VIEW_TRANSITIONS_GUIDE.md file.
- Modified album track IDs to be more descriptive and added Spotify URLs for each track in list.ts.
- Updated ListTypes.ts to include a new field for Spotify URLs in the Track type.
- Cleaned up the AlbumDetail component by removing commented-out code for the album header.