cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.76k stars 176 forks source link

Add forward-compatibility check for database schema #321

Closed bnprks closed 1 year ago

bnprks commented 1 year ago

This adds an extra safety check in case mcfly encounters a schema newer than it knows how to deal with.

The main motivation is to provide safety for users of my mcfly-fzf companion tool. This way users will see an obvious error if the DB schema used by their mcfly binary somehow is off from the schema used by their mcfly-fzf binary.

cantino commented 1 year ago

Thanks @bnprks

cantino commented 1 year ago

Released in v0.8.0.