Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Any reason why it's allowed to update an app from version x.y.z to x.y.z? (In the context of a non-appstore app)
@Lanhild The semver version checks are semantics of appstore. For non-appstore apps, since they are usually built via CLI, you will otherwise have to bump the version each time you cloudron update . This can be quickly very annoying.
cloudron update
Also, CLI tool allows version jump, downgrades, anything is possible. Because why not...
Got it. Thanks for the answer!