Skip to content

Releases: nkasco/IT-Admin-Toolkit-WinUI

v1.1.0

29 Jan 15:54
5e7480f
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

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

16 Jan 17:45
a3aa39f
Compare
Choose a tag to compare
v1.0.7 Pre-release
Pre-release

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

31 Jul 13:50
0a2bb5b
Compare
Choose a tag to compare
v1.0.5 Pre-release
Pre-release

What's Changed

v1.0.4

18 Mar 22:12
f6b242c
Compare
Choose a tag to compare
v1.0.4 Pre-release
Pre-release

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):