Skip to content

Releases: LordGrimmauld/aw-watcher-obsidian

1.3.0

23 Feb 12:05
Compare
Choose a tag to compare

Addressing Plugin review at obsidianmd/obsidian-releases#1544 (comment)

Full Changelog: 1.2.3...1.3.0

1.2.3

29 Jan 10:55
Compare
Choose a tag to compare

What's Changed

  • fix: send timestamp with 'Z' timezone by @ErikBjare in #3
  • More verbose logging on failing requests to aw-server backend for when things go wrong
  • Fix meaningless logging when switching to use testing mode

New Contributors

Full Changelog: 1.2.2...1.2.3

1.2.2

28 Jan 16:31
Compare
Choose a tag to compare
  • Fix bad ISO timestamp causing parsing errors in the aw-server-rust backend (and subsequently crashing the plugin)

Full Changelog: 1.2.1...1.2.2

1.2.1

23 Jan 10:35
Compare
Choose a tag to compare
  • Added tracking of deletion, creation and renaming of files/folders in Obsidian
  • Added eventTypes to ActivityWatch request payload to discern between different types of events

Full Changelog: 1.1.0...1.2.1

1.2.0

23 Jan 09:46
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release

preliminary event tracking to address issue #1

  • Added field "eventType" to watcher payload
  • Added tracking of zero-duration delete file event [id foss.grimmauld.aw.watcher.obsidian.deleteFileEvent]
  • Added tracking of zero-duration create file event [id foss.grimmauld.aw.watcher.obsidian.createFileEvent]
  • Added tracking of zero-duration rename file event [id foss.grimmauld.aw.watcher.obsidian.renameFileEvent]
    Heartbeats now have the id foss.grimmauld.aw.watcher.obsidian.activeFileHeartbeatEvent
    This should be non-breaking changes.

1.1.0

15 Jan 17:05
Compare
Choose a tag to compare

Track vault path, file path and Obsidian version

1.0.2

15 Jan 11:38
Compare
Choose a tag to compare

Fix plugin ID mismatch

1.0.1

15 Jan 11:32
Compare
Choose a tag to compare

1.0.0

15 Jan 11:09
Compare
Choose a tag to compare

This is the first release of aw-watcher.obsidian.
Have fun :)