biscuit
biscuit copied to clipboard
Extension version control
- Since we're storing the version info within extension list, we can easily detect if anything is outdated (the list is fetched on every biscuit launch)
- upon user confirming update, just fetch, pull the submodule latest -- done!
edit: why not just compare the submodule tags instead? that will make it easier or not?