Skip to content

HotCakeX/MSEdgeFeatures

Repository files navigation

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 8 hours.

Update

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.

horizontal super thin rainbow RGB line

Latest Edge Canary version: 126.0.2579.0

Last processed at: 05/11/2024 00:05:58 (UTC+00:00)

9 new features were added in the latest Edge Canary update
  • msCollegeEntranceExaminationUpsell
  • msEdgeSmartLink
  • msEdgeSmartLinkDebug
  • msEdgeSmartLinkDeepllm
  • msNtpCustomLinksIncludedInTopSites
  • msNtpMostVisitedSitesIncludedInTopSites
  • msPdfTileCacheViewportCache
  • msWalletCheckoutCashbackGiftCard
  • msWalletHubPaymentGiftCard

horizontal super thin rainbow RGB line

  1. Install PowerShell Core latest version

  2. Navigate to the Releases section of this GitHub repository, find the latest update which is at the top, or any other previous update that you are looking for, copy the PowerShell code in that release, paste it in your PowerShell Core (no admin required), it will create the Edge canary batch file (.bat file) for you in the Downloads folder of your computer.

You can start Edge canary with that .bat file and try out the new features added in that specific Edge canary update.

You can verify the .bat file by opening it in a text editor such as VS Code.

Once you launch Edge canary using the .bat file, 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

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

  • Sometimes feature flags with similar names should be used together in order to activate a certain feature, using them individually might not activate anything.