Skip to content

Conversation

@Tarquinen
Copy link
Collaborator

Summary

  • Add showUpdateToasts config option (default: true) to control whether update notifications are displayed
  • Add autoUpdate config option (default: false) to give users opt-in control over automatic version updates in config

Previously, update notifications were always shown and the plugin would automatically modify the user's config file. This change makes the default behavior less intrusive - users are notified of updates but their config is not modified unless they explicitly opt in.

Previously, update notifications were always shown and auto-update was
always attempted. This change gives users control over both behaviors:

- showUpdateToasts (default: true) - Control whether update toasts appear
- autoUpdate (default: false) - Opt-in to automatic config version updates

With autoUpdate disabled (the new default), users are simply notified of
available updates without any config modifications. This is less intrusive
and gives users explicit control over when their config changes.
@Tarquinen Tarquinen merged commit 8c245ea into master Dec 9, 2025
1 check passed
@Tarquinen Tarquinen deleted the feat/configurable-update-behavior branch December 9, 2025 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants