Files
grocy/changelog/55_UNRELEASED_2019-xx-xx.md

27 lines
1.9 KiB
Markdown
Raw Normal View History

2019-12-19 20:00:47 +01:00
### New feature: Transfer products between locations and edit stock entries
- New menu entry in the sidebar to transfer products (or as a shortcut in the more/context menu per line on the stock overview page)
2019-12-21 12:38:15 +01:00
- New menu entry in the more/context menu of stock overview page lines to show the detail stock entries behind the corresponding product
2019-12-19 20:00:47 +01:00
- From there you can also edit the stock entries
- A huge THANK YOU goes to @kriddles for the work on this feature
2019-12-21 12:38:15 +01:00
## Recipe improvements
- When adding or editing a recipe ingredient, a dialog is now used instead of switching between pages (thanks @kriddles)
2019-12-19 20:10:21 +01:00
### Meal plan fixes
- Fixed that when `FEATURE_FLAG_STOCK_PRICE_TRACKING` was set to `false`, prices were still shown (thanks @kriddles)
2019-10-12 10:25:39 +02:00
### Calendar improvements
- Improved that meal plan events in the iCal calendar export now contain a link to the appropriate meal plan week in the body of the event (thanks @kriddles)
2019-12-19 20:00:47 +01:00
### API improvements/fixes
2019-12-08 20:53:28 +01:00
- Fixed that the route `/stock/barcodes/external-lookup/{barcode}` did not work, because the `barcode` argument was expected as a route argument but the route was missing it (thanks @Mikhail5555 and @beetle442002)
2019-12-19 20:00:47 +01:00
- New endpoints for the stock transfer & stock entry edit capabilities mentioned above
2019-12-08 20:53:28 +01:00
### General & other improvements/fixes
- Fixed that the meal plan menu entry (sidebar) was not visible when the calendar was disabled (`FEATURE_FLAG_CALENDAR`) (thanks @lwis)
- Slightly optimized table loading & search performance (thanks @lwis)
- For integration: If a `GET` parameter `closeAfterCreation` is passed to the product edit page, the window will be closed on save (due to Browser restrictions, this only works when the window was opened from JavaScript) (thanks @Forceu)
2019-11-02 08:42:49 +01:00
- The `update.sh` file had wrong line endings (DOS instead of Unix)
2019-11-13 14:47:23 +01:00
- New translations: (thanks all the translators)
2019-11-26 11:13:14 +01:00
- Portuguese (Brazil) (demo available at https://pt-br.demo.grocy.info)