diff --git a/androidApp/README.md b/androidApp/README.md index c5c172202..8ba59aa28 100644 --- a/androidApp/README.md +++ b/androidApp/README.md @@ -37,7 +37,6 @@ graph TB :androidApp -.-> :core:network :androidApp -.-> :core:nfc :androidApp -.-> :core:prefs - :androidApp -.-> :core:proto :androidApp -.-> :core:service :androidApp -.-> :core:resources :androidApp -.-> :core:ui diff --git a/androidApp/src/main/assets/firmware_releases.json b/androidApp/src/main/assets/firmware_releases.json index 106e93056..0e41b47af 100644 --- a/androidApp/src/main/assets/firmware_releases.json +++ b/androidApp/src/main/assets/firmware_releases.json @@ -188,6 +188,18 @@ ] }, "pullRequests": [ + { + "id": "10684", + "title": "Claude hooks don't work in a fresh box", + "page_url": "https://github.com/meshtastic/firmware/pull/10684", + "zip_url": "s" + }, + { + "id": "10673", + "title": "meshtasticd: Add configs for B&Q Station G3", + "page_url": "https://github.com/meshtastic/firmware/pull/10673", + "zip_url": "https://img.shields.io/badge/Flash_this_PR_in_the_Web_Flasher-2C2D3C?style=for-the-badge" + }, { "id": "10669", "title": "Allow key verification to work for unknown nodes.", diff --git a/core/data/README.md b/core/data/README.md index 6da325192..22fdbf171 100644 --- a/core/data/README.md +++ b/core/data/README.md @@ -28,7 +28,6 @@ graph TB :core:data -.-> :core:model :core:data -.-> :core:network :core:data -.-> :core:prefs - :core:data -.-> :core:proto :core:data -.-> :core:takserver :core:data -.-> :core:testing diff --git a/core/database/README.md b/core/database/README.md index a94a280b8..c974c5d5d 100644 --- a/core/database/README.md +++ b/core/database/README.md @@ -30,7 +30,6 @@ graph TB :core:database --> :core:common :core:database --> :core:model :core:database -.-> :core:di - :core:database -.-> :core:proto :core:database -.-> :core:resources :core:database -.-> :core:testing diff --git a/core/datastore/README.md b/core/datastore/README.md index 03dec023e..c11035eec 100644 --- a/core/datastore/README.md +++ b/core/datastore/README.md @@ -25,7 +25,6 @@ graph TB :core:datastore[datastore]:::kmp-library :core:datastore -.-> :core:common :core:datastore -.-> :core:model - :core:datastore -.-> :core:proto classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/domain/README.md b/core/domain/README.md index c855cff2c..a385e884f 100644 --- a/core/domain/README.md +++ b/core/domain/README.md @@ -116,7 +116,6 @@ graph TB :core:domain[domain]:::kmp-library :core:domain -.-> :core:repository :core:domain -.-> :core:model - :core:domain -.-> :core:proto :core:domain -.-> :core:common :core:domain -.-> :core:database :core:domain -.-> :core:datastore diff --git a/core/model/README.md b/core/model/README.md index 43dbdf392..baddbf834 100644 --- a/core/model/README.md +++ b/core/model/README.md @@ -33,7 +33,6 @@ implementation(projects.core.model) ```mermaid graph TB :core:model[model]:::kmp-library - :core:model --> :core:proto :core:model --> :core:common :core:model --> :core:resources :core:model -.-> :core:testing diff --git a/core/network/README.md b/core/network/README.md index bb2439ff7..037d4b09e 100644 --- a/core/network/README.md +++ b/core/network/README.md @@ -30,7 +30,6 @@ graph TB :core:network -.-> :core:common :core:network -.-> :core:di :core:network -.-> :core:model - :core:network -.-> :core:proto :core:network -.-> :core:ble :core:network -.-> :core:testing diff --git a/core/repository/README.md b/core/repository/README.md index edb71c752..d03ffb5e2 100644 --- a/core/repository/README.md +++ b/core/repository/README.md @@ -156,7 +156,6 @@ core:repository graph TB :core:repository[repository]:::kmp-library :core:repository --> :core:model - :core:repository --> :core:proto :core:repository -.-> :core:common :core:repository -.-> :core:database :core:repository -.-> :core:testing diff --git a/core/service/README.md b/core/service/README.md index 84352b088..716ac3d2f 100644 --- a/core/service/README.md +++ b/core/service/README.md @@ -39,7 +39,6 @@ graph TB :core:service -.-> :core:network :core:service -.-> :core:ble :core:service -.-> :core:prefs - :core:service -.-> :core:proto :core:service -.-> :core:takserver classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/takserver/README.md b/core/takserver/README.md index 4e36f7257..0b9d09806 100644 --- a/core/takserver/README.md +++ b/core/takserver/README.md @@ -167,7 +167,6 @@ graph TB :core:takserver -.-> :core:common :core:takserver -.-> :core:di :core:takserver -.-> :core:model - :core:takserver -.-> :core:proto :core:takserver -.-> :core:testing classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/ui/README.md b/core/ui/README.md index e22c32228..2dbc27935 100644 --- a/core/ui/README.md +++ b/core/ui/README.md @@ -58,7 +58,6 @@ graph TB :core:ui -.-> :core:model :core:ui -.-> :core:navigation :core:ui -.-> :core:prefs - :core:ui -.-> :core:proto :core:ui -.-> :core:repository :core:ui -.-> :core:resources :core:ui -.-> :core:service diff --git a/feature/connections/README.md b/feature/connections/README.md index e797a0d9c..83047848f 100644 --- a/feature/connections/README.md +++ b/feature/connections/README.md @@ -138,7 +138,6 @@ graph TB :feature:connections -.-> :core:model :feature:connections -.-> :core:navigation :feature:connections -.-> :core:prefs - :feature:connections -.-> :core:proto :feature:connections -.-> :core:resources :feature:connections -.-> :core:service :feature:connections -.-> :core:ui diff --git a/feature/firmware/README.md b/feature/firmware/README.md index 127ca0297..226fecc55 100644 --- a/feature/firmware/README.md +++ b/feature/firmware/README.md @@ -107,7 +107,6 @@ graph TB :feature:firmware -.-> :core:navigation :feature:firmware -.-> :core:network :feature:firmware -.-> :core:prefs - :feature:firmware -.-> :core:proto :feature:firmware -.-> :core:service :feature:firmware -.-> :core:resources :feature:firmware -.-> :core:ui diff --git a/feature/map/README.md b/feature/map/README.md index 910c624f4..5bca1eafe 100644 --- a/feature/map/README.md +++ b/feature/map/README.md @@ -51,7 +51,6 @@ graph TB :feature:map -.-> :core:model :feature:map -.-> :core:navigation :feature:map -.-> :core:prefs - :feature:map -.-> :core:proto :feature:map -.-> :core:service :feature:map -.-> :core:resources :feature:map -.-> :core:ui diff --git a/feature/messaging/README.md b/feature/messaging/README.md index 62d165ea7..a04eb8bb0 100644 --- a/feature/messaging/README.md +++ b/feature/messaging/README.md @@ -34,7 +34,6 @@ graph TB :feature:messaging -.-> :core:model :feature:messaging -.-> :core:navigation :feature:messaging -.-> :core:prefs - :feature:messaging -.-> :core:proto :feature:messaging -.-> :core:resources :feature:messaging -.-> :core:service :feature:messaging -.-> :core:ui diff --git a/feature/node/README.md b/feature/node/README.md index 747c245ff..940e53a99 100644 --- a/feature/node/README.md +++ b/feature/node/README.md @@ -34,7 +34,6 @@ graph TB :feature:node -.-> :core:domain :feature:node -.-> :core:model :feature:node -.-> :core:navigation - :feature:node -.-> :core:proto :feature:node -.-> :core:repository :feature:node -.-> :core:resources :feature:node -.-> :core:service diff --git a/feature/settings/README.md b/feature/settings/README.md index fb3b4006d..b022061de 100644 --- a/feature/settings/README.md +++ b/feature/settings/README.md @@ -39,7 +39,6 @@ graph TB :feature:settings -.-> :core:model :feature:settings -.-> :core:navigation :feature:settings -.-> :core:network - :feature:settings -.-> :core:proto :feature:settings -.-> :core:repository :feature:settings -.-> :core:service :feature:settings -.-> :core:resources