Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Check if nextcloud update is available #149

Closed
BornToBeRoot opened this issue May 17, 2019 · 1 comment
Closed

Feature Request: Check if nextcloud update is available #149

BornToBeRoot opened this issue May 17, 2019 · 1 comment

Comments

@BornToBeRoot
Copy link

Something similar to the app update... To see if a new nextcloud version is available...

There should be an info for major releases and for the current branch.

Example:

<data>
  <nextcloud>
    <update>
     <currentbranch_available>True|False</currentbranch_available>
     <currentbranch_version>V x.x.x.x|none</currentbranch_version>
     <major_available>True|False</major_available>
     <major_version>V x.x.x.x|none</major_version>
   </update>
  </nextcloud>
</data>
@joshtrichards
Copy link
Member

Looks like this and #211 were duplicates of each other. In any case, recently implemented in #434

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants