Skip to content

Commit 77c62eb

Browse files
committed
Release 1.18.0
1 parent fbf9c56 commit 77c62eb

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ This is an [Obsidian](https://obsidian.md/) plugin that helps you collect data f
1010

1111
## What's New
1212

13+
Version 1.18.0
14+
15+
- Support all days for startWeekOn parameter
16+
- Handle numeric YAML parsing for startDate/endDate with YYYYMMDD format
17+
- Add searchType for frontmatter keys containing lists
18+
- Update dependencies
19+
1320
Version 1.17.0
1421

1522
- Adding colorByStreak parameter to Calendars allowing for increase color intensity based on streak

docs/ReleaseNotes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

3+
## 1.18.0
4+
5+
- Support all days for startWeekOn parameter
6+
- Handle numeric YAML parsing for startDate/endDate with YYYYMMDD format
7+
- Add searchType for frontmatter keys containing lists
8+
- Update dependencies
9+
310
## 1.17.0
411

512
- Adding colorByStreak parameter to Calendars allowing for increase color intensity based on streak

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-tracker",
33
"name": "Tracker",
4-
"version": "1.17.0",
4+
"version": "1.18.0",
55
"minAppVersion": "0.9.12",
66
"description": "A plugin tracks occurrences and numbers in your notes",
77
"author": "pyrochlore",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-tracker",
3-
"version": "1.17.0",
3+
"version": "1.18.0",
44
"description": "A plugin tracks occurrences and numbers in your notes",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
"1.15.0": "0.9.12",
4040
"1.15.1": "0.9.12",
4141
"1.16.0": "0.9.12",
42-
"1.17.0": "0.9.12"
42+
"1.17.0": "0.9.12",
43+
"1.18.0": "0.9.12"
4344
}

0 commit comments

Comments
 (0)