[PR #621] [MERGED] Implement outdated version indicator (#463) #3211

Closed
opened 2026-02-28 20:38:11 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/621
Author: @vincentscode
Created: 2/4/2023
Status: Merged
Merged: 3/8/2023
Merged by: @j-f1

Base: masterHead: outdated-indicator


📝 Commits (10+)

  • 894cef3 Add outdated version indicator
  • 026bfe0 Fully implement outdated version indicator
  • eacecb6 Indicate new version in settings & notification
  • df6a249 Import order & details
  • d640342 Capitalize "Actual"
  • 8c0f1f1 Update packages/desktop-client/src/components/settings/index.js
  • 2fe29f7 Update packages/loot-core/src/client/update-notification.js
  • eaba2a2 Only show once per new version
  • a7397f6 Merge branch 'outdated-indicator' of https://github.com/vincentscode/actual into outdated-indicator
  • 335fd51 Merge branch 'master' into outdated-indicator

📊 Changes

5 files changed (+120 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/FinancesApp.js (+13 -0)
📝 packages/desktop-client/src/components/settings/index.js (+14 -1)
packages/desktop-client/src/hooks/useLatestVersion.js (+30 -0)
packages/desktop-client/src/util/versions.js (+29 -0)
packages/loot-core/src/client/update-notification.js (+34 -0)

📄 Description

This implements a simple indicator showing the user if the currently used version is outdated by utilising GitHub tags to track the latest version.
Closes #463


🔄 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/621 **Author:** [@vincentscode](https://github.com/vincentscode) **Created:** 2/4/2023 **Status:** ✅ Merged **Merged:** 3/8/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `outdated-indicator` --- ### 📝 Commits (10+) - [`894cef3`](https://github.com/actualbudget/actual/commit/894cef3e97f867cd905fea8602231d79d55650c3) Add outdated version indicator - [`026bfe0`](https://github.com/actualbudget/actual/commit/026bfe0d98a8a203b35adf9a8c0130f158b3cc51) Fully implement outdated version indicator - [`eacecb6`](https://github.com/actualbudget/actual/commit/eacecb6485b3e2b94fdae0d2c2827685d8778c33) Indicate new version in settings & notification - [`df6a249`](https://github.com/actualbudget/actual/commit/df6a249939dd29534813a82c55188aec53985968) Import order & details - [`d640342`](https://github.com/actualbudget/actual/commit/d640342f147c8130b788093b158b4b285a86aa21) Capitalize "Actual" - [`8c0f1f1`](https://github.com/actualbudget/actual/commit/8c0f1f1efb2b9868a36999f757115e849bd487d2) Update packages/desktop-client/src/components/settings/index.js - [`2fe29f7`](https://github.com/actualbudget/actual/commit/2fe29f7398e8ae471d934029e11c588538bf519b) Update packages/loot-core/src/client/update-notification.js - [`eaba2a2`](https://github.com/actualbudget/actual/commit/eaba2a22653bf6125d482595b3574ce7a77995a4) Only show once per new version - [`a7397f6`](https://github.com/actualbudget/actual/commit/a7397f62c77791d1837a94946c1e5f621e667e74) Merge branch 'outdated-indicator' of https://github.com/vincentscode/actual into outdated-indicator - [`335fd51`](https://github.com/actualbudget/actual/commit/335fd5195572d7079562d0d842c5671c6a56940f) Merge branch 'master' into outdated-indicator ### 📊 Changes **5 files changed** (+120 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FinancesApp.js` (+13 -0) 📝 `packages/desktop-client/src/components/settings/index.js` (+14 -1) ➕ `packages/desktop-client/src/hooks/useLatestVersion.js` (+30 -0) ➕ `packages/desktop-client/src/util/versions.js` (+29 -0) ➕ `packages/loot-core/src/client/update-notification.js` (+34 -0) </details> ### 📄 Description This implements a simple indicator showing the user if the currently used version is outdated by utilising GitHub tags to track the latest version. Closes #463 --- <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-02-28 20:38:11 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3211