-
Notifications
You must be signed in to change notification settings - Fork 255
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
Ensure that all features/config can be set via parameters during installation of package #741
Labels
Bug
Issues where something has happened which was not expected or intended
Milestone
Comments
mkevenaar
added a commit
to mkevenaar/ChocolateyGUI
that referenced
this issue
Apr 5, 2020
I also switched to an helper.ps1 file for the package parameters to not go over thet 100 lines guideline. Also the Package Parameter for UseDelayedSearch will now contain the correct value.
mkevenaar
added a commit
to mkevenaar/ChocolateyGUI
that referenced
this issue
Apr 5, 2020
I also switched to an helper.ps1 file for the package parameters to not go over the 100 lines guideline. Also the Package Parameter for UseDelayedSearch will now contain the correct value.
gep13
added a commit
that referenced
this issue
Mar 8, 2021
This includes documenting the flags, as well as testing that all settings can be set and unset during installation.
gep13
added a commit
that referenced
this issue
Mar 9, 2021
* release/0.18.0: (113 commits) (GH-821) Fix logic of IsShowOnlyPackagesWithUpdateEnabled when PreventAutomatedOutdatedPackages is not set (#820) Split default values for global and user (#741) Ensure all settings are included (maint) Remove unnecessary whitespace (#601) Change default for admin settings access (#820) Change default for tile view (#757) Allow buttons to be enabled/disabled (GH-685) Fix setting IsShowOnlyPackagesWithUpdateEnabled in local view (GH-685) Create converters only once (GH-685) Improve standard remote view (GH-685) Make converters more robust (GH-685) Add option to set default for dark mode (GH-685) Fix missing theme change in SyncTheme (GH-685) Update MahApps package (GH-685) Add ThemeMode and own ToggleSwitch with icons for dark and light mode (GH-685) Introduce IBundledThemeService (GH-685) Add better ScrollBar and ScrollViewer styles (GH-685) Improve progress dialog (GH-685) Add additional Chocolatey colors and brushes (GH-685) Remove obsolete unused styles ...
🎉 This issue has been resolved in version 0.18.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the 0.17.0 release of Chocolatey GUI, we added the ability to set/configure Chocolatey GUI Features via Package Parameters. These are documented in the nuspec, however, there are some features missing that need to get added in:
Also, if this gets merged in, then we will have to add a package parameter for this as well.
The text was updated successfully, but these errors were encountered: