Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scrollloack/MicroWin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: CodingWonders/MicroWin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 55 files changed
  • 4 contributors

Commits on Mar 24, 2026

  1. MicroWin BETA (CodingWonders#28)

    * added docs for microwin (CodingWonders#7)
    
    * add docs
    
    * added theme
    
    * Update go.sum
    
    * added paceholder text to the index page
    
    * updated more pages with placeholders
    
    * Create default.yml (CodingWonders#9)
    
    Co-authored-by: Real-MullaC <callum@callumjanes.uk>
    
    * Create CODEOWNERS (CodingWonders#10)
    
    Co-authored-by: Real-MullaC <callum@callumjanes.uk>
    
    * Fix firststartup destination (CodingWonders#13)
    
    * Add run from powershell script (CodingWonders#23)
    
    * Add run from powershell script
    
    * Use [System.IO.Path]::GetTempPath()
    
    * Fix
    
    * Change installation command to use microwin.ps1
    
    Updated PowerShell command in README for installation.
    
    * Update README.md
    
    * UI Revamp (CodingWonders#14)
    
    * Introduce helpers for DWM/USER32 APIs
    
    * Revamped UI
    
    No more vibe-coded user controls; now plain panels and WinForms goodness!
    
    * Add sub-process reporting and other improvements
    
    * Improve subprocess reporting and logging
    
    * Major improvements
    
    * Use DPI-based scaling; prevent closure during long-running operations
    
    * Add new version checker framework to do things based on the image version
    
    * Add functionality to export/import drivers
    
    * Improve logging from driver imp/ex
    
    * .NET 10 port (CodingWonders#27)
    
    * Convert MicroWin project to SDK-style and target net10.0-windows; add Microsoft.Dism PackageReference
    
    * Convert UnattendedWriter to SDK-style targeting net10.0
    
    * Remove explicit EmbeddedResource MainForm.resx to avoid SDK implicit items conflict
    
    * Disable GenerateAssemblyInfo for UnattendedWriter (assembly attributes already present)
    
    * Disable GenerateAssemblyInfo for MicroWin project (assembly attributes are in Properties/AssemblyInfo.cs)
    
    * Remove unused System.Runtime.Remoting.Messaging using (not available in .NET 10)
    
    * Apply SDK-style conversion and initial compatibility fixes for .NET 10 upgrade
    
    * TASK-004: Complete upgrade to .NET 10.0 (MicroWin)
    
    * Update the reference
    
    * GO AWAY, COPILOT CRAP
    
    * Finish up the .NET 10 port
    
    * Update URL openers to conform to new .NET stuff
    
    * Add image export functionality
    
    * [Fix] Don't put the Specialize pass for Windows 10
    
    * Add functionality to tweak the appx manifest for fileexp
    
    * Add missing waitforexit call
    
    * Official logos
    
    Well, *someone OTHER than me* decided to make these with Gemini. I just made it suitable for forms and app icons.
    
    * Fix Pull Request Template
    
    * Fix PR Template
    
    * Prevent running on Windows 8
    
    ---------
    
    Co-authored-by: Sean (ANGRYxScotsman) <36518683+seanh1995@users.noreply.github.com>
    Co-authored-by: Real-MullaC <callumjanes2007new+github@gmail.com>
    Co-authored-by: Real-MullaC <callum@callumjanes.uk>
    4 people authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    7a3bafe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc513df View commit details
    Browse the repository at this point in the history
  3. Fix up download scripts

    CodingWonders committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    fa53aa8 View commit details
    Browse the repository at this point in the history
Loading