Comparing processing-1311-4.5.0...processing-1312-4.5.1 · processing/processing4
Commits on Dec 20, 2025
-
Refactor splash screen launch logic in Start.kt (#1357)
Simplifies the splash screen logic by removing coroutine delays and instead using a LaunchedEffect to trigger Base.main after the splash animation completes. The splash window now closes automatically when a new window is opened, improving startup flow and reliability.
Commits on Jan 14, 2026
Commits on Jan 16, 2026
-
Instant Locale Updatee (#1384)
Keep track of locale updates within the Process so that when the user changes the locale, that is immediately reflected within the app and later within other instances of Processing when the watch file kicks off the reload
-
Make
CapturePreferencesonly keep track of changes (#1383)Before `CapturePreferences` would override `LocalPreferences` and halt any changes upstream until `apply` was called, now it will let those changes slip through so we get immediate feedback on changes made in the preferences screen.