-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* construct improvements feat(plugin-construct): add throttle zip log feat(plugin-construct): add click on addon installation prompts feat(plugin-construct): add loading project progress * fix timeout order * add prerelease script * 1.2.1-dev.0 * steam improvements feat(app): add live logs hooks support feat(plugin-steam): fix permissions & general improvements * 1.2.1-dev.1 * improvements add messaging handlers fix electron configuration override * fix mac construct export * update deps * revert electron forge * improve tests * add video record on CI
- Loading branch information
Showing
52 changed files
with
2,833 additions
and
1,278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@cyn/app': patch | ||
--- | ||
|
||
feat(plugin-construct): add throttle zip log | ||
feat(plugin-construct): add click on addon installation prompts | ||
feat(plugin-construct): add loading project progress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@cyn/app': patch | ||
--- | ||
|
||
add live logs hooks support | ||
fix steam permission, general improvements & logged out detection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,3 +98,4 @@ sentry.properties | |
|
||
assets/shims | ||
assets/electron/template/app/src/app | ||
playwright/**/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.