Understanding Version Numbers
Version Number Format
Version Number Format
Rhu Editor follows Semantic Versioning to structure its version numbers.
The format consists of three main components: MAJOR.MINOR.PATCH (x.x.x)
MAJOR indicates a significant change and will usually only be incremented following a major (read "overhaul") to Rhu Editor or a fully new public release.
MINOR indicates a new feature or a change to Rhu Editor's systems.
PATCH indicates an update to an existing feature, bug fixes, performance updates, etc.
Example
Example
v0.1.31 indicates that Rhu Editor is in pre-release (0), with 1 major version update, and 31 patches.
To read about Rhu Editor's latest updates, visit the What's New page here.