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

Update the default value for tile view for local and remote source to be true #820

Closed
gep13 opened this issue Mar 8, 2021 · 1 comment
Closed
Assignees
Labels
BreakingChange The issue will introduce backwards incompatible changes
Milestone

Comments

@gep13
Copy link
Member

gep13 commented Mar 8, 2021

When the tile view for local and remote source arrived in 0.16.0, it was decided that this should be false by default, in order to allow the feature to be tested, and ensure that it was working as expected.

Since then, the tile view has proven to be very popular, with most folks choosing to enable this by default through the settings screen in the application.

Going forward, this feature should be enabled by default.

The new chocolateyguicli global options makes it easy for folks who don't want this to disable it for every user of the application.

@gep13 gep13 added the BreakingChange The issue will introduce backwards incompatible changes label Mar 8, 2021
@gep13 gep13 added this to the 0.18.0 milestone Mar 8, 2021
@gep13 gep13 self-assigned this Mar 8, 2021
gep13 added a commit that referenced this issue Mar 8, 2021
These will now be enabled for both local and remote out of the box. This
is a breaking change, so taking the opportunity to rename the collection
to match the version of the application. This will allow for different
versions of the configuration per application version, but it will mean
that we may need to migrate settings going forward.
@gep13 gep13 closed this as completed Mar 8, 2021
@gep13 gep13 changed the title Default for tile view for local and remote source should be true Update the default value for tile view for local and remote source to be true Mar 8, 2021
gep13 added a commit that referenced this issue Mar 8, 2021
This way, ensure that only global defaults are set.
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
  ...
@choco-bot
Copy link

🎉 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
Labels
BreakingChange The issue will introduce backwards incompatible changes
Projects
None yet
Development

No branches or pull requests

2 participants