[PR #5725] [MERGED] 🔔 Add setting to disable update notifications #55386

Closed
opened 2026-05-01 02:14:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5725
Author: @MikesGlitch
Created: 9/14/2025
Status: Merged
Merged: 9/15/2025
Merged by: @MikesGlitch

Base: masterHead: setting-to-disable-update-notifications


📝 Commits (8)

📊 Changes

15 files changed (+110 additions, -55 deletions)

View changed files

📝 packages/desktop-client/e2e/settings.mobile.test.ts-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/settings.mobile.test.ts-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/settings.mobile.test.ts-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/settings.test.ts-snapshots/Settings-checks-the-page-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/settings.test.ts-snapshots/Settings-checks-the-page-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/settings.test.ts-snapshots/Settings-checks-the-page-visuals-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/app/appSlice.ts (+27 -0)
📝 packages/desktop-client/src/components/FinancesApp.tsx (+25 -12)
📝 packages/desktop-client/src/components/settings/index.tsx (+33 -11)
packages/desktop-client/src/hooks/useLatestVersion.ts (+0 -27)
📝 packages/desktop-client/src/util/versions.ts (+2 -2)
📝 packages/loot-core/src/server/preferences/app.ts (+12 -0)
📝 packages/loot-core/src/types/prefs.ts (+2 -0)
📝 upcoming-release-notes/5713.md (+3 -3)
upcoming-release-notes/5725.md (+6 -0)

📄 Description

Some people don't want to update every month and would rather be pinned on a specific version.

Asked for here: #3727

This feature allows users to opt out of update notifications. When disabled, the setting prevents calls to github API for the last release version.

Demo:

updates


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/5725 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 9/14/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `setting-to-disable-update-notifications` --- ### 📝 Commits (8) - [`f5d174a`](https://github.com/actualbudget/actual/commit/f5d174a792d62a414112c1afb436b44dc6418660) add setting to disable update notifications - [`f4f5ea7`](https://github.com/actualbudget/actual/commit/f4f5ea7d736639f0208f4a525353e220b21d96a0) release notes - [`65d7ae8`](https://github.com/actualbudget/actual/commit/65d7ae8bab6690a6b7412736040f6e255f8a4e2d) fix dependency array - [`0f9d042`](https://github.com/actualbudget/actual/commit/0f9d04242ce9d194ec3e2d2bbe7d15b37724a275) Update packages/loot-core/src/server/preferences/app.ts - [`9224868`](https://github.com/actualbudget/actual/commit/92248689f000da493f10ccee518ef03f020060d4) moving latest version info into app state to prevent needless calls to external api - [`32e48c0`](https://github.com/actualbudget/actual/commit/32e48c045b56a4ed424a4cd3a722638dca182f91) fix release note - [`309bad5`](https://github.com/actualbudget/actual/commit/309bad5aa8bfccbba5e3547c0b5c439233a64905) Update VRT - [`498f499`](https://github.com/actualbudget/actual/commit/498f49943d2f738e546031321fd53d20fd4b884e) Merge branch 'setting-to-disable-update-notifications' of https://github.com/MikesGlitch/actual into setting-to-disable-update-notifications ### 📊 Changes **15 files changed** (+110 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/settings.mobile.test.ts-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/settings.mobile.test.ts-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/settings.mobile.test.ts-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/settings.test.ts-snapshots/Settings-checks-the-page-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/settings.test.ts-snapshots/Settings-checks-the-page-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/settings.test.ts-snapshots/Settings-checks-the-page-visuals-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/app/appSlice.ts` (+27 -0) 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+25 -12) 📝 `packages/desktop-client/src/components/settings/index.tsx` (+33 -11) ➖ `packages/desktop-client/src/hooks/useLatestVersion.ts` (+0 -27) 📝 `packages/desktop-client/src/util/versions.ts` (+2 -2) 📝 `packages/loot-core/src/server/preferences/app.ts` (+12 -0) 📝 `packages/loot-core/src/types/prefs.ts` (+2 -0) 📝 `upcoming-release-notes/5713.md` (+3 -3) ➕ `upcoming-release-notes/5725.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Some people don't want to update every month and would rather be pinned on a specific version. Asked for here: #3727 This feature allows users to opt out of update notifications. When disabled, the setting prevents calls to github API for the last release version. Demo: ![updates](https://github.com/user-attachments/assets/16152fe0-c6c7-4ddf-a1f6-2853f1e0ac4c) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-01 02:14:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#55386