Skip to content

Add attributes to windows commands to allow running in the background - #741

Merged
bulldozer-bot[bot] merged 2 commits into
developfrom
gsilva/windows-background
Aug 13, 2026
Merged

Add attributes to windows commands to allow running in the background#741
bulldozer-bot[bot] merged 2 commits into
developfrom
gsilva/windows-background

Conversation

@GuilhermeJSilva

Copy link
Copy Markdown
Contributor

Before this PR

  • Windows processes would be killed when the parent dies, because consoles propagate signals to their children

After this PR

==COMMIT_MSG==
==COMMIT_MSG==

  • Windows processes are started in a new group, preventing the processes from dying when started from the console

Possible downsides?

@changelog-app

changelog-app Bot commented Aug 7, 2026

Copy link
Copy Markdown

Generate changelog in changelog/@unreleased

Type (Select exactly one)

  • Feature (Adding new functionality)
  • Improvement (Improving existing functionality)
  • Fix (Fixing an issue with existing functionality)
  • Break (Creating a new major version by breaking public APIs)
  • Deprecation (Removing functionality in a non-breaking way)
  • Migration (Automatically moving data/functionality to a new system)

Description

Add attributes to windows commands to allow running in the background

Check the box to generate changelog(s)

  • Generate changelog entry

@changelog-app

changelog-app Bot commented Aug 7, 2026

Copy link
Copy Markdown

Successfully generated changelog entry!

Need to regenerate?

Simply interact with the changelog bot comment again to regenerate these entries.


📋Changelog Preview

💡 Improvements

  • Add attributes to windows commands to allow running in the background (#741)

@GuilhermeJSilva
GuilhermeJSilva marked this pull request as ready for review August 10, 2026 13:17
@bulldozer-bot
bulldozer-bot Bot merged commit 86a03fd into develop Aug 13, 2026
9 checks passed
@bulldozer-bot
bulldozer-bot Bot deleted the gsilva/windows-background branch August 13, 2026 15:06
@autorelease3

autorelease3 Bot commented Aug 13, 2026

Copy link
Copy Markdown

Released v1.276.0

This creates a tag and GitHub release. Additional build or deployment steps may still be in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants