[PR #621] [MERGED] Cleanup !protectionInfo.txt #1064

Closed
opened 2026-01-29 16:25:10 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/621
Author: @Deterous
Created: 1/8/2024
Status: Merged
Merged: 1/9/2024
Merged by: @mnadareski

Base: masterHead: det-patch-1


📝 Commits (5)

  • 6f8f43d Remove drive letter from !protectionInfo.txt
  • f9f854e Sort files in !protectionInfo.txt
  • c739802 Merge from master
  • 3057825 Add option for removing drive letter
  • e746765 Refactor niceties

📊 Changes

6 files changed (+40 additions, -8 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Core/Data/Options.cs (+9 -0)
📝 MPF.Core/DumpEnvironment.cs (+1 -1)
📝 MPF.Core/InfoTool.cs (+14 -5)
📝 MPF.Core/Utilities/OptionsLoader.cs (+9 -1)
📝 MPF.UI.Core/Windows/OptionsWindow.xaml (+6 -1)

📄 Description

  • Adds an option to (not by default) remove drive letter from !protectionInfo.txt, Windows only (Fixes #448)
  • Sort keys alphabetically, makes !protectionInfo.txt deterministic

🔄 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/SabreTools/MPF/pull/621 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 1/8/2024 **Status:** ✅ Merged **Merged:** 1/9/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `det-patch-1` --- ### 📝 Commits (5) - [`6f8f43d`](https://github.com/SabreTools/MPF/commit/6f8f43d4f0359105142d6d6692e23bc3f9e1bd48) Remove drive letter from !protectionInfo.txt - [`f9f854e`](https://github.com/SabreTools/MPF/commit/f9f854e70b9ec3c1feb38c24cdcd05736208cce8) Sort files in !protectionInfo.txt - [`c739802`](https://github.com/SabreTools/MPF/commit/c7398025e7fa66d4bc118744cdb29b40ffdf8e55) Merge from master - [`3057825`](https://github.com/SabreTools/MPF/commit/30578250b3ee29174500df68a1c08067183aa78f) Add option for removing drive letter - [`e746765`](https://github.com/SabreTools/MPF/commit/e746765e39331427b3d53456872c43736cb5a277) Refactor niceties ### 📊 Changes **6 files changed** (+40 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Core/Data/Options.cs` (+9 -0) 📝 `MPF.Core/DumpEnvironment.cs` (+1 -1) 📝 `MPF.Core/InfoTool.cs` (+14 -5) 📝 `MPF.Core/Utilities/OptionsLoader.cs` (+9 -1) 📝 `MPF.UI.Core/Windows/OptionsWindow.xaml` (+6 -1) </details> ### 📄 Description - Adds an option to (not by default) remove drive letter from !protectionInfo.txt, Windows only (Fixes #448) - Sort keys alphabetically, makes !protectionInfo.txt deterministic --- <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-29 16:25:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1064