Personal Site v1.4.0
My personal website and blog built with Astro. A place to showcase my work, share thoughts, and maintain my professional presence online.
Astro TypeScript Tailwind CSS Vitest Vercel
Version History
v1.4.0 Jan 9, 2026
- Fixed Table of Contents scroll behavior - scroll now applies only within the bordered content area, keeping the title always visible on small screens
- Updated tags list to display only the first 10 tags for better UI
- Updated dependencies to latest versions
- Added personal website link to resume contact information
v1.3.21 Dec 10, 2025
- Added see more/less toggle for changelog entries in portfolio
- Updated About section with personal journey and current interests
- Added markdown files support in Tailwind CSS and markdownlint configuration
- Improved footer text visibility and project technology tags styling
- Standardized script exports and initialization patterns
- Various UI fixes for text sizing, pagination buttons, and alignment
- Updated dependencies to latest versions
v1.3.7 Nov 20, 2025
- Enhanced security headers and cache configuration for production deployment
- Improved code quality by removing debug console logs and adding production conditionals
- Added robust date validation with isValidDate() function
- Enhanced error handling in async operations
- Refactored code to eliminate duplication and improve maintainability
- Translated Spanish content to English for broader accessibility
- Achieved 98.97% test coverage across the project
v1.3.0 Nov 18, 2025
- Implemented intelligent caching system to speed up data fetching and improve performance
- Added comprehensive test coverage for the new cache system
- Published new blog post analyzing Apple Store's frontend architecture and leaked source code
- Enhanced Git hooks with support for patch and minor version bumps
- Updated project dependencies to latest stable versions
v1.2.1 Oct 31, 2025
- Added demo preview dialog component for portfolio items with dynamic content support
- Implemented open/close functionality with event listeners for demo previews
- Added --minor and --patch parameters to sync-master script for version control
- Improved version bump flexibility with manual selection of increment type
- Enhanced console output to show selected version bump type
v1.2.0 Oct 15, 2025
- Added automated sync:master command to prevent version conflicts
- Improved Git hooks to prevent double version bumps during merges
- Implemented automatic version synchronization between develop and master branches
v1.1.0 Oct 15, 2025
- Added versioning and changelog functionality to portfolio items
- Updated heading styles for consistency with the rest of the app
- Added RSS feed link and icon to notes header
- Added RSS feed link and icon to posts header
v1.0.0 Oct 13, 2025
- First official release with version control