v3.4.1
Fixed
- A newly created item could lose an attachment on re-run -- when
kp2bw
created a fresh Bitwarden item and immediately uploaded its attachment,
bw servecould fail to resolve the just-created item (it looks the id up in
its local vault cache, not on the server), reportNot found, and silently
drop that one attachment. The vault is now synced after items are created and
before attachments upload, and an upload that still hits a not-found error
syncs and retries once.
Full Changelog: v3.4.0...v3.4.1