File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed
Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.3
2+ current_version = 0.0.4
33commit = True
44tag = True
55tag_name = v{new_version}
Original file line number Diff line number Diff line change @@ -19,6 +19,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919### Removed
2020- Removed features go here
2121
22+ ## [ 0.0.4] - 2026-03-07
23+
24+ ### Added
25+ - Added Paprika recipe index/details integration to sync full recipe content into Skylight meal recipes
26+ - Added persistent Paprika-to-Skylight recipe link tracking to keep recipe-backed meal entries connected across sync runs
27+
28+ ### Changed
29+ - Changed meal sync behavior to preserve per-meal fidelity (one Paprika meal entry now maps to one Skylight sitting)
30+ - Changed Skylight meal sitting sync to support linked ` meal_recipe_id ` , recipe descriptions, and notes for richer meal entries
31+
32+ ### Fixed
33+ - Fixed existing SQLite database compatibility by adding automatic meal schema migrations and new indexes during startup
34+ - Fixed Skylight meal update/create handling to align with API requirements when a meal recipe is attached
35+
2236## [ 0.0.3] - 2026-01-31
2337
2438### Fixed
@@ -55,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5569- Bulk operations for efficient sync operations
5670- Deletion detection and handling (Paprika → Skylight)
5771
58- [ Unreleased ] : https://github.com/aarons22/whisk/compare/v0.0.3...HEAD
72+ [ Unreleased ] : https://github.com/aarons22/whisk/compare/v0.0.4...HEAD
73+ [ 0.0.4 ] : https://github.com/aarons22/whisk/compare/v0.0.3...v0.0.4
5974[ 0.0.3 ] : https://github.com/aarons22/whisk/compare/v0.0.2...v0.0.3
6075[ 0.0.2 ] : https://github.com/aarons22/whisk/compare/v0.0.1...v0.0.2
61- [ 0.0.1 ] : https://github.com/aarons22/whisk/releases/tag/v0.0.1
76+ [ 0.0.1 ] : https://github.com/aarons22/whisk/releases/tag/v0.0.1
Original file line number Diff line number Diff line change 11[project ]
22name = " whisk"
3- version = " 0.0.3 "
3+ version = " 0.0.4 "
44description = " Bidirectional sync for Paprika and Skylight grocery lists"
55requires-python = " >=3.10"
66dependencies = [
You can’t perform that action at this time.
0 commit comments