Skip to content

Commit b35a2bd

Browse files
committed
Various bug fixes
Updated: tk-core to v0.18.97 - Configurations now have transaction markers that indicate when an update started and ended. If the ended marker is missing, the configuration will be updated again since it is in an incoherent state. There was also a performance issue with resolve_descriptor which wrote the configuration to disk when it wasn't needed. tk-desktop to v2.3.6 - Fixes an error when there is no pipeline configuration for a given project. tk-frameworkdesktopserver to v1.1.14 - Fixes an issue with the latest Toolkit core which fixes a bug where classic configurations were not showing up in actions menu
1 parent 40467f1 commit b35a2bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/core_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
location:
1515
type: app_store
1616
name: tk-core
17-
version: v0.18.96
17+
version: v0.18.97

env/includes/common/engines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ common.engines.tk-flame.location:
5151
common.engines.tk-desktop.location:
5252
type: app_store
5353
name: tk-desktop
54-
version: v2.3.4
54+
version: v2.3.6
5555

5656
# Shell
5757
common.engines.tk-shell.location:

env/includes/common/frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ frameworks:
3939
name: tk-framework-widget
4040
tk-framework-desktopserver_v1.x.x:
4141
location:
42-
version: v1.1.11
42+
version: v1.1.14
4343
type: app_store
4444
name: tk-framework-desktopserver

0 commit comments

Comments
 (0)