Skip to content

Commit

Permalink
Wrote v1.2.0 release blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
reaper47 committed Jul 16, 2024
1 parent e51dca9 commit 9305409
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/website/content/about/changelog/v1.2.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: v1.2.0 (12 July 2024)
title: v1.2.0 (16 July 2024)
weight: 1
---

Expand Down
46 changes: 46 additions & 0 deletions docs/website/content/blog/2024-07-16-v1.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: The Journey Continues
date: 2024-07-16
authors:
- name: reaper47
link: https://github.com/reaper47
image: https://github.com/reaper47.png
tags:
- release
excludeSearch: true
---

Phew, what a ride these 4 past months were! Today marks the day when Recipya v1.2.0 is officially released 🎉 So, what's new? Many things. Let's go over
four highlights.

First, the recipes module now supports tools, keywords and videos. Yes, that's right! You can now attach videos to recipes, and fetched recipes that contain
embedded videos, e.g. a YouTube video, will display them in the media carousel.

Second, the [advanced search](/docs/features/recipes/search/). This feature lets you tweak your search query for the desired results. For example,
let's say your database contains over 200 recipes, and you want to search for all those with `chicken` in the title. In the search bar, you would
type `name:chicken` and tap enter. All recipes with `chicken` in the title will then be displayed.

Third, import support from dozens of recipe manager applications. You may now import recipes from Mealie, Tandoor, Paprika, AccuChef, ChefTap, Crouton, Easy Recipe Deluxe,
Kalorio, Recipe Keeper, RecipeSage, Saffron. Please consult the [documentation](/guide/docs/features/integrations/) for software-specific instructions.

Finally, the settings page has been moved to a settings dialog inspired by [Open WebUI's](https://github.com/open-webui/open-webui). It looks
fresh, modern, and well-organized.

As a bonus, Recipya now has an official mascot, Bananacat the cutie pie!

![](https://github.com/raw/reaper47/recipya/main/web/static/mstile-150x150.png)

In addition, plenty of bugs, such as issues with JSON recipe imports, converting and scaling ingredients, data races, and image re-compressions, were thankfully fixed.
And, most importantly for many, over 100 more websites are now supported! Please read the [release notes](/guide/about/changelog/v1.2.0/) for all the latest goodies.

Something that amazed me is that many people opened one or multiple pull requests for this release. How cool is that! I thank all contributors—
[bakker](https://github.com/bakker), [ged](https://github.com/gedw99), [Julian](https://github.com/jesp1999), and [Marcus Blennegård](https://github.com/mblennegard)
for having delved into my codebase, many of whom have never touched Go, and improving what needed to be improved. Keep up the great work guys, and I'm happy that
you enjoy the software.

You might ask what's coming next in v1.3.0 and beyond. Well, buckle up and check what's planned on the [roadmap](/guide/about/roadmap/) or
in the [GitHub issues](https://github.com/reaper47/recipya/issues). I'm particularly pumped about improving the measurement system. Please feel free
to open issues if you have ideas on how Recipya can be improved, especially on how generative AI [could be used](https://github.com/reaper47/recipya/issues/397)
could be used. You are welcome to work on some open issues. Don't worry, I don't bite!

Alright, time for me to continue coding and you to start cooking. Catch you later, y'all!

0 comments on commit 9305409

Please sign in to comment.