You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
## 1.14 (Ongoing)
3
+
## 1.14
4
4
5
5
### Important for Upgrades
6
6
@@ -21,6 +21,7 @@
21
21
* Can now specify Strings as valid values for card properties marked as numbers in CardConfig. They will be excluded from numerical filters and comparisons in the scripting engine, so you need to provide appropriate logic.
22
22
* Added new function in `cfc.hide_all_previews()` which will hide all currently opened card preview popups.
23
23
* SignalPropagator will now emit its own signal duplicating the signal it just received. Allows any object (including non-scriptables) to hook into the card triggers from a central spot.
24
+
* Larger focus card (coming form the viewport) will now not have an opaque background.
0 commit comments