mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-06 21:29:33 +00:00
[PR #172] [MERGED] Advanced Support #983
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/172
Author: @mnadareski
Created: 11/17/2019
Status: ✅ Merged
Merged: 11/17/2019
Merged by: @mnadareski
Base:
master← Head:advanced📝 Commits (9)
17d829dWho doesn't like drives?6244a76Add another TODOcfe59d9Use built in stuff, it's quickera3fd5caMore special handling for floppies, easier this time6e14645Fix broken testc73b492Set active drive priority, String -> string8885418Track reason for no scanningda084dbMerge branch 'master' into advanced0cef4d5Update DIC version and release notes📊 Changes
14 files changed (+178 additions, -97 deletions)
View changed files
📝
CHANGELIST.md(+6 -0)📝
DICUI.Library/Data/Enumerations.cs(+15 -0)📝
DICUI.Library/Utilities/Converters.cs(+26 -0)📝
DICUI.Library/Utilities/Drive.cs(+36 -25)📝
DICUI.Library/Utilities/DumpEnvironment.cs(+18 -13)📝
DICUI.Library/Utilities/Parameters.cs(+10 -8)📝
DICUI.Library/Utilities/Validators.cs(+33 -16)📝
DICUI.Library/Web/CookieAwareWebClient.cs(+1 -1)➖
DICUI.Test/Utilities/DriveTest.cs(+0 -15)📝
DICUI.Test/Utilities/DumpEnvironmentTest.cs(+5 -2)📝
DICUI/Properties/AssemblyInfo.cs(+2 -2)📝
DICUI/Windows/LogWindow.xaml.cs(+2 -2)📝
DICUI/Windows/MainWindow.xaml.cs(+19 -8)📝
appveyor.yml(+5 -5)📄 Description
Add advanced drive support, because it's fun.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.