mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-20 09:22:13 +00:00
The stored plug-in identity is now the AA.BB.CC series (matching BambuStudio) rather than the full build version, so the meaningless 4th build digit stops driving config, the whitelist, filenames, and the version selector. This fixes the macOS "can't switch to an older build" bug: the cloud endpoint is series-keyed and only ever serves a series' newest build, so downgrade-by- download was impossible and the download silently adopted the latest. A startup migration normalizes an existing full-version config and file name to the series form with no re-download, the loader resolves a bare series to the newest same-series build on disk, and user-provided custom-named plug-ins (libbambu_networking_02.08.01_custom.*) are still enumerated and loaded.