Skip to content

Adds advanced option to disable update version features#1639

Merged
hovancik merged 2 commits into
trunkfrom
no-updates
Sep 12, 2025
Merged

Adds advanced option to disable update version features#1639
hovancik merged 2 commits into
trunkfrom
no-updates

Conversation

@hovancik
Copy link
Copy Markdown
Owner

closes #1607

@hovancik hovancik requested a review from Copilot September 11, 2025 14:58
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new advanced option to disable app update-related functionality in Stretchly, addressing issue #1607. The feature allows users (particularly in corporate environments) to completely disable version checking and update notifications.

  • Adds disableAppUpdateFeatures setting to default configuration
  • Hides update-related UI elements when the setting is enabled
  • Prevents version checking and related network calls when disabled

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
app/utils/defaultSettings.js Adds new disableAppUpdateFeatures boolean setting with default value false
app/preferences-renderer.js Hides update-related UI elements and prevents version checking when setting is enabled
app/main.js Adds early returns in version checking functions and hides update menu items when setting is enabled
README.md Documents the new advanced preference option for corporate installations
CHANGELOG.md Records the addition of the new feature in the unreleased section

Comment thread app/preferences-renderer.js Outdated
Comment thread app/preferences-renderer.js
Comment thread app/main.js Outdated
Comment thread app/preferences-renderer.js Outdated
@hovancik hovancik requested a review from Copilot September 12, 2025 08:32
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 13 out of 13 changed files in this pull request and generated no new comments.

@hovancik hovancik merged commit 1ee9f4d into trunk Sep 12, 2025
9 checks passed
@hovancik hovancik deleted the no-updates branch September 12, 2025 08:40
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.

[Feature request]: Disable automatic updates completely

3 participants