v0.1.22
What’s Changed
Fixes
-
ID mapping recovery after git merge:
tbdnow automatically detects and
reconciles missing ID mappings after git merges.
When short IDs are lost due to merge conflicts inids.yml, the doctor and sync
commands recover the original short IDs from git history, preserving stable
human-readable references. -
Merge protection for ID mappings: Added
.gitattributeswithmerge=union
strategy forids.yml, preventing git merge conflicts from silently dropping ID
mappings in the first place.
Full commit history: v0.1.21...v0.1.22