Skip to content

Releases: decaf-dev/obsidian-view-count

0.4.0

28 Feb 09:25
ad65740
Compare
Choose a tag to compare

Feature

  • add view count pane to sidebar to track the 20 most viewed files

0.3.0

24 Feb 06:51
Compare
Choose a tag to compare

This update is technically a regression back to 0.1.1 combined with the file storage feature from 0.2.0

Feature

  • add ability to choose between property and file storage methods for view count

0.2.3

24 Feb 05:28
Compare
Choose a tag to compare

Fix

  • resolve view count not updating when switching between already opened files
  • resolve view count not appearing in status bar when Obsidian first opens

0.2.2

19 Feb 00:22
Compare
Choose a tag to compare

Feature

  • store view-count.json in pretty format

0.2.1

19 Feb 00:17
Compare
Choose a tag to compare

Breaking changes

This version has renamed filePath for each entry in the file to path to match the other JSON files in the .obsidian folder. Please update each entry in view-count.json with the new name or just delete the file and the plugin will recreate it.

Fix

  • display "view" when there is only 1 view

Refactor

  • rename filePath to path to match Obsidian standard

0.2.0

19 Feb 00:05
Compare
Choose a tag to compare

Breaking changes

This version includes a rework to the view count plugin. Since updating a view-count property on each note was always modifying the file, I have decided to place the view count in a separate file and display it in the status bar.

Feature

  • View count will now be stored in <vault-root>/.obsidian/view-count.json
  • add view count to status bar

0.1.1

18 Feb 04:56
Compare
Choose a tag to compare

Fix

  • remove the file entry from lastViewed when a file is deleted

0.1.0

18 Feb 04:43
Compare
Choose a tag to compare

MVP

  • adds and increments the view-count property whenever a markdown note is opened