[PR #11240] [MERGED] Update to MUX 2.7 #28468

Open
opened 2026-01-31 09:28:42 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11240
Author: @zadjii-msft
Created: 9/15/2021
Status: Merged
Merged: 9/20/2021
Merged by: @undefined

Base: mainHead: dev/migrie/mux-2.7


📝 Commits (8)

  • 5a7ff10 Just bump the version number. Mostly works, but tab colors need help
  • d112bd9 This is strictly worse
  • 93a3e8c Revert "This is strictly worse"
  • 90ec5b5 this almost works, but the tabs disappear when recoloring
  • 6d8cae6 fix the focus state thing, cause that's apparently never updated
  • 5cd7101 Continued commentary
  • a8bfa23 Merge remote-tracking branch 'origin/main' into dev/migrie/mux-2.7
  • 4cae100 Merge remote-tracking branch 'origin/main' into dev/migrie/mux-2.7

📊 Changes

23 files changed (+57 additions, -41 deletions)

View changed files

📝 scratch/ScratchIslandApp/Package/Package.wapproj (+2 -2)
📝 scratch/ScratchIslandApp/SampleApp/SampleAppLib.vcxproj (+2 -2)
📝 scratch/ScratchIslandApp/SampleApp/dll/SampleApp.vcxproj (+2 -2)
📝 scratch/ScratchIslandApp/SampleApp/packages.config (+1 -1)
📝 scratch/ScratchIslandApp/WindowExe/WindowExe.vcxproj (+2 -2)
📝 scratch/ScratchIslandApp/WindowExe/packages.config (+1 -1)
📝 src/cascadia/CascadiaPackage/CascadiaPackage.wapproj (+2 -2)
📝 src/cascadia/LocalTests_SettingsModel/SettingsModel.LocalTests.vcxproj (+2 -2)
📝 src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj (+2 -2)
📝 src/cascadia/LocalTests_TerminalApp/TestHostApp/TestHostApp.vcxproj (+1 -1)
📝 src/cascadia/TerminalApp/App.xaml (+2 -1)
📝 src/cascadia/TerminalApp/TerminalAppLib.vcxproj (+3 -2)
📝 src/cascadia/TerminalApp/TerminalTab.cpp (+17 -4)
📝 src/cascadia/TerminalApp/dll/TerminalApp.vcxproj (+2 -2)
📝 src/cascadia/TerminalApp/packages.config (+1 -1)
📝 src/cascadia/TerminalSettingsEditor/Microsoft.Terminal.Settings.Editor.vcxproj (+2 -2)
📝 src/cascadia/TerminalSettingsEditor/packages.config (+1 -1)
📝 src/cascadia/TerminalSettingsModel/Microsoft.Terminal.Settings.ModelLib.vcxproj (+4 -3)
📝 src/cascadia/TerminalSettingsModel/dll/Microsoft.Terminal.Settings.Model.vcxproj (+2 -2)
📝 src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj (+2 -2)

...and 3 more files

📄 Description


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11240 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 9/15/2021 **Status:** ✅ Merged **Merged:** 9/20/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/migrie/mux-2.7` --- ### 📝 Commits (8) - [`5a7ff10`](https://github.com/microsoft/terminal/commit/5a7ff1062bb85a20b574f1e25a488de164eb0cb3) Just bump the version number. Mostly works, but tab colors need help - [`d112bd9`](https://github.com/microsoft/terminal/commit/d112bd9d1e586e148d28d87736306ef8da64cf45) This is strictly worse - [`93a3e8c`](https://github.com/microsoft/terminal/commit/93a3e8c07f811d1830414b02e71a4d5be3fd27c9) Revert "This is strictly worse" - [`90ec5b5`](https://github.com/microsoft/terminal/commit/90ec5b5952553b94c120f69ee204a40e207af689) this almost works, but the tabs disappear when recoloring - [`6d8cae6`](https://github.com/microsoft/terminal/commit/6d8cae6edd7c374bd55f0f9257f46265c7cbe9a3) fix the focus state thing, cause that's apparently never updated - [`5cd7101`](https://github.com/microsoft/terminal/commit/5cd7101991c40b34a6983d27756b818cfdc31562) Continued commentary - [`a8bfa23`](https://github.com/microsoft/terminal/commit/a8bfa23e8ffc502b48c8519c4d8af55fe7c2f9b9) Merge remote-tracking branch 'origin/main' into dev/migrie/mux-2.7 - [`4cae100`](https://github.com/microsoft/terminal/commit/4cae100e73aacfc340a36dd0f23117c4fc266919) Merge remote-tracking branch 'origin/main' into dev/migrie/mux-2.7 ### 📊 Changes **23 files changed** (+57 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `scratch/ScratchIslandApp/Package/Package.wapproj` (+2 -2) 📝 `scratch/ScratchIslandApp/SampleApp/SampleAppLib.vcxproj` (+2 -2) 📝 `scratch/ScratchIslandApp/SampleApp/dll/SampleApp.vcxproj` (+2 -2) 📝 `scratch/ScratchIslandApp/SampleApp/packages.config` (+1 -1) 📝 `scratch/ScratchIslandApp/WindowExe/WindowExe.vcxproj` (+2 -2) 📝 `scratch/ScratchIslandApp/WindowExe/packages.config` (+1 -1) 📝 `src/cascadia/CascadiaPackage/CascadiaPackage.wapproj` (+2 -2) 📝 `src/cascadia/LocalTests_SettingsModel/SettingsModel.LocalTests.vcxproj` (+2 -2) 📝 `src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj` (+2 -2) 📝 `src/cascadia/LocalTests_TerminalApp/TestHostApp/TestHostApp.vcxproj` (+1 -1) 📝 `src/cascadia/TerminalApp/App.xaml` (+2 -1) 📝 `src/cascadia/TerminalApp/TerminalAppLib.vcxproj` (+3 -2) 📝 `src/cascadia/TerminalApp/TerminalTab.cpp` (+17 -4) 📝 `src/cascadia/TerminalApp/dll/TerminalApp.vcxproj` (+2 -2) 📝 `src/cascadia/TerminalApp/packages.config` (+1 -1) 📝 `src/cascadia/TerminalSettingsEditor/Microsoft.Terminal.Settings.Editor.vcxproj` (+2 -2) 📝 `src/cascadia/TerminalSettingsEditor/packages.config` (+1 -1) 📝 `src/cascadia/TerminalSettingsModel/Microsoft.Terminal.Settings.ModelLib.vcxproj` (+4 -3) 📝 `src/cascadia/TerminalSettingsModel/dll/Microsoft.Terminal.Settings.Model.vcxproj` (+2 -2) 📝 `src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj` (+2 -2) _...and 3 more files_ </details> ### 📄 Description * this is the same thing as #10996, but with the fix that caused us to #11031 * This includes https://github.com/microsoft/microsoft-ui-xaml/pull/3769, so we had to make some adjustments to how we handle tab colors. It works the same as before. * Should enable #11231 to be started * [x] Closes #10508 * [x] Closes #7133 * [x] Closes #8948 * [ ] I need to finish letting my 19H1 VM boot to make sure unpackaged still works --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:28:42 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28468