All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Removed a behaviour which was making the codeblock inoperable if a product property was not a number.
- "Show product folder titles" setting makes you see original product names seen, as they set in code block.
- "Group entries by titles" setting which allows a user to disable automatic grouping if they needs to.
- Fixed a bug due to which empty
aliases
property of a note in products folder was making the codeblock inoperable.
- Fixed a bug due to which identical products in the code block were not collapsed into one.
- The code block now shows error if a product` property type is not number.
- Now it is possible to set product' aliases and use them in a code block.
- Made products search case insensitive (for example, "apple" now matches with "Apple").
- You can now use mathematical expressions instead of specifying the exact weight of food (for instance, "Donuts 100+120+120", "Apples 200*2", etc.).
- Applied sentence case to code block title for missing products.
- Basic calculation of nutritional value of the food a user eats.