Skip to content

Version of Cursor Changer

tamago1908 edited this page Nov 18, 2024 · 4 revisions

Version of Cursor Changer

The versioning system of Cursor Changer follows the format :

(Big).(Major)(Patch)
For example, a version like 1.13a. The 1 is the big number, which rarely changes. The 13 represents the major update number, which increases with each major update. The letter a represents the patch and indicates smaller updates or fixes.

Patch numbers are represented by letters, where a means 1, b means 2, and so on. These patch numbers increase when smaller updates or bug fixes are released.

Additionally, Cursor Changer also has beta versions. These versions follow a format like this :
(Big).(Major).b(Beta Major)
For example, 1.13.b1. Here, b stands for "Beta", and the 1 represents the major beta update number. If there are updates within the beta phase, the beta major number increases.

In Cursor Changer, beta versions are usually displayed as something like 1.13β1. However, in the code, to avoid complexity, it's represented in the format 1.13.b1.

A beta version means it's a pre-release of the next major update and is not fully complete. It’s newer than the previous official release but still in development. For example :
1.13 > 1.13.b1 > 1.12

Cursor Changer generally does not provide support for previous versions. Only the latest version at any given time is supported. If both 1.13 and 1.14 exist, only 1.14 will be supported. Similarly, if both 1.13 and 1.14.b1 exist, only 1.14.b1 will be supported.

However, since beta versions may contain bugs, issues, or unfinished features, it’s recommended to avoid using them if you're concerned about stability.

Clone this wiki locally