Skip to content

Releases: linuxserver/docker-grocy

v2.2.0-pkg-ec5c4de9-ls13

24 Mar 20:58
Compare
Choose a tag to compare

LinuxServer Changes:

Switching to new Base images, shift to arm32v7 tag.
grocy Changes:

  • New API method to get a product by its barcode (/stock/products/by-barcode/{barcode}, thanks @matejdro)
  • The best before date on the purchase and inventory page can now also be today or earlier, but when so, a short hint is displayed
  • Fixed some UI bugs
    • When consuming a product with "Allow partial units in stock" enabled from the stock overview page, the displayed amount after the stock booking was wrong
    • The inventory form was not validated with certain click paths

v2.2.0-pkg-1185b000-ls12

16 Mar 21:38
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.9.
grocy Changes:

  • New API method to get a product by its barcode (/stock/products/by-barcode/{barcode}, thanks @matejdro)
  • The best before date on the purchase and inventory page can now also be today or earlier, but when so, a short hint is displayed
  • Fixed some UI bugs
    • When consuming a product with "Allow partial units in stock" enabled from the stock overview page, the displayed amount after the stock booking was wrong
    • The inventory form was not validated with certain click paths

v2.2.0-pkg-46974dff-ls11

10 Mar 16:41
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.9.
grocy Changes:

  • New API method to get a product by its barcode (/stock/products/by-barcode/{barcode}, thanks @matejdro)
  • The best before date on the purchase and inventory page can now also be today or earlier, but when so, a short hint is displayed
  • Fixed some UI bugs
    • When consuming a product with "Allow partial units in stock" enabled from the stock overview page, the displayed amount after the stock booking was wrong
    • The inventory form was not validated with certain click paths

v2.1.0-pkg-46974dff-ls11

09 Mar 16:43
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.9.
grocy Changes:

  • Some small UI fixes & improvements
    • Recipe ingredient notes were not displayed
    • Edit/delete buttons on the equipment page had no icons
    • Improved the overview pages "action buttons column" (e. g. hide more rarely used actions behind a context/dropdown menu)
    • The "purchase to stock conversion factor" is now displayed on the purchase page when QU units are different (above the amount field)
    • Some JS files were not loaded correctly on case sensitive file systems
    • The changelog is now included as markdown files (in /changelog directory, one file per release with a filename in format <ReleaseNumber>_<Version>_<ReleaseDateIso>.md) and shown in the about dialog
    • Please review your CURRENCY setting in data/config.php, see also config-dist.php - this should be the ISO 4217 code of the currency to properly work with the JS toLocaleString function
  • New translation: (thanks all the translators)

v2.0.0-pkg-46974dff-ls10

07 Mar 01:35
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.9.
grocy Changes:

  • Breaking change: The API has been completely reworked, please review the documentation before updating when you are using the API
  • New feature: Tare weight handling
    • An option per product
    • Imagine this: You have flour in jars, the jar weighs 500 grams, currently there are 1000 grams in stock, the new weight including the jar is 1100 grams - grocy can now calculate the used amount on consume/purchase/inventory automatically, you only have to enter the weighed amount including the jar (demo product to showcase this "Flour")
  • Recipe improvements
    • Recipes are now scalable - define per recipe for how much servings it is, change the desired servings on the fly when the recipe is displayed, ingredient amounts are scaled accordingly
    • The cost of a recipe is now displayed based on the last purchase price per ingredient (recipe scaling also applies)
    • When putting all missing recipe ingredients on the shopping list, it is now possible to ignore certain ingredients (in the popup when clicking the "Put missing items on shopping list" button)
    • A new option per recipe to not check against the amount already on the shopping list when putting all missing ingredients on it (by default, only the amount not already on the shopping list is added, when this is enabled, always the whole missing amount will be put on the shopping list)
    • On consume, there can now be tracked for which recipe it was, this is also tracked automatically when using the "Consume all ingredients needed by this recipe" button (for future statistical purposes)
    • Recipes can now have pictures
    • New "gallery view" for recipes (demo available at https://demo-en.grocy.info/recipes?tab=gallery)
  • Stock improvements
    • It is now optionally possible to have partial units in stock (option per product)
    • On purchase, a different location can now be assigned (imagine you have two freezers, by default you store your pizza there, but sometimes there)
  • New translations: (thanks all the translators)
  • Other improvements
    • The calendar can now be shared/integrated in iCal format (button in the header on the calendar page)
    • Added feature flags to hide/disable certain parts of grocy when you don't use them (for example hide "Chores" and all related UI elements, when you don't use it, see config-dist.php)
    • Added a "Apple Touch Icon" and a "Web App Manifest" which should improve grocy on mobile devices and also enables "Add to Home screen" on major mobile browsers
    • A lot of other minor small and bigger UI improvements

v1.24.1-pkg-46974dff-ls10

02 Mar 21:55
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.9.
grocy Changes:

  • Fixed a SQL error during database migration when using SQLite >= 3.25.2
  • Improved data tables loading time
  • Location edit form did not work (master data)
  • Quantity unit "purchase to stock factor" was not respected when putting a recipe on the shopping list or when comparing the already on the shopping list amount
  • Better API response for POST routes when there is no or invalid JSON request body content

v1.24.1-pkg-1abeb184-ls9

24 Feb 16:56
Compare
Choose a tag to compare

LinuxServer Changes:

Bot Updating Package Versions

grocy Changes:

  • Fixed a SQL error during database migration when using SQLite >= 3.25.2
  • Improved data tables loading time
  • Location edit form did not work (master data)
  • Quantity unit "purchase to stock factor" was not respected when putting a recipe on the shopping list or when comparing the already on the shopping list amount
  • Better API response for POST routes when there is no or invalid JSON request body content

v1.24.1-pkg-b1b1d958-ls8

24 Feb 00:20
Compare
Choose a tag to compare

LinuxServer Changes:

Bot Updating Package Versions

grocy Changes:

  • Fixed a SQL error during database migration when using SQLite >= 3.25.2
  • Improved data tables loading time
  • Location edit form did not work (master data)
  • Quantity unit "purchase to stock factor" was not respected when putting a recipe on the shopping list or when comparing the already on the shopping list amount
  • Better API response for POST routes when there is no or invalid JSON request body content

v1.24.1-pkg-536c7d1c-ls7

21 Feb 22:37
64c4208
Compare
Choose a tag to compare

LinuxServer Changes:

Merge pull request #4 from linuxserver/path-fixes

Path fixes #2
grocy Changes:

  • Fixed a SQL error during database migration when using SQLite >= 3.25.2
  • Improved data tables loading time
  • Location edit form did not work (master data)
  • Quantity unit "purchase to stock factor" was not respected when putting a recipe on the shopping list or when comparing the already on the shopping list amount
  • Better API response for POST routes when there is no or invalid JSON request body content

v1.24.1-pkg-536c7d1c-ls6

09 Feb 21:36
Compare
Choose a tag to compare

LinuxServer Changes:

Bot Updating Templated Files

grocy Changes:

  • Fixed a SQL error during database migration when using SQLite >= 3.25.2
  • Improved data tables loading time
  • Location edit form did not work (master data)
  • Quantity unit "purchase to stock factor" was not respected when putting a recipe on the shopping list or when comparing the already on the shopping list amount
  • Better API response for POST routes when there is no or invalid JSON request body content