Skip to content

fix: post-merge corrections (viewer --version + .env.example docs) - #29

Merged
Viniciusap merged 1 commit into
masterfrom
fix/post-merge-corrections
Jun 10, 2026
Merged

fix: post-merge corrections (viewer --version + .env.example docs)#29
Viniciusap merged 1 commit into
masterfrom
fix/post-merge-corrections

Conversation

@Viniciusap

Copy link
Copy Markdown
Owner

What

Follow-up fixes for PRs #26 and #27 that were merged with two issues.

Changes

viewer/App.xaml.cs (fix for #26)

  • --version flag used bare Console.WriteLine in a WinExe app — output was silently discarded
  • Fix: AttachConsole(-1) (ATTACH_PARENT_PROCESS) before writing, FreeConsole() after

*.env.example (fix for #27)

  • PR feat: add self containing docs for .env.examples files #27 changed BROKER_HOST=192.168.x.x to 192.168.1.10 — a real-looking IP as placeholder is confusing
  • Reverted to 192.168.x.x
  • Preserved the ALLOWED_SENDERS multi-line clarification comment added in S28 (the PR had replaced it with a shorter version)

Closes

Closes #27

- viewer: use AttachConsole(-1) so --version output reaches the terminal
  (WinExe subsystem has no console by default)
- .env.example: keep 192.168.x.x placeholder (not a real IP)
- .env.example: preserve ALLOWED_SENDERS clarification comment from S28
@Viniciusap
Viniciusap merged commit ae99e17 into master Jun 10, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant