Skip to content

Releases: linuxserver/docker-grocy

v3.0.1-ls100

22 Apr 08:39
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.13.

grocy Changes:

⚠️⚠️ SQLite >= 3.9.0 (was released in late 2015) is required

Here is a workaround if you still run a SQLite version >= 3.8.3 < 3.9.0

PHP 7.2 with SQLite 3.8.3 was the formerly in README mentioned minimum runtime requirement, any future release will only be tested against a reasonable recent runtime (currently PHP 7.4 with SQLite 3.27.2) - supporting those (very) old runtime stuff is too time consuming...

  • Improved the prerequisites checker (added missing required PHP extension ctype) (thanks @Forceu)
  • Added validation checks for most data/config.php settings to prevent using invalid ones (thanks @Forceu)
  • When using reverse proxy authentication (ReverseProxyAuthMiddleware), additionally a valid API key can now also be used for authentication (if you don't want to protect the API endpoints via your reverse proxy, however)
  • Added a new API endpoint /system/time to get the current server time (thanks @Forceu)
  • An amount attached to a barcode is now also prefiled when scanning the product on the Consume/Transfer/Inventory page
  • Fixed that some number inputs were broken when the new decimal places setting were set to 0
  • Fixed that browser camera barcode scanning did not work on the product edit page for adding product barcodes
  • Fixed that indirect unit conversions (those between units, not product overrides) could not be used/selected
  • Fixed that the new product option "Never show on stock overview" was unintentionally set by default for new products
  • Fixed that adding items to the shopping list from the context/more menu on the stock overview page did not work
  • Fixed that consuming was not possible when FEATURE_FLAG_STOCK_LOCATION_TRACKING was disabled
  • Fixed that adding images in text editor fields did not work
  • Fixed some other minor UI glitches

v3.0.1-ls99

15 Apr 08:16
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.13.
grocy Changes:

⚠️⚠️ SQLite >= 3.9.0 (was released in late 2015) is required

Here is a workaround if you still run a SQLite version >= 3.8.3 < 3.9.0

PHP 7.2 with SQLite 3.8.3 was the formerly in README mentioned minimum runtime requirement, any future release will only be tested against a reasonable recent runtime (currently PHP 7.4 with SQLite 3.27.2) - supporting those (very) old runtime stuff is too time consuming...

  • Improved the prerequisites checker (added missing required PHP extension ctype) (thanks @Forceu)
  • Added validation checks for most data/config.php settings to prevent using invalid ones (thanks @Forceu)
  • When using reverse proxy authentication (ReverseProxyAuthMiddleware), additionally a valid API key can now also be used for authentication (if you don't want to protect the API endpoints via your reverse proxy, however)
  • Added a new API endpoint /system/time to get the current server time (thanks @Forceu)
  • An amount attached to a barcode is now also prefiled when scanning the product on the Consume/Transfer/Inventory page
  • Fixed that some number inputs were broken when the new decimal places setting were set to 0
  • Fixed that browser camera barcode scanning did not work on the product edit page for adding product barcodes
  • Fixed that indirect unit conversions (those between units, not product overrides) could not be used/selected
  • Fixed that the new product option "Never show on stock overview" was unintentionally set by default for new products
  • Fixed that adding items to the shopping list from the context/more menu on the stock overview page did not work
  • Fixed that consuming was not possible when FEATURE_FLAG_STOCK_LOCATION_TRACKING was disabled
  • Fixed that adding images in text editor fields did not work
  • Fixed some other minor UI glitches

v3.0.1-ls98

08 Apr 17:56
1d4d23a
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.13.
grocy Changes:

⚠️⚠️ SQLite >= 3.9.0 (was released in late 2015) is required

Here is a workaround if you still run a SQLite version >= 3.8.3 < 3.9.0

PHP 7.2 with SQLite 3.8.3 was the formerly in README mentioned minimum runtime requirement, any future release will only be tested against a reasonable recent runtime (currently PHP 7.4 with SQLite 3.27.2) - supporting those (very) old runtime stuff is too time consuming...

  • Improved the prerequisites checker (added missing required PHP extension ctype) (thanks @Forceu)
  • Added validation checks for most data/config.php settings to prevent using invalid ones (thanks @Forceu)
  • When using reverse proxy authentication (ReverseProxyAuthMiddleware), additionally a valid API key can now also be used for authentication (if you don't want to protect the API endpoints via your reverse proxy, however)
  • Added a new API endpoint /system/time to get the current server time (thanks @Forceu)
  • An amount attached to a barcode is now also prefiled when scanning the product on the Consume/Transfer/Inventory page
  • Fixed that some number inputs were broken when the new decimal places setting were set to 0
  • Fixed that browser camera barcode scanning did not work on the product edit page for adding product barcodes
  • Fixed that indirect unit conversions (those between units, not product overrides) could not be used/selected
  • Fixed that the new product option "Never show on stock overview" was unintentionally set by default for new products
  • Fixed that adding items to the shopping list from the context/more menu on the stock overview page did not work
  • Fixed that consuming was not possible when FEATURE_FLAG_STOCK_LOCATION_TRACKING was disabled
  • Fixed that adding images in text editor fields did not work
  • Fixed some other minor UI glitches

v3.0.1-ls97

01 Apr 15:28
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.13.
grocy Changes:

⚠️⚠️ SQLite >= 3.9.0 (was released in late 2015) is required

Here is a workaround if you still run a SQLite version >= 3.8.3 < 3.9.0

PHP 7.2 with SQLite 3.8.3 was the formerly in README mentioned minimum runtime requirement, any future release will only be tested against a reasonable recent runtime (currently PHP 7.4 with SQLite 3.27.2) - supporting those (very) old runtime stuff is too time consuming...

  • Improved the prerequisites checker (added missing required PHP extension ctype) (thanks @Forceu)
  • Added validation checks for most data/config.php settings to prevent using invalid ones (thanks @Forceu)
  • When using reverse proxy authentication (ReverseProxyAuthMiddleware), additionally a valid API key can now also be used for authentication (if you don't want to protect the API endpoints via your reverse proxy, however)
  • Added a new API endpoint /system/time to get the current server time (thanks @Forceu)
  • An amount attached to a barcode is now also prefiled when scanning the product on the Consume/Transfer/Inventory page
  • Fixed that some number inputs were broken when the new decimal places setting were set to 0
  • Fixed that browser camera barcode scanning did not work on the product edit page for adding product barcodes
  • Fixed that indirect unit conversions (those between units, not product overrides) could not be used/selected
  • Fixed that the new product option "Never show on stock overview" was unintentionally set by default for new products
  • Fixed that adding items to the shopping list from the context/more menu on the stock overview page did not work
  • Fixed that consuming was not possible when FEATURE_FLAG_STOCK_LOCATION_TRACKING was disabled
  • Fixed that adding images in text editor fields did not work
  • Fixed some other minor UI glitches

v3.0.1-ls96

11 Mar 08:31
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.13.
grocy Changes:

⚠️⚠️ SQLite >= 3.9.0 (was released in late 2015) is required

Here is a workaround if you still run a SQLite version >= 3.8.3 < 3.9.0

PHP 7.2 with SQLite 3.8.3 was the formerly in README mentioned minimum runtime requirement, any future release will only be tested against a reasonable recent runtime (currently PHP 7.4 with SQLite 3.27.2) - supporting those (very) old runtime stuff is too time consuming...

  • Improved the prerequisites checker (added missing required PHP extension ctype) (thanks @Forceu)
  • Added validation checks for most data/config.php settings to prevent using invalid ones (thanks @Forceu)
  • When using reverse proxy authentication (ReverseProxyAuthMiddleware), additionally a valid API key can now also be used for authentication (if you don't want to protect the API endpoints via your reverse proxy, however)
  • Added a new API endpoint /system/time to get the current server time (thanks @Forceu)
  • An amount attached to a barcode is now also prefiled when scanning the product on the Consume/Transfer/Inventory page
  • Fixed that some number inputs were broken when the new decimal places setting were set to 0
  • Fixed that browser camera barcode scanning did not work on the product edit page for adding product barcodes
  • Fixed that indirect unit conversions (those between units, not product overrides) could not be used/selected
  • Fixed that the new product option "Never show on stock overview" was unintentionally set by default for new products
  • Fixed that adding items to the shopping list from the context/more menu on the stock overview page did not work
  • Fixed that consuming was not possible when FEATURE_FLAG_STOCK_LOCATION_TRACKING was disabled
  • Fixed that adding images in text editor fields did not work
  • Fixed some other minor UI glitches

v3.0.1-ls95

25 Feb 08:35
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.13.
grocy Changes:

⚠️⚠️ SQLite >= 3.9.0 (was released in late 2015) is required

Here is a workaround if you still run a SQLite version >= 3.8.3 < 3.9.0

PHP 7.2 with SQLite 3.8.3 was the formerly in README mentioned minimum runtime requirement, any future release will only be tested against a reasonable recent runtime (currently PHP 7.4 with SQLite 3.27.2) - supporting those (very) old runtime stuff is too time consuming...

  • Improved the prerequisites checker (added missing required PHP extension ctype) (thanks @Forceu)
  • Added validation checks for most data/config.php settings to prevent using invalid ones (thanks @Forceu)
  • When using reverse proxy authentication (ReverseProxyAuthMiddleware), additionally a valid API key can now also be used for authentication (if you don't want to protect the API endpoints via your reverse proxy, however)
  • Added a new API endpoint /system/time to get the current server time (thanks @Forceu)
  • An amount attached to a barcode is now also prefiled when scanning the product on the Consume/Transfer/Inventory page
  • Fixed that some number inputs were broken when the new decimal places setting were set to 0
  • Fixed that browser camera barcode scanning did not work on the product edit page for adding product barcodes
  • Fixed that indirect unit conversions (those between units, not product overrides) could not be used/selected
  • Fixed that the new product option "Never show on stock overview" was unintentionally set by default for new products
  • Fixed that adding items to the shopping list from the context/more menu on the stock overview page did not work
  • Fixed that consuming was not possible when FEATURE_FLAG_STOCK_LOCATION_TRACKING was disabled
  • Fixed that adding images in text editor fields did not work
  • Fixed some other minor UI glitches

v3.0.1-ls94

18 Feb 08:19
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.13.
grocy Changes:

⚠️⚠️ SQLite >= 3.9.0 (was released in late 2015) is required

Here is a workaround if you still run a SQLite version >= 3.8.3 < 3.9.0

PHP 7.2 with SQLite 3.8.3 was the formerly in README mentioned minimum runtime requirement, any future release will only be tested against a reasonable recent runtime (currently PHP 7.4 with SQLite 3.27.2) - supporting those (very) old runtime stuff is too time consuming...

  • Improved the prerequisites checker (added missing required PHP extension ctype) (thanks @Forceu)
  • Added validation checks for most data/config.php settings to prevent using invalid ones (thanks @Forceu)
  • When using reverse proxy authentication (ReverseProxyAuthMiddleware), additionally a valid API key can now also be used for authentication (if you don't want to protect the API endpoints via your reverse proxy, however)
  • Added a new API endpoint /system/time to get the current server time (thanks @Forceu)
  • An amount attached to a barcode is now also prefiled when scanning the product on the Consume/Transfer/Inventory page
  • Fixed that some number inputs were broken when the new decimal places setting were set to 0
  • Fixed that browser camera barcode scanning did not work on the product edit page for adding product barcodes
  • Fixed that indirect unit conversions (those between units, not product overrides) could not be used/selected
  • Fixed that the new product option "Never show on stock overview" was unintentionally set by default for new products
  • Fixed that adding items to the shopping list from the context/more menu on the stock overview page did not work
  • Fixed that consuming was not possible when FEATURE_FLAG_STOCK_LOCATION_TRACKING was disabled
  • Fixed that adding images in text editor fields did not work
  • Fixed some other minor UI glitches

v3.0.1-ls93

17 Feb 21:37
64f82fd
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.13.
grocy Changes:

⚠️⚠️ SQLite >= 3.9.0 (was released in late 2015) is required

Here is a workaround if you still run a SQLite version >= 3.8.3 < 3.9.0

PHP 7.2 with SQLite 3.8.3 was the formerly in README mentioned minimum runtime requirement, any future release will only be tested against a reasonable recent runtime (currently PHP 7.4 with SQLite 3.27.2) - supporting those (very) old runtime stuff is too time consuming...

  • Improved the prerequisites checker (added missing required PHP extension ctype) (thanks @Forceu)
  • Added validation checks for most data/config.php settings to prevent using invalid ones (thanks @Forceu)
  • When using reverse proxy authentication (ReverseProxyAuthMiddleware), additionally a valid API key can now also be used for authentication (if you don't want to protect the API endpoints via your reverse proxy, however)
  • Added a new API endpoint /system/time to get the current server time (thanks @Forceu)
  • An amount attached to a barcode is now also prefiled when scanning the product on the Consume/Transfer/Inventory page
  • Fixed that some number inputs were broken when the new decimal places setting were set to 0
  • Fixed that browser camera barcode scanning did not work on the product edit page for adding product barcodes
  • Fixed that indirect unit conversions (those between units, not product overrides) could not be used/selected
  • Fixed that the new product option "Never show on stock overview" was unintentionally set by default for new products
  • Fixed that adding items to the shopping list from the context/more menu on the stock overview page did not work
  • Fixed that consuming was not possible when FEATURE_FLAG_STOCK_LOCATION_TRACKING was disabled
  • Fixed that adding images in text editor fields did not work
  • Fixed some other minor UI glitches

v3.0.1-ls92

17 Feb 20:59
Compare
Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.13.
grocy Changes:

⚠️⚠️ SQLite >= 3.9.0 (was released in late 2015) is required

Here is a workaround if you still run a SQLite version >= 3.8.3 < 3.9.0

PHP 7.2 with SQLite 3.8.3 was the formerly in README mentioned minimum runtime requirement, any future release will only be tested against a reasonable recent runtime (currently PHP 7.4 with SQLite 3.27.2) - supporting those (very) old runtime stuff is too time consuming...

  • Improved the prerequisites checker (added missing required PHP extension ctype) (thanks @Forceu)
  • Added validation checks for most data/config.php settings to prevent using invalid ones (thanks @Forceu)
  • When using reverse proxy authentication (ReverseProxyAuthMiddleware), additionally a valid API key can now also be used for authentication (if you don't want to protect the API endpoints via your reverse proxy, however)
  • Added a new API endpoint /system/time to get the current server time (thanks @Forceu)
  • An amount attached to a barcode is now also prefiled when scanning the product on the Consume/Transfer/Inventory page
  • Fixed that some number inputs were broken when the new decimal places setting were set to 0
  • Fixed that browser camera barcode scanning did not work on the product edit page for adding product barcodes
  • Fixed that indirect unit conversions (those between units, not product overrides) could not be used/selected
  • Fixed that the new product option "Never show on stock overview" was unintentionally set by default for new products
  • Fixed that adding items to the shopping list from the context/more menu on the stock overview page did not work
  • Fixed that consuming was not possible when FEATURE_FLAG_STOCK_LOCATION_TRACKING was disabled
  • Fixed that adding images in text editor fields did not work
  • Fixed some other minor UI glitches

v3.0.1-ls91

11 Feb 08:22
Compare
Choose a tag to compare

LinuxServer Changes:

Add 'ldap' PHP extension.
grocy Changes:

⚠️⚠️ SQLite >= 3.9.0 (was released in late 2015) is required

Here is a workaround if you still run a SQLite version >= 3.8.3 < 3.9.0

PHP 7.2 with SQLite 3.8.3 was the formerly in README mentioned minimum runtime requirement, any future release will only be tested against a reasonable recent runtime (currently PHP 7.4 with SQLite 3.27.2) - supporting those (very) old runtime stuff is too time consuming...

  • Improved the prerequisites checker (added missing required PHP extension ctype) (thanks @Forceu)
  • Added validation checks for most data/config.php settings to prevent using invalid ones (thanks @Forceu)
  • When using reverse proxy authentication (ReverseProxyAuthMiddleware), additionally a valid API key can now also be used for authentication (if you don't want to protect the API endpoints via your reverse proxy, however)
  • Added a new API endpoint /system/time to get the current server time (thanks @Forceu)
  • An amount attached to a barcode is now also prefiled when scanning the product on the Consume/Transfer/Inventory page
  • Fixed that some number inputs were broken when the new decimal places setting were set to 0
  • Fixed that browser camera barcode scanning did not work on the product edit page for adding product barcodes
  • Fixed that indirect unit conversions (those between units, not product overrides) could not be used/selected
  • Fixed that the new product option "Never show on stock overview" was unintentionally set by default for new products
  • Fixed that adding items to the shopping list from the context/more menu on the stock overview page did not work
  • Fixed that consuming was not possible when FEATURE_FLAG_STOCK_LOCATION_TRACKING was disabled
  • Fixed that adding images in text editor fields did not work
  • Fixed some other minor UI glitches