Skip to content

Releases: decaf-dev/obsidian-view-count

2.5.0

17 Sep 06:36
17cf390
Compare
Choose a tag to compare

Feature

  • add Skip new notes setting #44

Refactor

  • rename View count type to Count method
  • rename Sync view count to frontmatter to Sync view count
  • rename View count property name to Property name
  • update setting descriptions

2.4.1

28 Jun 23:32
cbca486
Compare
Choose a tag to compare

Refactor

  • rename Most viewed to Views
  • rename Trending to Trends
  • rename List size to Item count
  • rename Duration to Time period
  • replace sigma icon with hash icon

2.4.0

28 Jun 21:54
167d4cc
Compare
Choose a tag to compare

Feature

  • add 3-days option to getTrendingWeight function
  • add today option to getTrendingWeight 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

28 Jun 21:06
98c4f11
Compare
Choose a tag to compare

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

28 Jun 20:31
c64e10f
Compare
Choose a tag to compare

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 and 14-days showing the same trending count as month

2.2.1

01 Jun 16:11
bd156aa
Compare
Choose a tag to compare

Fix

  • resolve view count status not updating when file is created

2.2.0

31 May 21:12
ef92765
Compare
Choose a tag to compare

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 to unique-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

29 May 06:38
63b1280
Compare
Choose a tag to compare

Feature

  • add open view count command #21

2.0.2

25 May 02:56
1cb091a
Compare
Choose a tag to compare

Fix

  • resolve item view click not increasing view count

2.0.1

25 May 02:48
7f2b0c9
Compare
Choose a tag to compare

Fix

  • use file-open event instead of active-leaf-change event for determining count
  • keep the view count status bar item always visible, even when other views are opened