Releases: LordGrimmauld/aw-watcher-obsidian
Releases · LordGrimmauld/aw-watcher-obsidian
1.3.0
Addressing Plugin review at obsidianmd/obsidian-releases#1544 (comment)
Full Changelog: 1.2.3...1.3.0
1.2.3
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
- @ErikBjare made their first contribution in #3
Full Changelog: 1.2.2...1.2.3
1.2.2
- 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
- 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
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 idfoss.grimmauld.aw.watcher.obsidian.activeFileHeartbeatEvent
This should be non-breaking changes.
1.1.0
Track vault path, file path and Obsidian version
1.0.2
Fix plugin ID mismatch
1.0.1
Patch pitfalls from https://github.com/obsidianmd/obsidian-releases/blob/master/plugin-review.md
1.0.0
This is the first release of aw-watcher.obsidian.
Have fun :)