Can release candidates work side-by-side with stable ones?
As this could (potentially) depend on the used OS it would be good to provide these information.
For windows (10): the v8-release candidate (and later the stable v8) can be installed alongside the kicad v7 version.
You should separate your user libraries into v7/v8 folders. (after saving a library with v8 it can’t be loaded with v7 anymore)
Treat release candidates of the next major version (for example, 8.0.0-rc3) as if they were a nightly build:
- They can be installed side-by-side with the current stable
- Files and libraries modified with them will no longer be openable in the stable version
Treat release candidates of the next stable bugfix release (for example, 7.0.11-rc4) as if they were a stable build:
- They install over the stable build, not side-by-side
- There are no file compatibility issues with the stable build
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.