From 53fab1c3f68c79d7c2a29e89fed7e569e492bc80 Mon Sep 17 00:00:00 2001 From: maxwalks <78441835+maxwalks@users.noreply.github.com> Date: Sat, 6 Jun 2026 23:49:38 +0200 Subject: [PATCH 1/3] Add Subhound 1.2 --- applications/Sub-GHz/subhound/manifest.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 applications/Sub-GHz/subhound/manifest.yml diff --git a/applications/Sub-GHz/subhound/manifest.yml b/applications/Sub-GHz/subhound/manifest.yml new file mode 100644 index 00000000..23049c48 --- /dev/null +++ b/applications/Sub-GHz/subhound/manifest.yml @@ -0,0 +1,14 @@ +sourcecode: + type: git + location: + origin: https://github.com/maxwalks/subhound.git + commit_sha: f61cd0363534757bd8468cd80ee0f11316f4cf29 + subdir: flipper-app +description: "@CATALOG.md" +changelog: "@./docs/changelog.md" +screenshots: + - screenshots/ss0.png + - screenshots/ss1.png + - screenshots/ss2.png + - screenshots/ss3.png + - screenshots/ss4.png From 76d0d5f30f54e958fd0a32246672212d79765134 Mon Sep 17 00:00:00 2001 From: maxwalks <78441835+maxwalks@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:30:40 +0200 Subject: [PATCH 2/3] Subhound: bump commit_sha to fd40fbe --- applications/Sub-GHz/subhound/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Sub-GHz/subhound/manifest.yml b/applications/Sub-GHz/subhound/manifest.yml index 23049c48..f0f550b2 100644 --- a/applications/Sub-GHz/subhound/manifest.yml +++ b/applications/Sub-GHz/subhound/manifest.yml @@ -2,7 +2,7 @@ sourcecode: type: git location: origin: https://github.com/maxwalks/subhound.git - commit_sha: f61cd0363534757bd8468cd80ee0f11316f4cf29 + commit_sha: fd40fbe26d007601463a05c02f896e419ee26b03 subdir: flipper-app description: "@CATALOG.md" changelog: "@./docs/changelog.md" From 36579a7935f6f449c9b981cbeae5417aab5b6914 Mon Sep 17 00:00:00 2001 From: maxwalks <78441835+maxwalks@users.noreply.github.com> Date: Wed, 10 Jun 2026 10:02:42 +0000 Subject: [PATCH 3/3] fix: point to commit removing markdown backticks --- applications/Sub-GHz/subhound/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Sub-GHz/subhound/manifest.yml b/applications/Sub-GHz/subhound/manifest.yml index f0f550b2..2d7ae6fa 100644 --- a/applications/Sub-GHz/subhound/manifest.yml +++ b/applications/Sub-GHz/subhound/manifest.yml @@ -2,7 +2,7 @@ sourcecode: type: git location: origin: https://github.com/maxwalks/subhound.git - commit_sha: fd40fbe26d007601463a05c02f896e419ee26b03 + commit_sha: ea0976a2e2bfac54a1e372e4df81497a5af8bd18 subdir: flipper-app description: "@CATALOG.md" changelog: "@./docs/changelog.md"