You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…hen PreventAutomatedOutdatedPackages is not set
The IsShowOnlyPackagesWithUpdateEnabled will be false if the PreventAutomatedOutdatedPackagesCheck is not set. So you will not see any updated packages without forcing the search for it.
Fix logic of IsShowOnlyPackagesWithUpdateEnabled when PreventAutomatedOutdatedPackages is not set
gep13
changed the title
IsShowOnlyPackagesWithUpdateEnabled doesn't work correctly when PreventAutomatedOutdatedPackages is true
Option to only show packages with updates doesn't work correctly when automated outdated check is enabled
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
...
Just found this issue after merged dark mode PR where I changed the logic for this too. I'll provide a PR to fix this.
The text was updated successfully, but these errors were encountered: