loophole / cli

Loophole. Instant hosting, right from your local machine. CLI.
https://loophole.cloud
MIT License
168 stars 17 forks source link

Update mechanism #130

Open denny241 opened 3 years ago

denny241 commented 3 years ago

For now I just fixed a bug that caused the update message to be displayed in a broken way (Example) This issue was likely caused by the loader; despite us putting concurrency checks in place to prevent overwrites, the loader would mess things up because the message used to be put out without newline

denny241 commented 3 years ago

Still need to test it, but this should basically be it. I reread the issue and noticed that we haven't discussed in what way to inform the users about what has changed. Simplest approach would be to append the changelog from the release page to the notification?