docs: add 0.85.3 changelog entry for #6527 (FLET_APP_HIDDEN fix)#6561
Merged
Conversation
PR #6527 (FLET_APP_HIDDEN honored in Windows/Linux desktop runners) was merged before the 0.85.3 release was cut but was not listed in either CHANGELOG.md or packages/flet/CHANGELOG.md. The Dart-side changelog also incorrectly stated "No changes in the `flet` Dart package" for 0.85.3 despite window.dart changes from #6527.
FeodorFitsner
added a commit
that referenced
this pull request
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fix: honor AppView.FLET_APP_HIDDEN in Windows and Linux desktop runners) was merged on 2026-06-04 — before the 0.85.3 release is cut — but is missing from bothCHANGELOG.mdandpackages/flet/CHANGELOG.mdunder the0.85.3section.CHANGELOG.md0.85.3 section covering the Windows runnerFLET_HIDE_WINDOW_ON_STARTfix, the Linux pre-show placement deferral, and theprevent_closefocus-state fix that shipped together in that PR._No changes in thefletDart package…_placeholder inpackages/flet/CHANGELOG.md0.85.3 with a proper Bug fixes section, since fix: honor AppView.FLET_APP_HIDDEN in Windows and Linux desktop runners #6527 also modifiespackages/flet/lib/src/services/window.dart.Test plan
CHANGELOG.mdand confirm the new entry sits with the other bug fixes and links resolve.packages/flet/CHANGELOG.mdand confirm the new bullet replaces the prior placeholder.Summary by Sourcery
Document the window visibility and placement bug fixes included in release 0.85.3 for both the root project and the Dart package changelogs.
Documentation: