Release Notes
Stay updated with the latest features, improvements, and fixes in Hyriki.
refactor(ui): replace individual hub pages with consolidated hub components
v1.2.0February 27, 2026
New Features
- About, Blog, Careers, and Features now use one shared hub layout each, so those pages load and feel more consistent.
- The Contact Sales page has a refreshed layout with cleaner sections, easier-to-read info blocks, and a more polished form design.
- Support details and a quick FAQ link are now easier to spot on the Contact page.
Improvements
- Removed extra page-by-page animation wrappers and repeated section imports to simplify page structure and maintenance.
- Added a new package script for running the SEO sitemap audit in one command.
- Improved form and info-section accessibility with better semantic structure and ARIA roles.
Bug Fixes
- Reduced visual clutter on key marketing pages by consolidating repeated components into single hub page components.
feat(apply): enhance job application page metadata and SEO
v1.1.0February 18, 2026
New Features
- Refactor generateMetadata to dynamically generate clamped, concise titles and descriptions
- Add robots meta tags to control indexing and following for specific cases
- Include Open Graph and Twitter card data with images for social sharing
- Implement job posting structured data JSON-LD schema for job listings
- Add utility to safely clamp text length without cutting words abruptly
Improvements
- Add canonical URL to about page metadata for better SEO
- Introduce ApplyStageTelemetry import for future analytics integration
- Add posthog-js dependency and related telemetry libraries to package dependencies
Job Application & About Page Updates
v1.0.0January 30, 2026
New Features
- Job applications now work even while posts are being prepared
- Simplified status messages for clearer job information
- New 'Watch Story' button in About section
Improvements
- Better user experience when applying to jobs
- Clearer communication about job post status
- Updated About page with YouTube video link
Bug Fixes
- Fixed issue where 'processing' status blocked job applications