← Back to recipes

Changelog

July 20, 2025

  • 🍽️ **Multi-Recipe Meal Planning**: Cook multiple recipes together with perfect timing
    • Select 2 or more recipes to create a coordinated meal
    • AI figures out when to start each dish so everything finishes together
    • No more cold sides or overcooked mains - everything's ready at once
  • 🔍 **Improved Recipe Finding**: Quickly find the recipes you want for your meal
    • Fast search that finds recipes as you type
    • Search through recipe names, ingredients, and descriptions
    • Click suggested recipes to add them instantly
  • 🎯 **Visual Recipe Selection**: Easy-to-use interface for building your meal
    • Clear visual indicators show which recipes you've selected
    • Running count of selected recipes at the bottom
    • Simple checkboxes and clean layout make selection effortless
  • ⏰ **Smart Cooking Coordination**: Never stress about timing multiple dishes again
    • AI analyzes all your recipes and creates a master timeline
    • Get step-by-step instructions that coordinate across all dishes
    • Focus on cooking, not clock-watching

Perfect for dinner parties, holiday meals, or any time you want to cook multiple dishes without the stress! 🎉

July 3, 2025

  • 🌞 **Full Theme System**: Because apparently some people prefer cooking with their retinas burning
    • **Auto Mode**: Follows your system preference (for the indecisive among us)
    • **Dark Mode**: The superior choice, as nature intended
    • **Light Mode**: For vampires who want to feel mortal again
    • All theme preferences sync across devices via Supabase - your questionable choices follow you everywhere!
  • 🔍 **High Contrast Mode**: For those who find regular contrast insufficiently intense
    • Makes all recipe steps fully visible (no more squinting at faded text)
    • Works with any theme - even light mode deserves accessibility
    • Perfect for cooking in bright kitchens or for users with visual difficulties
  • 🎨 **Theme-Aware Everything**: We've prepared special assets for the light mode refugees
    • Custom light-mode illustrations with proper contrast (no more invisible animations)
    • Dark icons and arrows that actually show up against white backgrounds
    • Carefully tuned color palette: forest green actions, warm red accents, and that trendy gray background
    • Eliminated white flashes between pages with skeleton loading animations and critical CSS
  • ⚙️ **Profile Settings Integration**: Choose your visual destiny in the profile page
    • Clean radio button interface for theme selection
    • Accessibility section with high contrast toggle
    • Settings persist locally AND in the cloud (because consistency matters, unlike your theme choices)
    • Streamlined profile page with better headings and cleaner recipe personalization guidance
  • 🧮 **Backwards Compatible**: Existing users won't notice a thing (unless they venture into settings and discover the light side)
    • Defaults to "Auto" mode for new users (so light mode people get blinded immediately upon first login)
    • Seamless migration from localStorage to Supabase
    • No disruption to your carefully curated dark mode experience (if your system agrees with good taste)

P.S. - Dark mode users can rest easy knowing their superior taste is respected by the Auto mode. Light mode users... well, you asked for this. 🌚

June 26, 2025

  • ✨ **Enhanced Login Flow**: Completely redesigned the authentication experience for better usability
    • Fixed form layout - OTP input now appears between email field and button instead of awkwardly below
    • Added smooth fade-in animation when the one-time password field appears
    • Eliminated layout jumping - button stays in consistent position throughout the flow
  • 📝 **User-Friendly Language**: Replaced technical jargon with clear, accessible terms
    • Changed "Send OTP" to "Send one-time password" for better clarity
    • Changed "Verify OTP" to "Verify password" for consistent language
    • Maintained context so users understand we're talking about the one-time password they just received
  • 🐛 **Fixed Form Validation**: Resolved browser validation errors that prevented login
    • OTP field is now only required when visible, preventing "invalid form control" errors
    • Form submission now works reliably across all browsers

June 24, 2025

  • 🎯 **Enhanced Recipe Modification Experience**: Completely redesigned the AI recipe editing flow for better user control
    • Clear preview/confirmation system - see exactly what changes were made before applying them
    • Proper "Keep Changes" vs "Discard Changes" buttons that actually do different things
    • Discarding changes now properly deletes the generated version instead of just closing the modal
  • 🎨 **Cleaner Modal Interface**: Streamlined the editing modal for better focus
    • Instructions and examples now hide during processing for a cleaner experience
    • Input form disappears after successful processing to make it clear the interaction is complete
    • Only shows relevant buttons for each state (initial, processing, success, error)
  • 📱 **Mobile-First Button Design**: All buttons now expand to full width on phone-sized devices
    • Better touch targets for mobile users
    • Consistent button sizing across all screen sizes
  • 🤖 **Smarter & Friendlier AI Recipe Assistant**: Completely overhauled the AI instructions for better recipe modifications
    • **Consistency Fix**: AI now properly updates both main ingredient lists AND step-by-step ingredient lists when making changes
    • **No More Mismatched Ingredients**: Fixes issues where ingredient amounts would change in the main list but not in the cooking steps
    • **Friendly Personality**: AI now responds like an enthusiastic chef friend rather than a cold technical assistant
    • **Conversational Updates**: Get warm, first-person explanations like "I've doubled the mushrooms and added garlic for extra flavor!" instead of robotic change logs
  • 📏 **Standardized Recipe Measurements**: Implemented consistent abbreviation standards across all recipe creation and editing
    • **Consistent Abbreviations**: All recipes now use standard abbreviations like "tbsp", "tsp", "oz", "lb" instead of full words
    • **Smart Flexibility**: AI uses standard abbreviations for common measurements but handles specialty ingredients gracefully (e.g., "1 sprig thyme", "1 bundle herbs")
    • **Cleaner Recipes**: No more mixing "tablespoon" and "tbsp" in the same recipe - everything is now professionally consistent
    • **Global Coverage**: Works across all recipe creation methods - AI generation, URL scraping, image extraction, and manual editing

May 24, 2025

  • 🖼️ **Recipe Creation from Images**: Upload photos of recipes and let AI extract ingredients and instructions
    • Smart image processing with drag-and-drop interface
    • Automatic text extraction and recipe parsing
    • Support for recipe cards, cookbook pages, and handwritten notes
  • ✍️ **Natural Language Recipe Creation**: Describe what you want to cook and let AI build the complete recipe
    • Tell Pare what you're craving: "make me a spicy pasta with mushrooms"
    • Specify dietary restrictions and preferences
    • Get complete recipes with ingredients, instructions, and timing
  • 👤 **Personalized Recipe Generation**: Your preferences now influence all new recipes
    • Add custom cooking instructions in your profile
    • AI automatically applies your preferences to new recipes
    • Examples: "Make it vegetarian", "Low sodium", "Use metric measurements"
  • 🎨 **Improved Recipe Creation Interface**: Beautiful new tabs for choosing how to create recipes
    • Clean, modern tab design with clear active states
    • Enhanced file upload component with subtle hover effects
    • Better visual feedback throughout the creation process

April 20, 2025

  • Added delightful animations to improve user feedback:
    • New "paring" animation while importing recipes
    • New "editing" animation while modifying recipes
    • Smoother transitions in recipe modification modal
  • Improved mobile experience:
    • Better spacing and readability on small screens
    • Optimized layout for recipe modification interface
  • Enhanced feedback messages during recipe processing
  • Enhanced recipe search to better handle partial matches (e.g., "mush" now finds "mushroom")
  • Search now looks through entire recipe content including:
    • Recipe titles
    • Ingredients
    • Instructions
    • Descriptions
  • Search results are now prioritized with title matches appearing first
  • Fixed inconsistencies where longer search terms sometimes returned more results than shorter ones

April 19, 2025

  • Fixed "Missing ID" error that prevented viewing newly imported recipes
  • Corrected recipe ID tracking in the import process to ensure recipes are properly accessible after import
  • Launched Pare with core recipe management features
  • Recipe import from URLs using AI-powered parsing
  • Step-by-step cooking mode with ingredient tracking
  • Basic search functionality
  • Recipe modifications using natural language