Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test 2024 03 21 #1755

Merged
merged 21 commits into from
Mar 28, 2024
Merged

Test 2024 03 21 #1755

merged 21 commits into from
Mar 28, 2024

Commits on Mar 23, 2024

  1. Fix unattended answer file woes for MicroWin (#1724)

    * Update applications.json
    
    Fake app add made by linux fanboy
    
    * Compile Winutil
    
    * Update files
    
    - Add detections for whether the image to be processed by MicroWin is Windows 10 or later
    - Add procedure to clear the indexes ComboBox (WinForms term) every time an ISO is specified
    
    * Update screen-install.png (#1464)
    
    * Compile Winutil
    
    * applications.jsonAdded Foxit Reader app and updated Foxit Editor to show the difference.
    
    * applications.json
    
    Added Foxit Reader app and updated Foxit Editor to show the difference.
    
    * Compile Winutil
    
    * Fix Broken Link and add syncthingtray (#1508)
    
    * Compile Winutil
    
    * Remove Nano-Removed bugged Nano package for now
    
    * Remove Nano
    
    -Removed bugged Nano package for now
    
    * Compile Winutil
    
    * tweaks and fetures tabs clean up automation from inputXML.xaml
    
    * tweaks and fetures tabs clean up automation from inputXML.xaml
    
    * fixed some commas in tweaks.json file
    
    * recompile
    
    * Update tweaks.json
    
    * Compile Winutil
    
    * Choosing Alternate Scartch Path and Busy Messages
    
    * Choosing Alternate Scartch Path and Busy Messages
    
    * Change Selected index to be pro
    
    * Compile Winutil
    
    * Improve detection for Professional editions
    
    * Update files
    
    Updated the Test-CompatibleImage function to compare against a desired version, which is useful for determining if the Specialize pass needs to be added to the unattended answer file
    
    * Automatic conversion of ESD files
    
    Automatically convert the install.esd file from installation media into a WIM file that can be mounted, then delete the ESD file
    
    * pull workflow github actions (#1716)
    
    * Update close-old-issues.yaml
    
    * Compile Winutil
    
    * Update close-old-issues.yaml
    
    * Update close-old-issues.yaml
    
    * Update close-old-issues.yaml
    
    * Compile Winutil
    
    ---------
    
    Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
    
    * Update files
    
    Force unattended answer file to use UTF-8 encoding
    
    ---------
    
    Co-authored-by: Chris Titus <dfm.titus@gmail.com>
    Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
    Co-authored-by: Samq64 <81489795+Samq64@users.noreply.github.com>
    Co-authored-by: Chris Titus <contact@christitus.com>
    Co-authored-by: LoopTJ <34551682+LoopTJ@users.noreply.github.com>
    Co-authored-by: Roc Wang <rocwang911@gmail.com>
    Co-authored-by: Jes Herring <123990927+jesjess243@users.noreply.github.com>
    Co-authored-by: ogfrm <96927197+ogfrm@users.noreply.github.com>
    Co-authored-by: LeeDowA <157072913+LeeDowA@users.noreply.github.com>
    10 people committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    958cea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf4be80 View commit details
    Browse the repository at this point in the history
  3. Compile Winutil

    ChrisTitusTech authored and github-actions[bot] committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    28936a4 View commit details
    Browse the repository at this point in the history
  4. Add 'FireFox ESR' and 'lightshot' Apps to 'application.json' File (#1720

    )
    
    * Add 'FireFox ESR' and 'lightshot' Apps to 'application.json' File
    
    * Update 'FireFox ESR' description
    og-mrk committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6edbb0a View commit details
    Browse the repository at this point in the history
  5. Compile Winutil

    ChrisTitusTech authored and github-actions[bot] committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    103dd50 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    275f087 View commit details
    Browse the repository at this point in the history
  2. Compile Winutil

    ChrisTitusTech authored and github-actions[bot] committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    389705b View commit details
    Browse the repository at this point in the history
  3. IPv6 update (#1739)

    * Compile Winutil
    
    * Change ipv6 disable method
    
    * Compile Winutil
    
    * IPv6 + Teredo
    
    * Compile Winutil
    
    * IPv6 registry
    
    * Compile Winutil
    
    * Update Winutil
    
    * Compile Winutil
    
    * Fix to original command
    
    * Compile Winutil
    
    ---------
    
    Co-authored-by: Joanty24 <Joanty24@users.noreply.github.com>
    Co-authored-by: Chris Titus <contact@christitus.com>
    3 people committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6971016 View commit details
    Browse the repository at this point in the history
  4. Compile Winutil

    ChrisTitusTech authored and github-actions[bot] committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c0b6a45 View commit details
    Browse the repository at this point in the history
  5. Implement New Winget Install Method (#1738)

    - Removed Get-LatestHash from Install-WinUtilWinget.ps1, replaced by Get-WinUtilWingetLatest.ps1.
    - Added new Winget Install method in case of choco failing to install. Environment refresh line included.
    - Get-WinUtilWingetPrerequisites added: Downloads the prerequisites required for the latest version of Winget.
    - Get-WinUtilWingetLatest added: Uses the GitHub API to find the latest version of Winget and download it along with the accompanied License1.xml file.
    
    Fixes:
    - Removed --scope=machine from winget install command in Install-WinUtilProgramWinget. Non-UWP Apps fail to install if scope is set to machine. Error code: 0x80070005. More information commented in file.
    ruxunderscore committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8c91bfc View commit details
    Browse the repository at this point in the history
  6. Compile Winutil

    ChrisTitusTech authored and github-actions[bot] committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    00b26e3 View commit details
    Browse the repository at this point in the history
  7. Change order for easier launch in README and fix outdated info (#1732)

    * Update README.md
    
    * Update README.md
    
    ---------
    
    Co-authored-by: NewCodingAI <165050080+NewCodingAI@users.noreply.github.com>
    ModernTTY and ModernTTY committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    05be256 View commit details
    Browse the repository at this point in the history
  8. Upgrade Fix in #1181 (#1730)

    blusewill committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6ed311c View commit details
    Browse the repository at this point in the history
  9. Compile Winutil

    ChrisTitusTech authored and github-actions[bot] committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bc089a8 View commit details
    Browse the repository at this point in the history
  10. Fixed Ventoy drive copy typo and began conversion of DISM commands in…

    …to DISM cmdlets (#1727)
    
    * Fixed Ventoy drive copy typo
    
    * DISM cmdlet Update (Part 1)
    
    Began replacing basic DISM commands with cmdlets from the DISM module.
    
    This change only affects the mount, unmount, and export operations. All other operations still use DISM
    
    ---------
    
    Co-authored-by: Chris Titus <contact@christitus.com>
    CodingWonders and ChrisTitusTech committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    70f3ed5 View commit details
    Browse the repository at this point in the history
  11. Compile Winutil

    ChrisTitusTech authored and github-actions[bot] committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    81c0387 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    631dd87 View commit details
    Browse the repository at this point in the history
  13. Compile Winutil

    ChrisTitusTech authored and github-actions[bot] committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4ef4dbf View commit details
    Browse the repository at this point in the history
  14. Update Invoke-WinUtilGPU.ps1 (#1753)

    - This should be a proper fix to Invoke-WinUtilGPU.ps1. Tested in Win10 and Win11.
    ruxunderscore committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    23ded22 View commit details
    Browse the repository at this point in the history
  15. Compile Winutil

    ChrisTitusTech authored and github-actions[bot] committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3bbafd3 View commit details
    Browse the repository at this point in the history
  16. Update .gitignore

    ChrisTitusTech committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    932e63c View commit details
    Browse the repository at this point in the history