Releases: decaf-dev/obsidian-view-count
Releases · decaf-dev/obsidian-view-count
2.5.0
2.4.1
Refactor
- rename
Most viewed
toViews
- rename
Trending
toTrends
- rename
List size
toItem count
- rename
Duration
toTime period
- replace sigma icon with hash icon
2.4.0
Feature
- add
3-days
option togetTrendingWeight
function - add
today
option togetTrendingWeight
function - add
Today
option to sidebar view - add
3 days
option to sidebar view - set default duration to 3 days
- save sidebar view selections into settings
2.3.1
Fix
- fix view count items not appearing on mount (Regression 2.3.0)
- fix view count items not updating (Regression 2.3.0)
Refactor
- update log message formats
2.3.0
Feature
- add duration filter to sidebar view
- add list filter to sidebar view
Fix
- remove view count when an unsupported view is opened
- fix
7-days
and14-days
showing the same trending count asmonth
2.2.1
Fix
- resolve view count status not updating when file is created
2.2.0
Feature
- use Svelte in the view count item view
- add trending notes list
- add public API functions for Dataview
Fix
- fix
totalTimesOpened
not updating when view type set tounique-days
Build
- add support for Svelte
- update
release.yml
to support the Svelte typescript file
Docs
- add trending notes info
- add API info
- add Dataview info
2.1.0
2.0.2
Fix
- resolve item view click not increasing view count
2.0.1
Fix
- use
file-open
event instead ofactive-leaf-change
event for determining count - keep the view count status bar item always visible, even when other views are opened