View a comprehensive history of all the changes introduced in Construct 3 since the first release.
Android: restore 'Key password' field (now optional) when signing with existing keystore
Android: keystore default validity is now 25 years as per latest Play Store requirements
Dropped support for Safari 11 in editor, since it is missing features that the editor now requires
Updated 'Multiplayer chat' example to require entering a room name
Animations editor: improve fill tool color tolerance calculation
Deprecated system unixtime expression - use Date plugin 'Now' expression instead
Project bar: 'Delete' keyboard shortcut within family now removes objects from family instead of deleting object type
OneDrive: switched to using newer Microsoft Graph API, which should support more account types
Google Drive/OneDrive: shared folders now show with a different icon
Android export: removed 'Key password' field since it was ignored by the Java keytool
Animations editor: revert fill tool to r197.2 state
Timelines: a timeline using absolute result mode now overrides all other changes (breaking change)
Physics: now defaults to framerate-independent mode (possible breaking change)
'Use worker' property has new default 'Auto' mode
Layout View: drag-dropped SVG files now use a more appropriate size
Mobile advert: update Google Mobile Ads SDK to 7.58.0
Animations editor: improve the flood fill tolerance algorithm
(no changes since r196.2)
SpriteFont: use default character set when no instances placed in project
Android: now extends display around notch based on 'Viewport fit' project property rather than 'Hide status bar' option
Mobile Advert: updated to use WKWebView instead of UIWebView on iOS
SpriteFont: default color is now blue, to try to make it clearer it corresponds to the 'Color' property
Pin behavior: can now pin any combination of properties
Pin behavior: separated rope/bar mode to 'Pin at distance' action
Updated 'Sine behavior types' example to include Z elevation
Removed "addon unsupported features" dialog; now only logs message to console
Revert earlier change to frame scheduling due to a bug in Chrome - hopefully it can be reintroduced when fixed
Memory management now waits for objects created in 'On start of layout' to finish loading before drawing anything
Image sprite IDs are now randomly assigned instead of incrementing (useful for merging on source control)
Platform behavior: increased precision when detecting floor landing (possible breaking change)
Event sheet view: default value for global/local/instance variable parameters now matches variable type
Event sheet view: "add to"/"subtract from" variable parameter now defaults to first number type variable (if any)
Event sheet view: now selects and scrolls to newly added global/local variable
Removed 'Don't do this again' option on C3 runtime upgrade notification
Updated display strings for Orbit behavior actions
Disable WebGL 2 on Android devices using Chrome/WebView 74 or older, since they may still be affected by old bugs that were since fixed