Highlights
- Send only what's new. In file and folder reviews,
Enow sends only annotations that are new or edited since the last successful send, and the header says how many:Send 2 new. Sent notes stay visible with asenttag. A failed or blocked send keeps everything pending. - Review menu.
mopens a menu next to the send button with the other review actions and their live counts:Rresend all,Ffinish review,Uundo finish,Harchive. The direct keys work without the menu. - Finish review.
Farchives sent, unchanged notes out of the document into the file's own archive, recoverable fromHwith their ids and delivery history intact, including after a restart. The archive is an optional field on the existing record; older builds and the Plannotator browser app read the record unchanged. - Folder reviews skip an unreadable annotated file with a note instead of failing to open, and feedback keeps the same trailing newline as before.
- Copies to the clipboard already used OSC 52; that path is now named and pinned with tests, so on Herdr 0.9.0 a copy from a remote server reaches your own clipboard.
Compatibility
- Annotation records written by 0.7.0 load unchanged. New records add an optional
archivedlist and write timestamps with fixed millisecond precision. --print,--exportfor single files, and the feedback archive line format are unchanged.--snapshotoutput changes only in the header row for file and folder reviews.- Removing a sent annotation no longer re-arms the send; nothing new is created by removing a delivered note. This applies to reply reviews as well.
Changes
- feat: name and test the osc 52 copy path by @backnotprop in #68
- feat(review): send pending feedback and archive finished reviews by @Shujakuinkuraudo in #69
- release: 0.8.0 by @backnotprop in #70
Full Changelog: v0.7.0...v0.8.0