Release 0.2.4

- Search input no longer loses focus mid-typing while filtering (#2).
- All 36 !important declarations removed from styles.css in favor of
  selector-specificity bumps, clearing the directory scanner's
  '!important' finding.
This commit is contained in:
Philemon Chiro 2026-05-16 04:56:59 +02:00
parent b3f1cd7ea6
commit 4e12371044
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "notekeeper",
"name": "Notekeeper",
"version": "0.2.3",
"version": "0.2.4",
"minAppVersion": "1.7.2",
"description": "Browse your vault as a Google Keep-style masonry of cards. Quick capture, pin, color, archive, and filter notes by labels — sticky-note style.",
"author": "Philemon Chiro",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-notekeeper",
"version": "0.2.3",
"version": "0.2.4",
"description": "Browse your vault as a Google Keep-style masonry of cards. Quick capture, pin, color, archive, and filter notes by labels.",
"author": "Philemon Chiro",
"license": "MIT",

View file

@ -5,5 +5,6 @@
"0.2.0": "1.7.2",
"0.2.1": "1.7.2",
"0.2.2": "1.7.2",
"0.2.3": "1.7.2"
"0.2.3": "1.7.2",
"0.2.4": "1.7.2"
}