10.0.20 SR2
Contributors
What’s Changed
.NET MAUI 10.0.20 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 169 commits with various improvements, bug fixes, and enhancements.
AI
-
PR Reviewer Agent by Shane Neuville in https://github.com/dotnet/maui/pull/32340
-
[AI] Moved PR Reviewer Agent to File-Based Instruction System by Jakub Florkowski in https://github.com/dotnet/maui/pull/32659
-
Improved pr-reviewer AI agent and modified the usage instructions in README by Jakub Florkowski in https://github.com/dotnet/maui/pull/32718
-
Add checkpoint/resume system for PR review agent by Jakub Florkowski in https://github.com/dotnet/maui/pull/32774
-
[AI] The Issue-Resolver agent by Jakub Florkowski in https://github.com/dotnet/maui/pull/32804
-
[AI] Fixed links for agents by Jakub Florkowski in https://github.com/dotnet/maui/pull/32818
-
Agents scripts by Shane Neuville in https://github.com/dotnet/maui/pull/32819
-
Add Git workflow rules for Copilot CLI by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32873
-
Simplify agent instructions and consolidate sandbox testing workflow by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/32950
Animation
-
[Windows]Fixed the ViewExtensions RotateYTo and RotateXTo with length 0 crashes by @Ahamed-Ali in https://github.com/dotnet/maui/pull/30167
Button
-
[Android] Fixed Material controls themeing issue by @NirmalKumarYuvaraj in https://github.com/dotnet/maui/pull/30415
CollectionView
-
Fix for CollectionView with GridItemsLayout (Span=1) doesn’t adapt to window width reduction on Windows platform by @praveenkumarkarunanithi in https://github.com/dotnet/maui/pull/31038
-
[iOS] RTL column mirroring in UICollectionView - fix by Jakub Florkowski in https://github.com/dotnet/maui/pull/32372
-
[iOS][CV2]Fixed Selected item color changes from lightskyblue to lightgray after scrolling when deploying ManualMaui Demo project on iOS 26.1 by @KarthikRajaKalaimani in https://github.com/dotnet/maui/pull/32822
-
[Android] Prevent CollectionView SelectionChanged from triggering on SwipeView gesture by @Vignesh-SF3580 in https://github.com/dotnet/maui/pull/30652
-
[iOS] Fixed Current Item change on Device Orientation by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/32672
-
[Android, iOS, Mac] Fix inconsistent Background vs BackgroundColor behavior in CollectionView selection with VSM by @Vignesh-SF3580 in https://github.com/dotnet/maui/pull/32669
-
Fix CollectionView header/footer not removed when set to null on Android with empty ItemsSource by @Shalini-Ashokan in https://github.com/dotnet/maui/pull/32741
-
Fix for iOS CollectionView2 ItemSizingStrategy=“MeasureFirstItem” Fails to Apply Correct Sizing by @SuthiYuvaraj in https://github.com/dotnet/maui/pull/29496
-
[release/10.0.1xx-sr2] [iOS, macOS] Fixed CollectionView group header size changes with ItemSizingStrategy by @github-actions[bot] in https://github.com/dotnet/maui/pull/33166
DateTimePicker
- [iOS] Fix DatePicker to consistently display 4-digit years by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/32451
Dialogalert
- Return stub IAlertManagerSubscription for standard AlertManager by Tim Miller in https://github.com/dotnet/maui/pull/32646
Docs
-
Add README-AI.md file by Shane Neuville in https://github.com/dotnet/maui/pull/32502
-
Improve AI agent documentation and testing instructions by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/32485
-
[release/10.0.1xx-sr2] Add comprehensive README to Microsoft.Maui.Controls NuGet package by @github-actions[bot] in https://github.com/dotnet/maui/pull/33059
Drawing
-
[iOS] Fixed LinearGradientBrush in Shell FlyoutBackground misaligned by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/32137
-
Fix SolidColorBrush.Equals to compare Color values instead of references by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32956
-
Entry Height gets updated when loaded inside the RoundRectangle Shape by @SuthiYuvaraj in https://github.com/dotnet/maui/pull/25166
Entry
-
Add accessibility identifier to MauiDoneAccessoryView Done button for UI testing by Gerald Versluis via @Copilot in https://github.com/dotnet/maui/pull/32828
-
[iOS] Fixed the text color issue when setting it to null dynamically in Entry, TimePicker, and SearchBar. by @Ahamed-Ali in https://github.com/dotnet/maui/pull/32888
Essentials
-
[Windows] Fix for SemanticScreenReader.Default.Announce throws exception when called from MainPage constructor by @HarishwaranVijayakumar in https://github.com/dotnet/maui/pull/30264
Essentials Securestorage
- Remove use of storage account read tokens by @mmitche in https://github.com/dotnet/maui/pull/32779
General
-
[iOS] - Added Focus propagation to MauiView by @NirmalKumarYuvaraj in https://github.com/dotnet/maui/pull/31154
Gestures
-
[Windows] Allow tap gesture in ContentView by Javier Suárez in https://github.com/dotnet/maui/pull/17482
-
[iOS] Fix for Unable to Update iOS SwipeGesture Direction at Runtime by @BagavathiPerumal in https://github.com/dotnet/maui/pull/30165
Label
- 10.0.20 Update PreReleaseVersionLabel and StabilizePackageVersion by Shane Neuville in https://github.com/dotnet/maui/pull/33057
Layout
-
Fix ContentViewRespondsWhenViewRemoved test fails on Catalyst by @SuthiYuvaraj in https://github.com/dotnet/maui/pull/32481
-
Fixed HorizontalStackLayout Crashes Debugger on Negative Spacing by @devanathan-vaithiyanathan in https://github.com/dotnet/maui/pull/26927
-
Fixed Button rendering overflow in StackLayout by @Dhivya-SF4094 in https://github.com/dotnet/maui/pull/28001
Localization
- LEGO: Pull request from lego/hb_7241b85a-f216-4d55-a9fa-d8030c736df5_20251107204636959 to main by @csigs in https://github.com/dotnet/maui/pull/32449
Map
-
[iOS] Map pin InfoWindowClicked event is never fired by @KarthikRajaKalaimani in https://github.com/dotnet/maui/pull/31062
Mediapicker
-
Fix MediaPicker and FilePicker returning null on cancellation by Gerald Versluis via @Copilot in https://github.com/dotnet/maui/pull/32656
Modal
- [iOS] Fix modal page crash during app snapshot creation by Gerald Versluis via @Copilot in https://github.com/dotnet/maui/pull/31866
Navigation
-
predictive back gesture support for Android 13+ by Jakub Florkowski in https://github.com/dotnet/maui/pull/32461
-
Fix for Page OnAppearing triggered twice when navigating via ShellItem change with PresentationMode set to Modal by @SyedAbdulAzeemSF4852 in https://github.com/dotnet/maui/pull/32582
Picker
-
[Android] Refactor selection limit handling in MediaPicker by Jakub Florkowski in https://github.com/dotnet/maui/pull/32571
-
Fix: Picker selects incorrect item after item removal by @Shalini-Ashokan in https://github.com/dotnet/maui/pull/29313
RadioButton
-
Removed Value property coercion in RadioButton by Jakub Florkowski in https://github.com/dotnet/maui/pull/32489
SafeArea
-
[Android] Refactor WindowInsetListener to per-view registry with MauiWindowInsetListener by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/32278
-
Fix SafeAreaEdges.SoftInput applying bottom padding when keyboard is hidden and inset consumption issue by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/32064
-
Fix AppBarLayout insets when FlyoutPage is pushed modally on Android by @NirmalKumarYuvaraj via @Copilot in https://github.com/dotnet/maui/pull/32379
-
Fix content page title clipping on Android API < 30 with window insets compatibility by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/32537
SearchBar
-
[iOS] SearchHandler overlaps title and title view - fix by Jakub Florkowski in https://github.com/dotnet/maui/pull/30772
Shapes
-
Add demands for Darwin OS in UI tests pipeline by Matthew Leibowitz in https://github.com/dotnet/maui/pull/32532
-
[ci] Add a new pipeline for uitests by Rui Marinho in https://github.com/dotnet/maui/pull/32592
-
[XSG] add XmlLineInfoProvider by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32530
-
Refactor device test stages in pipeline configuration by Matthew Leibowitz in https://github.com/dotnet/maui/pull/32712
-
Add XAML unit testing guidelines by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32788
Shell
-
Replace deprecated ScreenResolutionUtility task with PowerShell script for Windows UI tests by Rui Marinho via @Copilot in https://github.com/dotnet/maui/pull/32599
-
[iOS] Add size update for Shell Popup Overlay after rotation by @cat0363 in https://github.com/dotnet/maui/pull/15866
-
[Android] NET10 - Exception on quit - fix by Jakub Florkowski in https://github.com/dotnet/maui/pull/32647
🔧 Fixes
-
[iOS] Fix for Shell Navigation Bar Remaining Visible After Navigating Back to a ContentPage with NavigationBar Hidden by @SyedAbdulAzeemSF4852 in https://github.com/dotnet/maui/pull/32622
-
[iOS] Added support for large titles in Shell by Jakub Florkowski in https://github.com/dotnet/maui/pull/32081
-
[Issue-Resolver] Fix TabBar visibility on macOS 26 (Tahoe) by Jakub Florkowski in https://github.com/dotnet/maui/pull/32910
-
[Android] Fixed Shell Colors Do Not Update Correctly When Switching Between TabBar Items by @NanthiniMahalingam in https://github.com/dotnet/maui/pull/32882
-
[Issue-Resolver] Fix TitleView image not showing on iOS 26 and macOS 26.1 by Jakub Florkowski in https://github.com/dotnet/maui/pull/32913
-
[Android] Fixed ShellFlyout Footer area not cleared after removing footer view by @NirmalKumarYuvaraj in https://github.com/dotnet/maui/pull/32884
Slider
-
Implemented ios:Slider.UpdateOnTap by Jakub Florkowski in https://github.com/dotnet/maui/pull/20124
SwipeView
-
Fix for SwipeView Command Binding Issue in CollectionView Templates by @BagavathiPerumal in https://github.com/dotnet/maui/pull/32790
TabbedPage
-
Fix TabbedPage crash on iPadOS 26+ with narrow viewports by Gerald Versluis via @Copilot in https://github.com/dotnet/maui/pull/32662
-
Fixed the TabBar is not visible on Mac Catalyst on iOS26. by @sheiksyedm in https://github.com/dotnet/maui/pull/32972
Templates
-
#32624 Rename .NET Aspire to Aspire in Aspire ServiceDefaults templat… by @thimok in https://github.com/dotnet/maui/pull/32626
-
Add version 10.0.11 to bug report template by Shane Neuville in https://github.com/dotnet/maui/pull/32844
TitleView
-
Fix iOS 26 TitleView covering content in Shell and NavigationPage by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/32341
WebView
-
Fix WebView.EvaluateJavaScriptAsync returning null on iOS for certain websites by Gerald Versluis via @Copilot in https://github.com/dotnet/maui/pull/31647
-
Do not include the JS as Content by Matthew Leibowitz in https://github.com/dotnet/maui/pull/32783
-
Fix iOS WebView Navigating event not triggered for target=“_blank” links by Gerald Versluis via @Copilot in https://github.com/dotnet/maui/pull/32199
Xaml
-
Fix CS8603 error for nullable reference types in SourceGen binding paths by @simonrozsival via @Copilot in https://github.com/dotnet/maui/pull/32480
-
[XSG] Add clr-namespace fallback for x:Static with unresolved types by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32630
🔧 Fixes
-
[XSG] better AppThemeBinding by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32441
-
Enable OnPlatform element simplification for InitializeComponent code generation by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32534
-
Fix infinite loop in ProvideValueForReferenceExtension with x:Reference by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32638
-
Fix #32670: Generate fully qualified Row/ColumnDefinition types in SourceGen by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32671
🔧 Fixes
-
Fix BindingSourceGen to detect inaccessible property setters by @simonrozsival via @Copilot in https://github.com/dotnet/maui/pull/32470
-
[XSG] Fix NaN and Infinity value generation in Setter by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32698
-
[XSG] Fix x:Static to support inherited static members from base classes by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32689
-
[XSG] IndexOutOfRangeException nullable enums by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32663
-
[XSG] Fix missing global:: prefix in SimpleValueTargetProvider for BindableProperty references by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32691
-
[XSG] Fix FlexBasis source generator to emit float literals by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32696
-
Fix #19238: Suppress debug output for XAML comments by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32710
-
[XC] Add implicit string to GridLength cast operator by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32676
-
[XSG] Create AppThemeBinding using [UnsafeAccessor] in .NET 10 by @simonrozsival in https://github.com/dotnet/maui/pull/32728
-
Fix: XAML self-bindings (
.path and empty binding) now compile via source generator by @simonrozsival via @Copilot in https://github.com/dotnet/maui/pull/32468 -
Fix ApplyToDerivedTypes not working for implicit styles (#9648) by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32711
-
Fix XamlC error with HTTP-based xmlns URIs by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32768
-
Fix XAML files being embedded as resources when using SourceGen inflator by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32744
-
Optimize DataTemplateExtension as KnownMarkup in source generator by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32761
-
Fix XAML parser error format for IDE navigation by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32713
-
[XSG] Fix SourceGen collection assignment with explicit cast by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32780
-
[XSG] Fix MAUIX2003 error for x:Arguments with interface parameters by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32823
-
[XSG] Fix OnPlatform to generate default values for missing platforms by @simonrozsival via @Copilot in https://github.com/dotnet/maui/pull/32778
-
[XSG] Fix incorrect TargetNullValue flag check causing NPE with nullable bindings by @simonrozsival via @Copilot in https://github.com/dotnet/maui/pull/32580
-
[XSG] Reduce dead code for Setters with compiled converters by @simonrozsival via @Copilot in https://github.com/dotnet/maui/pull/32474
-
[XSG] Fix #32836: SourceGen handles typed resources in StaticResource correctly by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32843
-
Enable XAML SourceGen by default in templates and add per-file default support by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32733
-
[XSG] Fix XAML SourceGenerator reusing modified node tree by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32870
-
[XSG] Fix Style setter with content syntax in SourceGen by @simonrozsival via @Copilot in https://github.com/dotnet/maui/pull/32890
-
[XSG] Add heuristic to support bindable properties generated by other source generators by @simonrozsival via @Copilot in https://github.com/dotnet/maui/pull/32597
-
[XC] Fix XamlC null key error in CanAddToResourceDictionary by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32902
-
[XSG] Add NullExtension shortcut to SourceGen by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32892
-
Detect and report warning when property elements have attributes by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32896
-
Fix Maui32879Tests expected output to include pragma warning disable by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32915
-
[XSG] Fix RelativeSource binding with FindAncestorBindingContext mode by @simonrozsival via @Copilot in https://github.com/dotnet/maui/pull/32925
-
Add tests for CSS styles with IsEnabled=false by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32947
-
[Windows] Fixed the OneWayBinding issue with MultiBindingConverter on Slider and Stepper Value by @Ahamed-Ali in https://github.com/dotnet/maui/pull/28219
-
[XSG] Fix CS8601 error in XAML SourceGen setter for nullable reference types by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32940
-
Only emit compiler generated files in Debug configuration by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32986
-
Migrate Xaml.UnitTests from NUnit to xUnit by Stéphane Delcroix in https://github.com/dotnet/maui/pull/33012
-
don’t optimise AppThemeBinding on XSG: Revert PR #32728: Remove UnsafeAccessor workaround for AppThemeBinding by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/33101
-
Disable AppThemeBindingExtension source generation for NET10 by Stéphane Delcroix in https://github.com/dotnet/maui/pull/33107
🔧 Infrastructure (29)
-
Localized file check-in by OneLocBuild Task: Build definition ID 13330: Build ID 12753373 by @dotnet-bot in https://github.com/dotnet/maui/pull/32482
-
[ci] Add dnceng-public UI tests by Rui Marinho in https://github.com/dotnet/maui/pull/32229
-
Update main SR version and Github Issues by Shane Neuville in https://github.com/dotnet/maui/pull/32499
-
[ci] Remove x64 demands by Rui Marinho in https://github.com/dotnet/maui/pull/32070
-
Move to slnx and slnf by Matthew Leibowitz in https://github.com/dotnet/maui/pull/32514
-
[ci] Device tests using MAUI pool for build by Rui Marinho in https://github.com/dotnet/maui/pull/32533
-
[ci] Clean nuget.config by Rui Marinho in https://github.com/dotnet/maui/pull/32501
-
Update default solution file in settings by Shane Neuville in https://github.com/dotnet/maui/pull/32572
-
[ci] Update net10 arcade by Rui Marinho in https://github.com/dotnet/maui/pull/32574
-
[ci] Bump to new Xcode to 26.0.1 and .NET default version by Rui Marinho in https://github.com/dotnet/maui/pull/32621
-
[main] Bump MicrosoftMauiPreviousDotNetReleasedVersion to 9.0.120 by @github-actions[bot] in https://github.com/dotnet/maui/pull/32613
-
Disable AzDO dependabot by @mmitche in https://github.com/dotnet/maui/pull/32631
-
Add Android emulator startup pattern to common testing patterns by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/32615
-
[ci] Try fix RuniOS tests by Rui Marinho in https://github.com/dotnet/maui/pull/32633
-
revert moving to slnx by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32619
-
[ci] Add variable group MAUI by Rui Marinho in https://github.com/dotnet/maui/pull/32610
-
Change DotNetFeedUrl to internal CI feed by Gerald Versluis in https://github.com/dotnet/maui/pull/32694
-
[ci] Revert changes setting Creator by Rui Marinho in https://github.com/dotnet/maui/pull/32743
-
[Testing] Fail iOS builds fast when Xcode setup fails by @simonrozsival via @Copilot in https://github.com/dotnet/maui/pull/32746
-
November 17th, Inflight Candidate by Shane Neuville in https://github.com/dotnet/maui/pull/32509
-
Fix XC0022 and XC0023 warnings by adding x:DataType for compiled bindings by @simonrozsival via @Copilot in https://github.com/dotnet/maui/pull/32444
-
December 1st, Inflight Candidate by Shane Neuville in https://github.com/dotnet/maui/pull/32841
-
[main] Update dependencies from dotnet/xharness by @dotnet-maestro[bot] in https://github.com/dotnet/maui/pull/32821
-
[ci] Fix format of pipeline by Rui Marinho in https://github.com/dotnet/maui/pull/33024
-
December 8th, Candidate by Shane Neuville in https://github.com/dotnet/maui/pull/32982
-
Add PR dogfooding script + automatic comment by Gerald Versluis in https://github.com/dotnet/maui/pull/33043
-
[release/10.0.1xx-sr2] Convert Maui27202 and Maui28711 tests from NUnit to XUnit by @github-actions[bot] in https://github.com/dotnet/maui/pull/33064
-
Sync PR #32835 platform requirements to release/10.0.1xx-sr2 by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/33125
-
[net10.0] Merge main to net10.0 by Rui Marinho in https://github.com/dotnet/maui/pull/32959
🧪 Testing (16)
-
[ci] Update Integration tests with $(_MauiDotNetTfm) by Rui Marinho in https://github.com/dotnet/maui/pull/32570
-
[ci] Don t push the device tests results by Rui Marinho in https://github.com/dotnet/maui/pull/32611
-
[Testing] Feature Matrix UITest Cases for App Themes by @TamilarasanSF4853 in https://github.com/dotnet/maui/pull/31458
-
[Testing] Feature Matrix UITest Cases for FlexLayout by @TamilarasanSF4853 in https://github.com/dotnet/maui/pull/32036
-
[Testing] Fix Bugzilla41842 test by replacing raw Page with ContentPage by @Shalini-Ashokan in https://github.com/dotnet/maui/pull/31862
-
[CI] Pre-authorize AVD with ADB keys before starting the emulator by @simonrozsival in https://github.com/dotnet/maui/pull/32730
-
[Testing] Ignore failure HybridWebViewFeatureTests on Mac by @TamilarasanSF4853 in https://github.com/dotnet/maui/pull/32703
-
[Testing] Fixed DoesNotCrash Test case failure by @TamilarasanSF4853 in https://github.com/dotnet/maui/pull/32776
-
Fix race condition in RemoveInnerPage unit test by Stéphane Delcroix in https://github.com/dotnet/maui/pull/32787
-
Add VisualTestUtils source to replace deprecated NuGet package by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/32607
🔧 Fixes
-
[Testing] Add Appium capabilities to speed up tests by Javier Suárez in https://github.com/dotnet/maui/pull/27371
-
Re-enable ConnectivityChanged test after resolving previous issues by Gerald Versluis in https://github.com/dotnet/maui/pull/32875
-
[Testing] Fixed Test case failure in PR 32841 - [12/01/2025] Candidate by @LogishaSelvarajSF4525 in https://github.com/dotnet/maui/pull/32868
-
[Testing] Additional Feature Matrix Test Cases for ScrollView by @LogishaSelvarajSF4525 in https://github.com/dotnet/maui/pull/32617
-
[Testing] Fixed Test case failure in PR 32982 - [08/12/2025] Candidate by @HarishKumarSF4517 in https://github.com/dotnet/maui/pull/33019
-
Optimize UITest category groups: split, combine, and remove Visual category by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/32990
🏠 Housekeeping (2)
- Added capabilities to get Xcode logs in the Appium server output by Javier Suárez in https://github.com/dotnet/maui/pull/32149
- Use net*.0 wildcard pattern for CI branch triggers by Gerald Versluis in https://github.com/dotnet/maui/pull/33002
📦 Other (2)
- No duplicate comments in https://github.com/dotnet/maui/commit/d45dcd2
- disable appthemebinding on XSG for good in https://github.com/dotnet/maui/commit/f492f7b