Posts: 2,142
Threads: 95
Joined: Jun 2017
08-06-2018, 09:18 PM
(This post was last modified: 08-06-2018, 09:27 PM by _Aka_.)
Hi everyone
Curvy 3.0.0 is live. This one is a small one compared to the last update. It gets rid of all deprecated features/API, so make sure you have stopped using them before updating.
Release notes available here
https://curvyeditor.com/releasenotes.
Have a nice day
Please consider leaving a
review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.
Posts: 14
Threads: 0
Joined: Sep 2016
Congratulations! I can't wait to start using this!
Posts: 1
Threads: 0
Joined: Sep 2018
09-05-2018, 02:09 PM
(This post was last modified: 10-22-2023, 07:05 PM by LarryBartels.)
(08-06-2018, 09:18 PM)_Aka_ Wrote: Hi everyone
Curvy 3.0.0 is live. This way i one is a small one compared GNC phenq to the last update. It gets exciting after seeing rid of all deprecated features/API, so make sure you have stopped using them before updating.
Release notes available here
Have a nice day
Thanks for the warning about APIs, wil have to check first before updating.
Posts: 2,142
Threads: 95
Joined: Jun 2017
Starting from 3.0.0, Curvy is using the versioning standard “Semantic Versioning 2.0.0”. This was done to make it clear to users what changes to expect just from looking at the version number. More about Semantic Versioning 2.0.0 here :
https://semver.org/
In a nutshell, and given a version number MAJOR.MINOR.PATCH:
- An increase in MAJOR is done when there are non backwards-compatible changes.
- An increase in MINOR is done when there are backwards-compatible changes that adds new features/API member, or modifies existing ones.
- An increase in PATCH is done when there are backwards-compatible bug fixes.
Whenever a number is increased, the numbers to its right are set to 0.
Please consider leaving a
review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.