From 4af1f0f2873a62ba18143974b46604622e757487 Mon Sep 17 00:00:00 2001 From: blastik <3662083+blastik@users.noreply.github.com> Date: Sat, 4 Jul 2026 18:19:24 +0200 Subject: [PATCH 1/4] feat: add Trade Republic Importer to community/verified Community-contributed addon by blastik. Imports Trade Republic CSV exports into Wealthfolio with two-account model and transfer detection. Source: https://github.com/blastik/trade-republic-importer-addon v1.0.0 Claude-Session: https://claude.ai/code/session_01Qe6ZBdCPMLcZhuFGMsXsm7 --- .../addon.store.json | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/verified/trade-republic-importer-addon/addon.store.json diff --git a/community/verified/trade-republic-importer-addon/addon.store.json b/community/verified/trade-republic-importer-addon/addon.store.json new file mode 100644 index 0000000..d4341d8 --- /dev/null +++ b/community/verified/trade-republic-importer-addon/addon.store.json @@ -0,0 +1,28 @@ +{ + "$schema": "../../../schemas/addon-store.schema.json", + "id": "trade-republic-importer-addon", + "name": "Trade Republic Importer", + "description": "Import Trade Republic CSV exports into Wealthfolio. Splits cash and portfolio activities across two accounts and handles internal fund transfers automatically.", + "author": { + "name": "blastik", + "url": "https://github.com/blastik" + }, + "trust": "community", + "verification": "unverified", + "status": "active", + "featured": false, + "tags": ["import", "csv", "trade-republic"], + "repository": "https://github.com/blastik/trade-republic-importer-addon", + "release": { + "version": "1.0.0", + "tag": "v1.0.0", + "commit": "022e1137b23564f77a0d522285790a1f711897aa", + "minWealthfolioVersion": "3.5.0", + "sdkVersion": "3.5.1", + "critical": false, + "breaking": false, + "notes": "Initial release.", + "changelogUrl": "https://github.com/blastik/trade-republic-importer-addon/blob/main/CHANGELOG.md" + }, + "supportUrl": "https://github.com/blastik/trade-republic-importer-addon/issues" +} From 1041033edc45a9ca25e8bf5a18fc4641ef691bed Mon Sep 17 00:00:00 2001 From: blastik <3662083+blastik@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:06:02 +0200 Subject: [PATCH 2/4] chore: bump trade-republic-importer-addon to v1.1.0 - Account dropdowns filter by type (CASH / SECURITIES only) - Multi-currency: cash symbol and currency derived from account, not hardcoded EUR Claude-Session: https://claude.ai/code/session_019iQ6pzBhXjaTJPe6FbJB1m --- .../trade-republic-importer-addon/addon.store.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/community/verified/trade-republic-importer-addon/addon.store.json b/community/verified/trade-republic-importer-addon/addon.store.json index d4341d8..897c6f5 100644 --- a/community/verified/trade-republic-importer-addon/addon.store.json +++ b/community/verified/trade-republic-importer-addon/addon.store.json @@ -14,14 +14,15 @@ "tags": ["import", "csv", "trade-republic"], "repository": "https://github.com/blastik/trade-republic-importer-addon", "release": { - "version": "1.0.0", - "tag": "v1.0.0", - "commit": "022e1137b23564f77a0d522285790a1f711897aa", + "version": "1.1.0", + "tag": "v1.1.0", + "commit": "706bbff49616197969b0b0fff09f788298dd41b1", + "downloadUrl": "https://github.com/blastik/trade-republic-importer-addon/releases/download/v1.1.0/addon.js", "minWealthfolioVersion": "3.5.0", "sdkVersion": "3.5.1", "critical": false, "breaking": false, - "notes": "Initial release.", + "notes": "Account dropdowns now filter by type (CASH / SECURITIES); multi-currency support — cash activity symbol and currency derive from the selected account instead of being hardcoded to EUR.", "changelogUrl": "https://github.com/blastik/trade-republic-importer-addon/blob/main/CHANGELOG.md" }, "supportUrl": "https://github.com/blastik/trade-republic-importer-addon/issues" From 677b4e23d687246be2c01e839bb4c4dcb336e48e Mon Sep 17 00:00:00 2001 From: blastik <3662083+blastik@users.noreply.github.com> Date: Wed, 8 Jul 2026 17:49:04 +0200 Subject: [PATCH 3/4] docs: add Trade Republic Importer to community addons registry --- community/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/community/README.md b/community/README.md index 08a1655..1c80182 100644 --- a/community/README.md +++ b/community/README.md @@ -7,6 +7,7 @@ Community addons are author-maintained. Unverified directory entries are for dis | Asset Amount & Cash Timeline | bryanrvo1511 | Tracks cash balance and asset accumulation over time with transaction-level insights and holding timelines. | community | unverified | active | | [Repo](https://github.com/bryanrvo/Asset-amount-Cash-Timeline-add-on) | | Lunch Money Addon | elson8012 | Imports accounts and balances from Lunch Money into Wealthfolio with a one-click update. | community | unverified | active | | [Repo](https://github.com/elson/lunchmoney-addon) | | Value Averaging Addon | wujoe | Runs a value averaging strategy with portfolio weights, top-up rules, growth schedules, and per-ticker investment amounts. | community | unverified | active | | [Repo](https://github.com/WuJoe826/Value-Averaging-Addon) | +| Trade Republic Importer | blastik | Import Trade Republic CSV exports into Wealthfolio. Splits cash and portfolio activities across two accounts and handles internal fund transfers automatically. | community | unverified | active | 1.1.0 | [Repo](https://github.com/blastik/trade-republic-importer-addon) | | Wealthfolio Dividend Tracker | ragnarok896209 | Dividend tracking by year, month, and security with stacked bar charts and per-account tables. | community | unverified | active | | [Repo](https://github.com/ragnarok-89/Wealthfolio-Dividend-Tracker) | | Wealthfolio Rebalancer | ibalboteo | Portfolio rebalancing addon for target allocations and long-term portfolio planning. | community | unverified | active | | [Repo](https://github.com/ibalboteo/wealthfolio-rebalancer) | From fbda0587020f2f0d027b9c9eeb097a43171a8713 Mon Sep 17 00:00:00 2001 From: blastik <3662083+blastik@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:07:52 +0200 Subject: [PATCH 4/4] fix: move Trade Republic Importer to community directory tier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous entry lived under community/verified/ with a hand-rolled release block (tag/commit/downloadUrl crammed into "release" instead of split across source/distribution) that matched neither the verified nor directory submission template from CONTRIBUTING.md, had no cover screenshots, and was marked "unverified" despite the verified/ path. Verified Community status requires a distribution.r2Path populated by Wealthfolio's own build/review pipeline, not something an addon author can self-fill — so move this to community/directory/, matching every other unverified community addon here (id/name/description/author/ trust/verification/status/tags/repository only, no release tracking). Users continue to install from the addon's own GitHub releases, same as today. Regenerated community/README.md via `pnpm generate`. --- community/README.md | 2 +- .../addon.store.json | 15 ++++++++++ .../addon.store.json | 29 ------------------- 3 files changed, 16 insertions(+), 30 deletions(-) create mode 100644 community/directory/trade-republic-importer-addon/addon.store.json delete mode 100644 community/verified/trade-republic-importer-addon/addon.store.json diff --git a/community/README.md b/community/README.md index 1c80182..b919502 100644 --- a/community/README.md +++ b/community/README.md @@ -6,8 +6,8 @@ Community addons are author-maintained. Unverified directory entries are for dis | --- | --- | --- | --- | --- | --- | --- | --- | | Asset Amount & Cash Timeline | bryanrvo1511 | Tracks cash balance and asset accumulation over time with transaction-level insights and holding timelines. | community | unverified | active | | [Repo](https://github.com/bryanrvo/Asset-amount-Cash-Timeline-add-on) | | Lunch Money Addon | elson8012 | Imports accounts and balances from Lunch Money into Wealthfolio with a one-click update. | community | unverified | active | | [Repo](https://github.com/elson/lunchmoney-addon) | +| Trade Republic Importer | blastik | Import Trade Republic CSV exports into Wealthfolio. Splits cash and portfolio activities across two accounts and handles internal fund transfers automatically. | community | unverified | active | | [Repo](https://github.com/blastik/trade-republic-importer-addon) | | Value Averaging Addon | wujoe | Runs a value averaging strategy with portfolio weights, top-up rules, growth schedules, and per-ticker investment amounts. | community | unverified | active | | [Repo](https://github.com/WuJoe826/Value-Averaging-Addon) | -| Trade Republic Importer | blastik | Import Trade Republic CSV exports into Wealthfolio. Splits cash and portfolio activities across two accounts and handles internal fund transfers automatically. | community | unverified | active | 1.1.0 | [Repo](https://github.com/blastik/trade-republic-importer-addon) | | Wealthfolio Dividend Tracker | ragnarok896209 | Dividend tracking by year, month, and security with stacked bar charts and per-account tables. | community | unverified | active | | [Repo](https://github.com/ragnarok-89/Wealthfolio-Dividend-Tracker) | | Wealthfolio Rebalancer | ibalboteo | Portfolio rebalancing addon for target allocations and long-term portfolio planning. | community | unverified | active | | [Repo](https://github.com/ibalboteo/wealthfolio-rebalancer) | diff --git a/community/directory/trade-republic-importer-addon/addon.store.json b/community/directory/trade-republic-importer-addon/addon.store.json new file mode 100644 index 0000000..a6e0a58 --- /dev/null +++ b/community/directory/trade-republic-importer-addon/addon.store.json @@ -0,0 +1,15 @@ +{ + "$schema": "../../../schemas/addon-store.schema.json", + "id": "trade-republic-importer-addon", + "name": "Trade Republic Importer", + "description": "Import Trade Republic CSV exports into Wealthfolio. Splits cash and portfolio activities across two accounts and handles internal fund transfers automatically.", + "author": { + "name": "blastik", + "url": "https://github.com/blastik" + }, + "trust": "community", + "verification": "unverified", + "status": "active", + "tags": ["import", "csv", "trade-republic"], + "repository": "https://github.com/blastik/trade-republic-importer-addon" +} diff --git a/community/verified/trade-republic-importer-addon/addon.store.json b/community/verified/trade-republic-importer-addon/addon.store.json deleted file mode 100644 index 897c6f5..0000000 --- a/community/verified/trade-republic-importer-addon/addon.store.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "$schema": "../../../schemas/addon-store.schema.json", - "id": "trade-republic-importer-addon", - "name": "Trade Republic Importer", - "description": "Import Trade Republic CSV exports into Wealthfolio. Splits cash and portfolio activities across two accounts and handles internal fund transfers automatically.", - "author": { - "name": "blastik", - "url": "https://github.com/blastik" - }, - "trust": "community", - "verification": "unverified", - "status": "active", - "featured": false, - "tags": ["import", "csv", "trade-republic"], - "repository": "https://github.com/blastik/trade-republic-importer-addon", - "release": { - "version": "1.1.0", - "tag": "v1.1.0", - "commit": "706bbff49616197969b0b0fff09f788298dd41b1", - "downloadUrl": "https://github.com/blastik/trade-republic-importer-addon/releases/download/v1.1.0/addon.js", - "minWealthfolioVersion": "3.5.0", - "sdkVersion": "3.5.1", - "critical": false, - "breaking": false, - "notes": "Account dropdowns now filter by type (CASH / SECURITIES); multi-currency support — cash activity symbol and currency derive from the selected account instead of being hardcoded to EUR.", - "changelogUrl": "https://github.com/blastik/trade-republic-importer-addon/blob/main/CHANGELOG.md" - }, - "supportUrl": "https://github.com/blastik/trade-republic-importer-addon/issues" -}