mirror of
https://github.com/philemonchiro/obsidian-notekeeper.git
synced 2026-07-22 06:51:40 +00:00
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:
parent
b3f1cd7ea6
commit
4e12371044
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue