AndreasSko / go-jwlm

A command line tool to easily merge JW Library backups, written in Go.
MIT License
71 stars 3 forks source link

Support schema version 14 again 🙃 #150

Closed AndreasSko closed 10 months ago

AndreasSko commented 10 months ago

It seems that most users are back to v14. So we can support it again. Let's just hope that this was the last revert for a while 🙃😅

Other changes: Make clear that backup is incompatible with error

Adding a "backup incompatible" to the error message for manifest validation. This should make the error message more clear and also help to determine the correct view for the iOS app :)

Related: #148 #146 Fixes #149