Skip to content

Release v0.1.20: Harden CI apt-get installs#71

Merged
krazyjakee merged 1 commit into
masterfrom
claude/retag-latest-commit-fjGJ4
May 13, 2026
Merged

Release v0.1.20: Harden CI apt-get installs#71
krazyjakee merged 1 commit into
masterfrom
claude/retag-latest-commit-fjGJ4

Conversation

@krazyjakee

Copy link
Copy Markdown
Contributor

Summary

This release hardens the CI pipeline against transient mirror failures during apt-get installs.

Changes

  • Version bump: Updated config/version in project.godot from 0.1.19 to 0.1.20
  • Changelog: Added entry for v0.1.20 documenting the CI hardening fix

Details

The CI improvements (referenced in #65) make apt-get installs more resilient to temporary package mirror outages or network issues, reducing flaky test runs and build failures caused by transient infrastructure problems rather than code issues.

https://claude.ai/code/session_01NxAYpA6ntU9TC9V17Wta6j

@krazyjakee krazyjakee merged commit 52658a3 into master May 13, 2026
1 check passed
@krazyjakee krazyjakee deleted the claude/retag-latest-commit-fjGJ4 branch May 13, 2026 20:35
krazyjakee added a commit that referenced this pull request Jun 8, 2026
…71)

flutter_local_notifications 19.x throws "Windows settings must be set when
targeting Windows platform" from initialize() when InitializationSettings.windows
is null on Windows. Because main() awaits initializeNotifications() before
runApp(), this aborted startup and the window never loaded.

Add a windows: WindowsInitializationSettings entry with the app's identity
(appName Daccord, appUserModelId com.daccord.app) and a stable GUID. The
show() path does not require WindowsNotificationDetails (the plugin passes
null through), so no further change is needed.

Fixes #70

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.

2 participants