Releases: nkasco/IT-Admin-Toolkit-WinUI
Releases · nkasco/IT-Admin-Toolkit-WinUI
v1.1.0
What's Changed
- Bumped ChangeLog to 1.1.0
- Add New Settings to XML While Preserving Existing User Values by @belibug in #37
- Feature dashboard page by @nkasco in #41
- Display featured scripts on the new Dashboard page
- Automatically display 6 most recently added scripts
- Configurable settings for amount of cards to display will come at a later time
- Misc UI Improvements (Mica title bar, UI consistencies, etc.)
- New Subtitle setting
Full Changelog: v1.0.7...v1.1.0
v1.0.7
What's Changed
- Bumped ChangeLog to 1.0.7
- Updated Windows App SDK to 1.2.221209.1
- Several Inbox Scripts Created (These are pretty rough and will be improved at a later time)
- Numerous UI bug fixes (close machine info pane when going to settings, margin for script expanders to avoid scrollbar issue)
- Theme now uses Mica, still fully supported by Light/Dark modes
- Added support for "Default" color to match system for categories
- If white/light mode or black/dark mode is used for a category color it will automatically be flipped to the opposite for visibility
- Added a few future placeholders for upcoming items (Dashboard, All Scripts view)
- Added 2 new properties to the script XML: dateAdded and featured (Will add further support for these in the future)
- Updated ReadMe to reflect 1.2.2 for Windows App SDK redist required version (Also inadvertently should avoid the prior versioning issue with 1.1.5)
- Updated ReadMe with fresh pictures
- Improved resource consumption and efficiency by only loading category Pages once instead of generating on the fly once clicked
New Contributors
v1.0.5
v1.0.4
First preview release, bugs should be expected as this hasn't had a fine-toothed comb taken to it yet. This is really just meant to give an idea of where we are heading, still a lot of work to do yet though.
Current Functionality (Alpha):
- Core App - Open source, free, forever - Allow community contributions and provide credit to authors.
- Accessibility - Light or Dark Mode support and Per-Monitor v2 DPI Aware
- Basic Settings Functionality
- Configurable XML to add categories or scripts as needed
- View examples within XML folder, all icons must be Segoe MDL2 Assets
- Launcher functionality for PowerShell 5 or PowerShell 7 scripts (powershell.exe or pwsh.exe)
- Configuration options for passing a target machine as a script parameter (Optional)
- Remote Machine Info Panel - Quickly gain at a glance key information for inputted machines as needed
- Note: At present this feature is only supported when remote connections can be made without explicitly passing credentials (i.e. either an open network share, same account on both machines, or a domain that allows it). Therefore it may be expected that this doesn't work in all environments. Initiating connections with different credentials will come at a later time.
- Automatic update setting
Prerequisites (In-Progress):
- At a minimum, if you just want to run the built app you will need the proper Windows App Runtime Redist (Currently: Version 1.0.1) installed, this project is primarily targeted towards x64 but please feel free to open an Issue or PR for other platforms if you find they aren't working.
- Other potential things to check:
- Install the .NET 6 runtime: https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime
- Enable sideloading: https://docs.microsoft.com/en-us/windows/application-management/sideload-apps-in-windows-10#user-interface