June 2025
Improvements:
-
Added community license support
-
Added support for using QOps in GitHub Codespaces
→ See setup instructions
Bug fixes:
QOps-ShowTasks / QOps-TriggerTasks
-
Fixed issue where only reload tasks were processed — now all task types are handled
QOps-Build
-
Fixed build failure on certain apps when
SerializationType
is set toYaml
-
Fixed crash when building apps containing bookmarks (
Exception during deserialization
)
Serialization
-
Fixed default global serialization type logic — now defaults to
yaml
(previouslyjson
) for new repositories
QOps-ConvertTo
-
Fixed bug where conversion to
json
failed with"Exception during deserialization"
Widgets & Master Objects
-
During
build
, ifappId
is present in widgets or master objects, it is now correctly set to_self
QOps-Release (Cloud)
-
Fixed various issues when releasing to new apps in managed/shared spaces:
-
Failures during release now handled more gracefully
-
Fixed inconsistent behavior when opening apps after release:
-
Thumbnails and owners now update correctly across time and sessions
-
Avoids early “app already open” error on immediate
qops-prepare
afterqops-release
-
-
-
Fixed issue where release succeeded but all sheets moved to "work" section
QOps-Build into existing app
-
Fixed issue with
qops-build
when targeting an existing app
Gitignore
-
Cleaned up
.gitignore
file — removed excessive/unnecessary entries