abaldwin88 / roamer

The Plain Text File Manager
MIT License
607 stars 15 forks source link

Consider alternative hashing strategies #6

Closed abaldwin88 closed 7 years ago

abaldwin88 commented 7 years ago

The current hashing strategy creates issues if a user copies a hash, edits the file and then tries to use the hash afterwards.

A potential solution to this is to keep versions for each file's usage in roamer.

abaldwin88 commented 7 years ago

https://github.com/abaldwin88/roamer/blob/6e0c97c9b3f227525985820bbb547727cb5ef6b7/tests/test_integration.py#L298

abaldwin88 commented 7 years ago

Implemented