Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9bf7a91
Add SimpleFin Sync as a verified community addon
nwright083 Jul 26, 2026
3046517
update SimpleFin Sync addon to v1.0.1 (commit 882bc85fef36d77d6ca8397…
Bubbles840 Jul 28, 2026
3b58fb5
update SimpleFin Sync commit SHA to d221a309e4695b28d022b79361adbc66b…
Bubbles840 Jul 28, 2026
756b67a
update SimpleFin Sync commit SHA to 62ababb9050d24eeecce7ddf0fb2c5ce3…
Bubbles840 Jul 28, 2026
e75860c
update SimpleFin Sync commit SHA to 6f09000fb8a946358c2826a761bebf74e…
Bubbles840 Jul 28, 2026
25e2238
update SimpleFin Sync commit SHA to da86f5c8b211f42111ef59ca8c2278c2e…
Bubbles840 Jul 28, 2026
1a4815e
update SimpleFin Sync commit SHA to 7ee1858bf4e8c148386121406c59b207e…
Bubbles840 Jul 28, 2026
27e07c9
update SimpleFin Sync to v1.3.0
nwright083 Jul 30, 2026
ca51e24
update SimpleFin Sync to v1.3.1
nwright083 Jul 30, 2026
b032778
update SimpleFin Sync to v1.4.0
nwright083 Aug 2, 2026
2d8c0c4
update SimpleFin Sync to v1.5.0
nwright083 Aug 2, 2026
23533f6
update SimpleFin Sync to v1.6.0
nwright083 Aug 3, 2026
174b267
update SimpleFin Sync to v1.6.1
nwright083 Aug 6, 2026
db60613
update SimpleFin Sync to v1.7.0
nwright083 Aug 7, 2026
bb111d6
update SimpleFin Sync to v1.7.1
nwright083 Aug 7, 2026
0b0f551
update SimpleFin Sync to v1.8.0
nwright083 Aug 7, 2026
c9906eb
update SimpleFin Sync to v1.8.1
nwright083 Aug 7, 2026
70b2ba1
update SimpleFin Sync to v1.8.2
nwright083 Aug 7, 2026
8f55a99
simplefin-sync: 1.9.0
nwright083 Aug 8, 2026
8ff2301
simplefin-sync: 1.12.0
Bubbles840 Aug 11, 2026
a833d2d
simplefin-sync: retake covers on the v1.12.0 UI
Bubbles840 Aug 11, 2026
988e026
simplefin-sync: 1.13.0
Bubbles840 Aug 11, 2026
53c1ec8
simplefin-sync: 1.14.0
Bubbles840 Aug 12, 2026
e11c98f
simplefin-sync: 1.14.1
Bubbles840 Aug 12, 2026
566c3c5
SimpleFin Sync 1.15.0
Bubbles840 Aug 15, 2026
9184b4e
SimpleFin Sync 1.15.0: correct release commit
Bubbles840 Aug 15, 2026
a207e80
SimpleFin Sync 1.15.1
Bubbles840 Aug 15, 2026
eca9992
SimpleFin Sync 1.15.2
Bubbles840 Aug 16, 2026
35814f0
chore(addons): convert the SimpleFin submission to a directory listing
afadil Aug 20, 2026
30123e7
SimpleFin Sync: declare the companion's mailbox access
Bubbles840 Aug 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions community/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Listing requirements and the publisher attestation are in
| Wealthfolio Dividend Tracker | ragnarok896209 | pending | none | pre-3.6 — rebuild needed | [Repo](https://github.com/ragnarok-89/Wealthfolio-Dividend-Tracker) |
| Lunch Money Addon | elson8012 | pending | MIT | pre-3.6 — rebuild needed | [Repo](https://github.com/elson/lunchmoney-addon) |
| Wealthfolio Rebalancer | ibalboteo | pending | none | SDK 3.6+ | [Repo](https://github.com/ibalboteo/wealthfolio-rebalancer) |
| SimpleFin Sync | Bubbles840 | active | MIT | SDK 3.6+ | [Repo](https://github.com/Bubbles840/wealthfolio-simplefin-addon) |
| Value Averaging Addon | wujoe | pending | MIT | pre-3.6 — rebuild needed | [Repo](https://github.com/WuJoe826/Value-Averaging-Addon) |

Licence and runtime are **derived** from each publisher's repository, not
Expand Down
69 changes: 68 additions & 1 deletion community/derived.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generatedAt": "2026-08-20T20:28:59.484Z",
"generatedAt": "2026-08-20T21:35:06.725Z",
"addons": {
"asset-and-cash-timeline": {
"id": "asset-and-cash-timeline",
Expand Down Expand Up @@ -270,6 +270,73 @@
],
"warnings": []
},
"simplefin-sync": {
"id": "simplefin-sync",
"runtimeId": "simplefin-sync",
"repository": "https://github.com/Bubbles840/wealthfolio-simplefin-addon",
"defaultBranch": "main",
"commit": "85fa393a4960e66f49e8a4cb36cf87f0fd008b4a",
"license": "MIT",
"lastPushedAt": "2026-08-16",
"manifest": {
"name": "SimpleFin Sync",
"version": "1.15.2",
"sdkVersion": "3.6.2",
"minWealthfolioVersion": "3.6.2",
"permissions": [
{
"category": "accounts",
"purpose": "Show existing accounts, and optionally create new Wealthfolio accounts, for mapping to SimpleFin accounts"
},
{
"category": "activities",
"purpose": "Import bank transactions, reconcile pending transactions (create/update/delete), and link transfer pairs"
},
{
"category": "navigation",
"purpose": "Open a mapped account's page in Wealthfolio when its row is clicked"
},
{
"category": "portfolio",
"purpose": "Read current account balances to size one-time starting-balance corrections"
},
{
"category": "secrets",
"purpose": "Store SimpleFin credentials and sync configuration securely"
},
{
"category": "network",
"purpose": "Fetch transaction data from SimpleFin Bridge"
},
{
"category": "ui",
"purpose": "Register sidebar navigation item and route for SimpleFin Sync"
}
]
},
"dataHandling": {
"userDataLeavesDevice": true,
"externalServices": [
{
"host": "bridge.simplefin.org"
},
{
"host": "beta-bridge.simplefin.org"
},
{
"host": "api.telegram.org"
}
],
"basis": "The addon requests the network permission and may reach the hosts listed above, subject to your approval at install time."
},
"compatibility": {
"state": "current",
"detail": "Built against SDK 3.6.2."
},
"notices": [],
"problems": [],
"warnings": []
},
"value-averaging-addon": {
"id": "value-averaging-addon",
"runtimeId": "value-averaging-addon",
Expand Down
42 changes: 42 additions & 0 deletions community/directory/simplefin-sync/addon.store.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"$schema": "../../../schemas/addon-store.schema.json",
"id": "simplefin-sync",
"name": "SimpleFin Sync",
"description": "Automatically import bank and credit-card transactions from SimpleFin, with correct balances, pending reconciliation, and internal-transfer linking. Optional Telegram reports and commands, and automatic categorization of Amazon charges from their order emails.",
"author": {
"name": "Bubbles840",
"url": "https://github.com/Bubbles840"
},
"trust": "community",
"status": "active",
"tags": [
"banking",
"import",
"sync",
"transactions",
"spending",
"telegram",
"categorization"
],
"commercialModel": "external-service-required",
"repository": "https://github.com/Bubbles840/wealthfolio-simplefin-addon",
"supportUrl": "https://github.com/Bubbles840/wealthfolio-simplefin-addon/issues",
"privacyUrl": "https://github.com/Bubbles840/wealthfolio-simplefin-addon/blob/main/PRIVACY.md",
"dataHandling": {
"leavesDevice": true,
"externalServices": [
{
"name": "SimpleFIN Bridge, which supplies the transactions",
"url": "https://www.simplefin.org/"
},
{
"name": "Telegram, if you enable notifications",
"url": "https://telegram.org/privacy"
},
{
"name": "Your mail provider, read by the companion container",
"url": "https://github.com/Bubbles840/wealthfolio-simplefin-addon/blob/main/PRIVACY.md"
}
]
}
}
Loading