This is a fully automated repository, tasked with identifying the features added or removed in each Edge canary channel update.
These features are Controlled Feature Rollouts.
By identifying the changes, you can enable and experience specific new features in Edge canary before anyone else, or before the feature is even officially enabled for anyone.
The GitHub action runs every 12 hours.
Releases are published for each update automatically, giving an overview of what features were added and removed in each version.
Make sure you select the Watch option at the top of this page to receive notifications on your GitHub and Email whenever a new version of Edge Canary is released.
Continuing to improve the user experience of this repository.
12 new features were added in the latest Edge Canary update
- MSb2E1
- msEdgeAskCopilotSearchChips
- msFavoritesV2SmallBreadcrumbView
- msNurturingGlobalSitePinningCustomTrigger
- msNurturingGlobalSitePinningOnCloseModal
- msNurturingWorkspacesMsaOnRestorePrompt
- msRNTP
- msSmartScreenSubResourceThrottle
- msWalletAddMembershipRewardIncentive
- msWalletChecoutDAFPaymentsOnly
- msWAMAADSignOut
- msWdagAutoCloseNavigatedTabs
Run this in PowerShell without downloading (No admin privileges required)
Invoke-RestMethod 'https://raw.githubusercontent.com/HotCakeX/MSEdgeFeatures/main/Shortcut.ps1' | Invoke-Expression
Or download it on your system and then run.
It will create an Edge canary shortcut in your Downloads folder. This shortcut includes all the new features that were added in the latest Edge canary update. You can verify it by right-clicking on it and viewing the Target of the shortcut.
Once you launch Edge canary using the shortcut, you can check out more info about what features are enabled in Edge canary by visiting this page: edge://version/
and looking at the Command-line section.
I might sometimes post notable new features I come across in the Discussions section, you can do the same and let us know what you find!
-
The max number of characters the feature flags can consume is roughly
1000
, if they exceed that number, they will be ignored. -
Sometimes feature flags with similar names should be used together in order to activate a certain feature, using them individually might not activate anything.