diff --git a/.devtools/create_release_package.bat b/.devtools/create_release_package.bat index a76e5ae8..7f10f3b4 100644 --- a/.devtools/create_release_package.bat +++ b/.devtools/create_release_package.bat @@ -10,7 +10,7 @@ for /f "tokens=*" %%a in ('jq .Version versiontemp.json --raw-output') do set ve del versiontemp.json del "%releasePath%\grocy_%version%.zip" -7za a -r "%releasePath%\grocy_%version%.zip" "%projectPath%\*" -xr!.* -xr!build.bat -xr!composer.json -xr!composer.lock -xr!package.json -xr!yarn.lock -xr!publication_assets +7za a -r "%releasePath%\grocy_%version%.zip" "%projectPath%\*" -xr!.* -xr!build.bat -xr!composer.json -xr!composer.lock -xr!package.json -xr!yarn.lock 7za a "%releasePath%\grocy_%version%.zip" "%projectPath%\public\.htaccess" 7za rn "%releasePath%\grocy_%version%.zip" .htaccess public\.htaccess 7za d "%releasePath%\grocy_%version%.zip" data\*.* data\storage data\viewcache\* diff --git a/.github/publication_assets/chores.png b/.github/publication_assets/chores.png new file mode 100644 index 00000000..b511721c Binary files /dev/null and b/.github/publication_assets/chores.png differ diff --git a/.github/publication_assets/mealplan.png b/.github/publication_assets/mealplan.png new file mode 100644 index 00000000..eaa244b2 Binary files /dev/null and b/.github/publication_assets/mealplan.png differ diff --git a/.github/publication_assets/shoppinglist.png b/.github/publication_assets/shoppinglist.png new file mode 100644 index 00000000..cf9f69c2 Binary files /dev/null and b/.github/publication_assets/shoppinglist.png differ diff --git a/.github/publication_assets/stock.png b/.github/publication_assets/stock.png new file mode 100644 index 00000000..a15f884e Binary files /dev/null and b/.github/publication_assets/stock.png differ diff --git a/README.md b/README.md index 73f34094..a9d3874a 100644 --- a/README.md +++ b/README.md @@ -120,14 +120,17 @@ See https://grocy.info/#say-thanks for more ideas if you just want to say thanks There is none. The progress of a specific bug/enhancement is always tracked in the corresponding issue, at least by commit comment references. ## Screenshots -#### Dashboard - +#### Stock overview + -#### Purchase - with barcode scan - +#### Shopping List + -#### Consume - with manual search - +#### Meal Plan + + +#### Chores overview + ## License The MIT License (MIT) diff --git a/publication_assets/consume.gif b/publication_assets/consume.gif deleted file mode 100644 index bc141c26..00000000 Binary files a/publication_assets/consume.gif and /dev/null differ diff --git a/publication_assets/dashboard.png b/publication_assets/dashboard.png deleted file mode 100644 index 7e45b710..00000000 Binary files a/publication_assets/dashboard.png and /dev/null differ diff --git a/publication_assets/purchase-with-barcode.gif b/publication_assets/purchase-with-barcode.gif deleted file mode 100644 index 7c097815..00000000 Binary files a/publication_assets/purchase-with-barcode.gif and /dev/null differ diff --git a/views/choresoverview.blade.php b/views/choresoverview.blade.php index 62c3f2cd..a64c5133 100644 --- a/views/choresoverview.blade.php +++ b/views/choresoverview.blade.php @@ -192,7 +192,7 @@ datetime="{{ $curentChoreEntry->last_tracked_time }}"> -