Skip to content

This repository Lists Microsoft Edge insider Canary channel features before anyone else - Used by enthusiasts who are looking for trying out bleeding edge features first

License

Notifications You must be signed in to change notification settings

SpyNetGirl/MSEdgeFeatures

Repository files navigation

What is this repository ?

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.

horizontal super thin rainbow RGB line

Last run details

Latest Edge Canary version: 117.0.1953.0

Last processed at: 07/01/2023 06:42:33 (UTC+00:00)

12 new features were added in the latest Edge Canary update
  • MSb2E1
  • msEdgeAskCopilotSearchChips
  • msFavoritesV2SmallBreadcrumbView
  • msNurturingGlobalSitePinningCustomTrigger
  • msNurturingGlobalSitePinningOnCloseModal
  • msNurturingWorkspacesMsaOnRestorePrompt
  • msRNTP
  • msSmartScreenSubResourceThrottle
  • msWalletAddMembershipRewardIncentive
  • msWalletChecoutDAFPaymentsOnly
  • msWAMAADSignOut
  • msWdagAutoCloseNavigatedTabs

horizontal super thin rainbow RGB line

How to use ?

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.

horizontal super thin rainbow RGB line

Feel free to share your findings !

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!

horizontal super thin rainbow RGB line

Things to note

  • 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.