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

Sync with main #34

Merged
merged 20 commits into from
Sep 10, 2024
Merged

Sync with main #34

merged 20 commits into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. Bump release-drafter/release-drafter from 5 to 6 (#2666)

    Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6.
    - [Release notes](https://github.com/release-drafter/release-drafter/releases)
    - [Commits](release-drafter/release-drafter@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: release-drafter/release-drafter
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b21bc35 View commit details
    Browse the repository at this point in the history
  2. Ultimate Performance via GUID rather than name (#2556)

    * Ultimate Performance via GUID, not name
    
    * Another way to extract the GUID to remove the French part code
    AtisFPS authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    885108d View commit details
    Browse the repository at this point in the history
  3. Improve preprocessor (#2579)

    * Update documentation for 'Invoke-Preprocessing' Script Tool
    
    * Improve Compile Script a bit Deduplicating a lot of un-needed pre-fixes - Improve implementation for 'Invoke-Preprocessing' Script Tool
    
    * Fix RegEx in 'Invoke-Preprocessing' Script Tool
    
    * Result of Preprocessing
    
    * Update Replace Regex for Code Formatting in 'Invoke-Preprocessing' Script Tool
    
    * Result of Preprocessing
    
    * Update Exclude Files List for Preprocessing in 'Compile.ps1' Script
    
    * Remove Extra Whitespace in some place for 'Invoke-Preprocessing.ps1' Script Tool
    
    * Simplified and Improved the Exclude List Validation Step in 'Invoke-Preprocessing.ps1' Script Tool
    
    * Restore 'workingdir' variable when using '-Run' Parameter with 'Compile.ps1' Script
    
    * Revert "Update Exclude Files List for Preprocessing in 'Compile.ps1' Script"
    
    This reverts commit 674ab03.
    
    * Result of Preprocessing
    og-mrk authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c1009c3 View commit details
    Browse the repository at this point in the history
  4. Fix syntax error

    ChrisTitusTech committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6ad31ed View commit details
    Browse the repository at this point in the history
  5. Simplify WinUtil Directory Creation in 'main.ps1' script by using C# …

    …'CreateDirectory' Method which checks and creates the provided Directory Path (#2654)
    og-mrk authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1bfd8bd View commit details
    Browse the repository at this point in the history
  6. Add Legacy Print Panel (#2659)

    * add legacy print panel
    
    * fix documentation
    
    - run generator
    - add link to button
    - add documentation for printer
    - update table of contents
    
    * fix spelling
    MyDrift-user authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ad37371 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    380e1e7 View commit details
    Browse the repository at this point in the history
  8. Better Image handling (#2665)

    * enhance asset mgmt
    
    - invoke ico directly
    - invoke ico only at shortcut creation
    - remove "ConvertTo-Icon" Function file
    
    - removed image from xaml
    - added stackpanel to xaml
    - added functions to create viewbox with image
    - added logic to add image via code to xaml & customdialog
    - changed title color for customdialog
    
    - remove webinvokes for assets from main.ps1
    
    TODO: convert images into bitmap base64 string & add them directly into invoke-WinUtiltaskbaritem.ps1
    
    * improve viewboxfunction
    
    - add logo + checkmark + warning
    - add params
    - render on param "render"
    - custom dialog logo function call fix
    - main logo function call fix
    - update winutiltaskbaritem to use new images
    
    * fix sizing
    
    - warning & checkmark sizing fix
    - remove unneded comments
    
    * fixes
    
    - remove unneeded redundancy of "$canvas = New-Object Windows.Controls.Canvas"
    - adjust empty lines
    - use LimeGreen instead of Green
    
    * fix layouting
    
    * fixes
    
    - use correct ctt blue color #0567ff
    - remove unneeded comments
    - rename Logoview to assets
    
    * performance improvement
    
    instead of rendering the image another time on each item switch, it caches it at the start and uses the render afterwards
    
    * redo gray part of winutil logo
    
    * correct gray shade
    
    * fix coloring
    
    * ise ico if available
    
    ---------
    
    Co-authored-by: Chris Titus <[email protected]>
    MyDrift-user and ChrisTitusTech authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5059b93 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95db85f View commit details
    Browse the repository at this point in the history
  10. [fix compile] winutil used by another process (#2680)

    * fix winutil used by another process
    
    - remove winutil.ps1 if it is readonly (also works if another process is using it) to minimize failed compiles.
    
    * fix action error
    
    * Oops, typo
    
    * make it more compact
    MyDrift-user authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    473f04d View commit details
    Browse the repository at this point in the history
  11. Reduce redundancy (#2686)

    nnyyxxxx authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6d99649 View commit details
    Browse the repository at this point in the history
  12. Update applications.json (#2703)

    Correct for winget Google.GoogleDrive
    mistyn8 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e9a45a0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2b9b1b0 View commit details
    Browse the repository at this point in the history
  14. Choco Logic Refactor and Add Checkbox to prefer Chocolatey over Winget (

    #2596)
    
    * First Selector and Logic
    
    * Extend Functionality
    
    * Switch to PreferChocolatey Checkbox
    
    * Persist Choco Preference across program restarts
    
    * Change Logging, Fix interactivity and optimize uninstall
    
    * Implement "Get-Installed" (quick-and-dirty)
    
    * Code Formatting
    
    * Rename File/Function, Refactor Choco Install, Add Status Indicator
    
    * Add documentation
    
    ---------
    
    Co-authored-by: Chris Titus <[email protected]>
    Marterich and ChrisTitusTech authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    14d20cd View commit details
    Browse the repository at this point in the history
  15. Fix Theming

    ChrisTitusTech committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9abe11c View commit details
    Browse the repository at this point in the history
  16. Fix/Refactor windev Admin Elevation (#2683)

    * Revert Admin Elevation
    
    * Unify logic to reuse the same urls whether the script is started as admin or not
    Marterich authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ff363d6 View commit details
    Browse the repository at this point in the history
  17. CTT Powershell Profile (#2707)

    * add main logic
    
    * finish logic
    MyDrift-user authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1ac24c2 View commit details
    Browse the repository at this point in the history
  18. Update windev.ps1

    ChrisTitusTech committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d3ef94f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0066875 View commit details
    Browse the repository at this point in the history
  20. Add -Force flag for proper Hidden File detection in `Invoke-Preproc…

    …essing.ps1` (#2700)
    
    * Update Invoke-Preprocessing.ps1
    
    - Added `-Force` argument to Get-ChildItem functions at lines 80 and 90.
    
    * Update Invoke-Preprocessing.ps1
    
    - Make changes to new Compile.ps1 file.
    ruxunderscore authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3145882 View commit details
    Browse the repository at this point in the history