Version History
See what's new and what's changed in the Palayok app.
Version 3.4.0
September 27, 2025
- Added
Implemented dynamic sitemap generation (`sitemap.ts`) to automatically create an up-to-date `sitemap.xml` on every build, improving SEO by ensuring all pages are discoverable by search engines.
- Fixed
Resolved a TypeScript build error on the Poutine recipe page caused by an inconsistent data structure in the underlying JSON file.
- Fixed
Corrected a global CSS bug where links would not display the correct pointer/hand cursor on hover.
Version 3.3.0
September 22, 2025
- Added
Expanded the "Discover" Section with recipes for Taiwan (Beef Noodle Soup) and Iceland (Kjötsúpa).
- Changed
Refactored the homepage into modular sub-components (`HeroSection`, `ToolkitSection`, `FeaturesSection`) for improved code organization and maintainability.
- Fixed
Resolved a 404 error that occurred after adding the link for Taiwan but before creating the corresponding landing page.
Version 3.2.0
August 30, 2025
- Added
Expanded the "Discover" Section with recipes for Canada (Poutine), Australia (Meat Pie), and Norway (Fårikål).
- Changed
Replaced local SVG flag files with the `country-flag-icons` npm package for better maintainability.
- Fixed
Improved the recipe importer to handle varied JSON data structures, preventing crashes.
Version 3.1.0
August 26, 2025
- Added
Implemented the "Discover" section with curated recipes, starting with the Philippines.
- Added
Created a feature to import ingredients from "Discover" recipes directly into the calculator.
- Changed
Updated the site footer with a link to the new "Discover" section.
Version 1.3.0
August 22, 2025
- Added
Implemented the "FridgeShot" feature at `/fridgeshot` for AI-powered meal suggestions from a photo of a fridge.
- Added
Replaced the static HTML changelog with a dynamic, styled Next.js page at `/changelog`.
- Changed
Placed all three primary tools (`/app`, `/food-guesser`, `/fridgeshot`) behind the authentication gate.
- Changed
Standardized CTA button styles for a more cohesive look and feel.
- Changed
Updated main call-to-action button text for better clarity (e.g., "Calculate Ingredients").
- Changed
Moved the "About Us" link to the footer to streamline header navigation.
- Fixed
Resolved a critical Next.js hydration error on the login page by implementing a React Suspense boundary.
Version 1.21.0
August 13, 2025
- Changed
Overhauled the `/login` page with a more professional and engaging two-column layout.
- Changed
Added horizontal padding to the site footer for better visual spacing.
- Changed
Made the version number in the footer clickable, directing to the changelog.
Version 1.20.0
August 13, 2025
- Fixed
Resolved a persistent issue where the custom headline font was not being applied correctly by switching to a direct CDN link.