Releases: piyush97/PiyushMehta.com
Releases · piyush97/PiyushMehta.com
v3.2.0
What's Changed
- feat: Enhance README with PWA, Full-Text Search, and Smart Prefetchin… by @piyush97 in #182
- Feat/seo type safety improvements by @piyush97 in #183
- Readme added screenshot + Newsletter by @piyush97 in #184
- SW fixes by @piyush97 in #185
- sw fixes by @piyush97 in #186
- SW Fixes for test by @piyush97 in #187
- sw test by @piyush97 in #188
- update lastBuildDate in RSS feed and improve service worker caching s… by @piyush97 in #189
- Add tests and styles for enhanced features including code blocks, com… by @piyush97 in #190
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Enhances SEO and sitemap functionality by @piyush97 in #172
- Add migration blog post from Nginx Proxy Manager to SWAG by @piyush97 in #173
- Delete .github/workflows/uptime-monitor.yml by @piyush97 in #174
- 🚀 SEO, Type Safety, and Code Quality Improvements by @piyush97 in #175
- Feat/seo type safety improvements by @piyush97 in #177
- feat: Enhance Twitter Card metadata with additional properties for im… by @piyush97 in #178
- Feat/seo type safety improvements by @piyush97 in #179
- feat: Update RSS feed last build date and enhance SEO components with… by @piyush97 in #180
- feat: Add Service Worker Registration and Smart Prefetching components by @piyush97 in #181
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
- feat: Add ContentImage component for handling image paths and rendering by @piyush97 in #164
- Removes unused CSS rule for intro-text by @piyush97 in #165
- Upgrade/v5.9 by @piyush97 in #166
- Feature/biomejs by @piyush97 in #167
- Integrate Tailwind Typography and MDX styling enhancements by @piyush97 in #170
- Add blog post on leveraging AI in coding workflow by @piyush97 in #169
- UI/themes by @piyush97 in #171
Full Changelog: v3.0.0...v3.0.1
Gatsby to Astro migration
This release transitions the codebase from Gatsby to Astro, introduces new integrations, and updates documentation and configuration files accordingly. Key changes include removing Gatsby-specific files, adding Astro configurations, and enhancing setup guides for GitHub and newsletter integrations.
Migration to Astro
- Removed Gatsby-specific files (
gatsby-browser.js,gatsby-config.js) and configurations. [1] [2] - Added Astro configuration in
astro.config.mjs, including integrations for MDX, React, Tailwind, and Vercel.
Environment and Setup Enhancements
- Introduced
.env.examplefor configuring database, GitHub, and Substack integrations. - Updated setup guides for GitHub API integration (
GITHUB_SETUP.md) and newsletter integration (NEWSLETTER_SETUP.md). [1] [2]
Documentation Updates
- Overhauled
README.mdto reflect the new tech stack, features, and installation instructions for the Astro-based website.
Removal of Legacy Files
- Deleted
.github/workflows/lint.ymland.all-contributorsrcas part of cleanup. [1] [2]
What's Changed
- removed yt button by @piyush97 in #118
- Blog/chat bot by @piyush97 in #119
- New Blog ❤️🔥 by @piyush97 in #121
- Tech Migration by @piyush97 in #163
Full Changelog: v2.1.0...v3.0.0
Handles deprecated Node v12.x.x and sharp errors with M1 architecture machine
This version handles deprecated Node v12.x.x and sharp errors with the M1 architecture machine
v2.0.0: removed custom cursor :Reason: Code Break 💁
Signed-off-by: Piyush Mehta <me@piyushmehta.com>