Skip to content

Release v0.7.52

Choose a tag to compare

@tyemirov tyemirov released this 11 Aug 19:45
· 42 commits to master since this release

[v0.7.52] - 2026-08-11

  • docs: remove obsolete PLAN.md restriction
  • docs: update agent planning and governance guidance
  • docs: consolidate repository engineering guidance
  • chore(gitignore): track root plan and ignore MPRLab plans
  • fix(deploy): migrate resources manifest to schema v4
  • Onboard repository for ISSUES.md (#319)
  • chore: add semver release configuration
  • Merge pull request #317 from tyemirov/bugfix/B083-react-native-install-policy
  • Merge pull request #323 from tyemirov/bugfix/B086-deterministic-login-redirect
  • Fix B086 deterministic login redirect
  • Merge pull request #322 from tyemirov/improvement/I036-disable-codeql
  • Improve I036 repository validation authority
  • Merge pull request #320 from tyemirov/bugfix/B085-tiff-descriptor-race
  • Fix B085 TIFF descriptor race
  • Merge pull request #318 from tyemirov/bugfix/B084-vendored-image-size-dist
  • Fix B084 vendored image-size runtime
  • Fix B083 sealed React Native install
  • fix(mobile): vendor patched image-size dependency
  • chore(mobile): add image size security audit
  • ci(mobile): audit image size during mobile checks
  • fix(release): replace vulnerable image-size parser
  • chore: track vendored mobile dependencies
  • docs: refine workflow validation guidance
  • docs: define validation policy for agent guidance
  • B081: build mobile store releases locally (#313)
  • fix: remove obsolete app-owned GitHub Pages CNAME from source tree (#312)
  • Propagate PR #309 stack into PR #310
  • Propagate PR #308 stack into PR #309
  • Propagate PR #307 stack into PR #308
  • Propagate PR #306 stack into PR #307
  • Propagate B078 validation fix into PR #306
  • Isolate B078 browser validation from production analytics
  • Preserve mobile compiler API under TypeScript 7
  • Propagate PR #309 stack into PR #310
  • Propagate PR #308 fix into PR #309
  • Fix TypeScript 7 package consumer resolution
  • Align mobile validation with Expo SDK 57
  • Stack PR #310 on PR #309
  • Stack PR #309 on PR #308
  • Fix TypeScript 7 client module resolution
  • Stack PR #308 on PR #307
  • Fix TypeScript 7 test module resolution
  • Stack PR #307 on PR #306
  • Stack PR #306 on B078
  • Resolve B078 PR chain after B079 merge
  • chore(deps): bump the mobile-dependencies group
  • chore(deps): bump the go-dependencies group with 6 updates
  • chore(deps-dev): bump typescript
  • chore(deps-dev): bump the test-dependencies group
  • chore(deps): bump the workflow-actions group with 4 updates
  • Fix B079 authenticated landing state and CSP (#305)
  • test: check SSE availability using browser context and page evaluation
  • docs(issues): document SSE regression test change and updated file list
  • chore: add Dependabot coverage and pin workflow action versions in CI
  • Merge pull request #303 from tyemirov/improvement/I035-schema-v3-lifecycle
  • docs: clarify Expo project and credentials bootstrap requirement for gateway
  • refactor: migrate to schema-v3 gateway lifecycle and remove legacy deploy scripts
  • Merge pull request #302 from tyemirov/bugfix/B068-restore-production-login
  • test: remove js-yaml stub and eval config yaml in login config test
  • chore(docker): add x-config-audit-env-file for service configs in compose file
  • chore(compose): add x-config-audit-env-file for all services in computercat
  • fix(configaudit): require x-config-audit-env-file for env_file audit fallback
  • docs: clarify configuration file conventions and example usage in README.md
  • docs: update ISSUES.md and add x-config-audit-env-file to deploy Compose
  • refactor(config-ui): remove authButton config, add sessionPath for envs
  • test: verify config-ui.yaml auth config and sessionPath in login page header
  • fix(validate-mobile-config): check for fake iOS ASC app ID in env examples
  • docs(configs): update example env files with instructional comments and goofy docs
  • fix(configaudit): do not load .env.example files when runtime env files are missing
  • docs: update README to clarify usage of env example files
  • docs(issues): record issue B068 for restoring prod login after config rejection