Skip to content

release: FluxRoute v1.7.1 — фикс-релиз - #76

Open
klondike0x wants to merge 64 commits into
masterfrom
nightly
Open

release: FluxRoute v1.7.1 — фикс-релиз#76
klondike0x wants to merge 64 commits into
masterfrom
nightly

Conversation

@klondike0x

@klondike0x klondike0x commented Aug 21, 2026

Copy link
Copy Markdown
Owner

Цель

Подготовить фикс-релиз FluxRoute v1.7.1 из ветки nightly в master.

Что входит в PR

Проверка

  • dotnet build FluxRoute.slnx --no-restore — успешно.
  • CI Build and test (Windows x64) — успешно.
  • Тесты: 355/355, ошибок нет.

Связанные PR

Связанные тикеты: issue #83, issue #85.

fix(update): восстановить автоматический перезапуск после обновления
fix(ui): исправить отображение иконки кнопки питания
@klondike0x
klondike0x marked this pull request as ready for review August 22, 2026 01:14

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8b1565a024

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread FluxRoute/Views/MainWindow.xaml.cs Outdated
Comment on lines +273 to +276
// Программное закрытие при успешном обновлении не должно попадать
// под пользовательское подтверждение или сворачивание в трей.
if (Dispatcher.HasShutdownStarted)
_isClosingConfirmed = true;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Detect application shutdown before entering close-to-tray logic

When the successful-update path calls Application.Current.Shutdown() in UpdatesViewModel.InstallAppUpdate, WPF begins closing application windows before it starts shutting down the dispatcher, so Dispatcher.HasShutdownStarted is still false here. With the default CloseToTray = true, this therefore enters the branch below, hides the window, and returns before the normal shutdown cleanup that stops WinWS/TG Proxy and disposes resources; depending on WPF's forced-shutdown handling, it can also leave the updater waiting for a process that was merely hidden. Track the application/update shutdown explicitly instead of using the dispatcher lifecycle flag.

Useful? React with 👍 / 👎.

@klondike0x klondike0x self-assigned this Aug 22, 2026
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