Commit graph

10 commits

Author SHA1 Message Date
Nick
0f5cb2d49c chore: release 1.0.1
Bump plugin and npm package version; add 1.0.1 to versions.json.
Update install script examples and docs to use RELEASE_TAG 1.0.1.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-15 11:50:19 +02:00
Nick
57620c25b3 feat: textual date parsing, autocomplete UX, and tooling refresh
feat: textual date parsing, autocomplete UX, and tooling refresh

Improve sorting for human-readable dates via fixed locale list and
strict moment parsing (normalize month tokens, no magic constants).

Fix settings path autocomplete: keep picked value on blur, prevent
mousedown from stealing selection, and show all vault folder paths
sorted when the query is empty.

Align plugin metadata with Obsidian 1.1.0+, update peer dependencies,
switch ESLint to import-x with Node builtin-module resolution, adjust
esbuild config, and run tests in the release script.

Extend Jest coverage and the Obsidian mock (real moment) for the sorter;
refresh root and src README notes.
2026-05-15 10:45:21 +02:00
Nick
eb892e0b0e tests's been added; lint fixed 2025-11-23 00:02:06 +01:00
Nick
31611d879b added install scripts 2025-11-15 00:49:31 +01:00
Nick
32e689bbb1 code style(format and naming convetion) have been added 2025-11-10 03:35:55 +01:00
Nick
34f28d9b70 eslint added to progect 2025-11-10 02:48:38 +01:00
Nick
a18d97895d review fixes 2025-11-09 20:21:24 +01:00
Nick
11368f1a19 release build script has been added 2025-11-09 15:38:52 +01:00
Nick
e29e6fae43 dependencies fixed, translate comments 2025-11-09 01:33:56 +01:00
Nick
ee20bb78c3 first stable version 2025-11-09 01:02:20 +01:00