Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyanetsky committed Apr 14, 2024
1 parent 5dbf14a commit f56139b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## Upcoming release
## 1.2.2 - 2024-04-14

### Added

* "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.

### Changed

* Fixed a bug due to which empty `aliases` property of a note in products folder was making the codeblock inoperable.

## 1.2.1 - 2024-04-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "foodiary",
"name": "Foodiary",
"version": "1.2.1",
"version": "1.2.2",
"minAppVersion": "1.5.3",
"description": "Food tracker, macronutrient and calorie calculator.",
"author": "vkostyanetsky",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foodiary",
"version": "1.2.1",
"version": "1.2.2",
"description": "Food tracker plugin for Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"1.0.1": "1.5.3",
"1.1.0": "1.5.3",
"1.2.0": "1.5.3",
"1.2.1": "1.5.3"
"1.2.1": "1.5.3",
"1.2.2": "1.5.3"
}

0 comments on commit f56139b

Please sign in to comment.