macos-auto-clicker icon indicating copy to clipboard operation
macos-auto-clicker copied to clipboard

As a user, I would like to be notified of a new release/update and download it

Open othyn opened this issue 2 years ago • 5 comments

Not sure how other devs do this, or manage auto update handling, but it would be cool at least to just check if a new release is available. Maybe check for N+1 on the release patch version? Or any major/minor version for that matter, the UI could respond to that and say as such depending on what the latest build version is in comparision to the current one.

othyn avatar Jul 06 '22 17:07 othyn

Okay this looks really neat: https://github.com/sparkle-project/Sparkle

othyn avatar Jul 06 '22 17:07 othyn

Ah, requires app signing... https://sparkle-project.org/documentation/#3-segue-for-security-concerns which is fair play given what its being tasked to do without explicit user interaction.

I really should get this setup anyway to close #12 and it would help with #15 (if not a necessity there too!)

Looks like I need to get me a paid Apple developer account...

othyn avatar Jul 06 '22 17:07 othyn

This would be handy, I've been on 1.2 for a long time :) Liking the new UI and controls!

james-s-w-clark avatar Dec 19 '22 17:12 james-s-w-clark

This would be handy, I've been on 1.2 for a long time :) Liking the new UI and controls!

Thanks! Glad you like it 😄 I may look at just a notifying UI in the interim, until the app can be notarised for automatic updates.

othyn avatar Dec 20 '22 03:12 othyn

Just the notification phase could be accomplished via something like this:

https://github.com/4np/GHKit

Then the user could be prompted to just go download the update manually until a point in which the app is signed.

othyn avatar Jul 01 '23 12:07 othyn