Skip to content

Commit f9a4b61

Browse files
committed
Merge remote-tracking branch 'origin/main' into HEAD
2 parents 31f1dbc + 1e62752 commit f9a4b61

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

docs/releases/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Example:
3434
- Thanks to @tparsons9, @anomatomato, @npondel, @plashal, and @waspeer for the reports and PR.
3535
- (#1667) Fixed NLP scheduled-date parsing so standalone `scheduled` and `start` triggers can set scheduled dates alongside due dates.
3636
- Thanks to @hokfujow for reporting and @UniqueClone for the NLP core PR.
37+
- Fixed NLP parser title cleanup for explicit date triggers and Japanese/Chinese priority phrases.
3738
- (#1658) Fixed Pomodoro stats date bucketing for sessions near local midnight
3839
- Pomodoro session stats now compare the recorded session calendar date against UTC-anchored target days without shifting through UTC or the reader's current timezone
3940
- Pomodoro daily-note storage now writes sessions to the daily note matching the recorded session date

package-lock.json

Lines changed: 4 additions & 4 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
@@ -86,7 +86,7 @@
8686
"obsidian-daily-notes-interface": "^0.9.4",
8787
"reflect-metadata": "^0.2.2",
8888
"rrule": "^2.8.1",
89-
"tasknotes-nlp-core": "^0.1.2",
89+
"tasknotes-nlp-core": "^0.1.3",
9090
"yaml": "^2.3.1",
9191
"zod": "^3.24.0"
9292
}

0 commit comments

Comments
 (0)