diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d77017..8dadffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [0.9.8] - 2026-08-01 + ### Added - The autosuggest dropdown now shows a preview of the resolved date/time next to each suggestion (e.g. `Next Monday` — `2025-01-06`), so you can see what will actually be inserted before picking one. - **Korean support** (partial): `오늘`/`내일`/`어제`, weekdays, `이번`/`다음`/`지난` prefixes, and suffix-style relative expressions (`3일 후`, `2주 전`). Vocabulary based on [CreamNuts' nldates-obsidian-korean](https://github.com/CreamNuts/nldates-obsidian-korean) (MIT), with thanks. Like the other partially-supported languages, chrono-node has no Korean parser to fall back on, so some combined phrasings (weekday + specific time, date ranges) aren't recognized yet — tracked in [#40](https://github.com/Amato21/nldates-revived/issues/40). diff --git a/manifest.json b/manifest.json index da464ee..06dfe69 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "nldates-revived", "name": "Natural Language Dates (Revived)", - "version": "0.9.71", + "version": "0.9.8", "minAppVersion": "1.0.0", "description": "Auto-complete dates and times naturally (@today, @dans 20 min). Now with multilingual support and hybrid links.", "author": "Amato21 (Original by argenos)", diff --git a/package.json b/package.json index 50cbae0..5b6ac2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nldates-revived", - "version": "0.9.71", + "version": "0.9.8", "description": "Plugin to parse natural language dates in Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2b96088..771136b 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.9.5": "1.0.0", "0.9.6": "1.0.0", "0.9.7": "1.0.0", - "0.9.71": "1.0.0" + "0.9.71": "1.0.0", + "0.9.8": "1.0.0" } \ No newline at end of file