跳转到内容

2.0.1 版本说明

发布日期: 31st January 2024

2.0 发布说明→

在 Cavalry 2.0.0 或更早版本中创建的场景,在 Cavalry 2.0.1 中打开时将会被转换。该文件将被复制为一个新场景,需要保存——你会注意到旧场景在打开时将被命名为 <yourSceneName> [Converted].cv。从 2.0.1 起保存的任何场景将不兼容任何旧版本的 Cavalry。

2.0.1 版本的 macOS 最低要求已提升至 11.0(Big Sur)。

When setting variables for JavaScript Layers at the global level, any legacy files that were using let or const will now be converted to var.

  • Fixed a crash when opening Scenes that contained JavaScript Layers connected to other JavaScript Layers.
  • Fixed a crash with the ‘cp1’ object for quadTo in the Cavalry Module.
  • Fixed a bug where making connections to existing indices in an Array via the Scene Window was actually adding new indices.
  • Fixed a bug where making connections to replace connections to existing indices in an array/list via the Scene Window was actually adding new indices/items.
  • Fixed a crash when hitting undo after adding some of the Demo Scenes.
  • Fixed an issue where opening/importing certain Scenes containing a combination of multiple Compositions and Assets was causing a crash.
  • Connections from math Layers to checkboxes (e.g. math.id→ifElse.condition) were being unintentionally blocked.
  • Connections from rotation to certain Layer types (e.g. shape.rotation→valueArray.array.0) from 1.5.6 Scenes were being removed when opening in 2.0.