Skip to content

Version Management

rIDE is currently on Version 3.0.0

The first number is the major release number, the second number is the minor release number, and the third number is a patch number.

Major versions in rIDE are versions that could have breaking changes to the current StarterKit or rIDE, making the app crash if a user on a previous major version tries to build on a new major version.

We preserve all previous major versions so that existing users of rIDE won’t be required to migrate to a new version upon release. They will not have access to any new features of the new Major release unless they manually upgrade and patch their existing version

Existing users must utilize rIDEs patching tools and manually upgrade their apps to work in newer Major Versions.

Minor versions of rIDE are versions that don’t have breaking changes but have new features.

Minor versions are constantly pushed out to users. When a user opens rIDE the next time, an automatic update will occur.

No patching should be necessary.

Changelog Component is COMING SOON