Skip to content

v0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Sep 03:30
70904ea

Highlights

  • Send only what's new. In file and folder reviews, E now 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 a sent tag. A failed or blocked send keeps everything pending.
  • Review menu. m opens a menu next to the send button with the other review actions and their live counts: R resend all, F finish review, U undo finish, H archive. The direct keys work without the menu.
  • Finish review. F archives sent, unchanged notes out of the document into the file's own archive, recoverable from H with 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 archived list and write timestamps with fixed millisecond precision.
  • --print, --export for single files, and the feedback archive line format are unchanged. --snapshot output 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

Full Changelog: v0.7.0...v0.8.0