Skip to content

Releases: MathieuMoalic/blaz

Blaz v2.7.4

26 Apr 13:44
v2.7.4
5a9cf9d

Choose a tag to compare

Blaz v2.7.2

14 Apr 15:54
v2.7.2
f48e22c

Choose a tag to compare

Full Changelog: v2.7.1...v2.7.2

Blaz v2.7.1

08 Apr 14:46
v2.7.1
57ca39f

Choose a tag to compare

Full Changelog: v2.7.0...v2.7.1

Blaz v2.7.0

29 Mar 19:58
v2.7.0
1a11baf

Choose a tag to compare

Full Changelog: v2.6.2...v2.7.0

Blaz v2.6.2

27 Mar 09:12
ecf9a13

Choose a tag to compare

🐛 Bug Fix

  • Updated workmanager plugin from 0.5.2 to 0.9.0+3
    • Fixes Kotlin compilation errors with Flutter's new embedding API
    • Updated API call: ExistingWorkPolicyExistingPeriodicWorkPolicy

This patch release resolves Android build failures caused by the outdated workmanager plugin referencing deprecated Flutter embedding APIs.

Full Changelog: v2.6.1...v2.6.2

v2.6.1 - Android Build Fix

27 Mar 08:46
7efdc44

Choose a tag to compare

🐛 Bug Fix

  • Fixed Android build failure - Enabled core library desugaring required by flutter_local_notifications
    • Added coreLibraryDesugaringEnabled = true in compileOptions
    • Added desugar_jdk_libs dependency

This patch release fixes the AAR metadata check error that prevented Android builds from completing.

v2.6.0 - Improved Recipe Parsing with Schema.org

26 Mar 17:53
d79c12b

Choose a tag to compare

🚀 Major Improvements

Schema.org Recipe Extraction

  • Added native schema.org/Recipe JSON-LD extraction - Most modern recipe sites now parse instantly without LLM Stage 1 (~10s faster)
  • Support for 3 JSON-LD formats: direct Recipe, array, and @graph (Yoast SEO)
  • Tested with Rainbow Plant Life, compatible with AllRecipes, Food Network, NYT Cooking, and more

Better Ingredient Parsing

  • Parenthetical weights/volumes now prioritized - Extracts metric values from strings like '1/3 cup (38g)' → 38g
  • Unit normalization: tablespoons → tbsp, teaspoons → tsp, ounces → oz, etc.
  • Enhanced Stage 2 prompt to better extract quantities and units
  • Stage 3 metric conversion improvements

Model Selection

  • Added LLM model selector in Settings page
  • 5 popular models: Claude 3.5 Sonnet (default), Gemini 2.0 Flash, GPT-4o, DeepSeek Chat, Llama 3.3 70B
  • Model choice persists across app restarts

Other Improvements

  • Clickable URLs in recipe source field
  • Prep reminder push notifications for Android
  • Detailed debug logging throughout parsing pipeline
  • Web platform compatibility fixes
  • 3-stage LLM pipeline architecture (extract → structure → convert to metric)

🐛 Bug Fixes

  • Fixed schema.org extraction for sites using @graph format (Yoast SEO plugin)
  • Fixed web platform compatibility for notifications
  • Fixed Stage 1 to preserve ALL ingredient details without filtering

📊 Testing

  • 76 backend tests passing
  • 143 Flutter tests passing
  • Tested with real-world recipe sites

Blaz v2.5.2

18 Mar 15:02
v2.5.2
77f63a0

Choose a tag to compare

Full Changelog: v2.5.1...v2.5.2

Blaz v2.5.1

06 Mar 23:19
v2.5.1
bca283d

Choose a tag to compare

Full Changelog: v2.5.0...v2.5.1

Blaz v2.5.0

06 Mar 22:43
v2.5.0
c8a92ef

Choose a tag to compare

Full Changelog: v2.4.0...v2.5.0