GitbookIO / nuts

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
http://nuts.gitbook.com
Apache License 2.0
1.25k stars 299 forks source link

Support for /update specific channels #92

Open jsloyer opened 8 years ago

jsloyer commented 8 years ago

The rest of nuts supports channels however the /update route does not.

Currently the routes are the following.

/update/:platform/:version
/update/:platform/:version/RELEASES

I am proposing the following, adding an optional channel.

/update/:platform/:version/:channel
/update/:platform/:version/RELEASES/:channel

I can submit a PR for this but I want buy in before submitting. @SamyPesse thoughts?

razvanilin commented 8 years ago

+1 I came across this now too. I was versioning my releases with channels but the auto-update doesn't work properly if I go down that way.

fredericlefeurmou commented 7 years ago

Is this going to be implemented?

rahilsondhi commented 7 years ago

Isn't this a dupe of https://github.com/GitbookIO/nuts/pull/95, which is done?