Commit Graph

56 Commits

Author SHA1 Message Date
Kara Zajac a58d13362a Add GitHub Actions workflow for GitHub Pages deployment
This workflow automates the deployment of static content to GitHub Pages on pushes to the main branch.
2026-03-22 11:01:25 -04:00
KaraZajac 23431c4a7a updated screenshot 2026-02-23 20:50:41 -05:00
KaraZajac c0de9effc8 updated readme 2026-02-22 21:40:21 -05:00
KaraZajac bd19816e91 updated readme 2026-02-22 21:39:26 -05:00
KaraZajac 5d0bd97954 fob export fixes 2026-02-22 21:37:56 -05:00
KaraZajac 334491db4e Release 1.1.3: command field, unknown signals default, 80ms gap, 5-pair min, export hex uppercase
Co-authored-by: Cursor <cursoragent@cursor.com>
v1.1.3
2026-02-22 20:59:43 -05:00
KaraZajac 39944e072b Updated layout 2026-02-21 10:40:40 -05:00
KaraZajac 9e90f88a15 Added VAG Freq 2026-02-21 10:16:23 -05:00
KaraZajac 99dea608d8 Release v1.1.2: CVE/vuln DB expansion, multi-ID commands, TX indicator
Co-authored-by: Cursor <cursoragent@cursor.com>
v1.1.2
2026-02-21 00:37:42 -05:00
KaraZajac b4e6898113 CVE updates 2026-02-21 00:22:12 -05:00
KaraZajac 024b55a2a8 CVE updates 2026-02-21 00:13:14 -05:00
KaraZajac da5950e872 TX and other UI/UX improvements 2026-02-20 23:43:15 -05:00
KaraZajac 1ac7f0299f update 2026-02-20 23:17:06 -05:00
KaraZajac 9026de22e5 Fixed barrier/gate/alarm menu 2026-02-18 21:42:06 -05:00
KaraZajac 8ef3b98634 protocol work 2026-02-18 21:24:34 -05:00
KaraZajac 05078ba961 minor vag timing updat 2026-02-18 20:25:15 -05:00
KaraZajac 08baed9677 keystore fix + looser vw timings. 2026-02-17 23:41:35 -05:00
KaraZajac 9dd5758973 removed scripts 2026-02-17 23:01:42 -05:00
KaraZajac 77547bb437 minor updates 2026-02-17 22:37:39 -05:00
KaraZajac 4bc7bd7beb Scripts and added :load function 2026-02-17 22:12:03 -05:00
KaraZajac 6dcfb65686 Release 1.1.1: UI updates
Co-authored-by: Cursor <cursoragent@cursor.com>
v1.1.1
2026-02-17 21:44:51 -05:00
KaraZajac fef1380d3a UI Updates 2026-02-17 21:42:20 -05:00
KaraZajac ceeef351fd UI updates 2026-02-17 21:37:52 -05:00
KaraZajac 8a5a6ee8a0 Release 1.1.0: RSSI bar, KeeLoq, Vulnerability DB, keystore update, VAG fix
Co-authored-by: Cursor <cursoragent@cursor.com>
v1.1.0
2026-02-17 21:08:06 -05:00
KaraZajac aeccb649a7 Inital Vuln DB 2026-02-17 21:04:09 -05:00
KaraZajac 9d55d1a1ad UI Improvements 2026-02-17 20:30:06 -05:00
KaraZajac 76451bb458 Added RSSI Indicator 2026-02-17 20:12:32 -05:00
KaraZajac 0cffd71a87 Added Keeloq 2026-02-17 19:47:57 -05:00
KaraZajac 7c02fc7483 minor updates 2026-02-17 19:27:01 -05:00
KaraZajac 5944cfa741 VAG fix 2026-02-17 19:24:03 -05:00
KaraZajac b1295a9b86 Added security disclaimer 2026-02-15 21:42:22 -05:00
KaraZajac 2052b3a90c Added Pictures 2026-02-15 21:17:55 -05:00
KaraZajac 2a9c12cf04 Updated README 2026-02-15 20:58:19 -05:00
KaraZajac a7bfcf6777 Updated README 2026-02-15 20:55:18 -05:00
KaraZajac 7b46be00c4 Updated README 2026-02-15 20:53:52 -05:00
KaraZajac 6b27f49f13 Release 1.0.2: version bump and changelog
Co-authored-by: Cursor <cursoragent@cursor.com>
v1.0.2
2026-02-15 20:47:38 -05:00
KaraZajac 5b45b54dcc RTL-SDR Support (Expermential) 2026-02-15 20:13:27 -05:00
KaraZajac e5005c9083 minor updates 2026-02-15 19:52:21 -05:00
KaraZajac daed5321d9 Release 1.0.1: Ford fix, keystore update, KeeLoq generic fallback
- Ford V0 decoder fix (BinRAW/RAW .sub handling)
- Embedded keystore updated with additional manufacturer keys
- KeeLoq generic: try every keystore key when no protocol matches (keeloq_generic.rs)
- CHANGELOG.md added for 1.0.1 and 1.0.0

Co-authored-by: Cursor <cursoragent@cursor.com>
v1.0.1
2026-02-15 19:06:36 -05:00
KaraZajac e59d976123 docs: README and protocol docs for KeeLoq generic fallback
- README: add KeeLoq generic fallback to features, supported protocols, crypto modules, project structure
- docs/README.md: add keeloq_generic to protocol table and short note
- docs/keeloq_generic.md: new doc describing fallback flow, keeloq_common usage, display, encoding

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 19:01:41 -05:00
leviathan 9961563993 Added a generic keeloq decode against manufacure keys 2026-02-15 18:53:25 -05:00
leviathan 67c9a1bb98 updated keystore and added more .sub files 2026-02-15 18:09:54 -05:00
leviathan fd545311c7 Ford Fix 2026-02-15 14:04:56 -05:00
leviathan 15b44a572e Image update 2026-02-13 22:45:16 -05:00
leviathan 6771d888d3 Updated README 2026-02-13 22:18:36 -05:00
leviathan e06f6c9b48 Updated README 2026-02-13 22:16:08 -05:00
leviathan 2ff9c29406 Added license and credits 2026-02-13 22:12:30 -05:00
leviathan 655f019469 v1.0.0 2026-02-13 22:00:42 -05:00
leviathan b306ff0574 closer 2026-02-13 21:46:04 -05:00
leviathan 04b1d91d78 Working changes 2026-02-13 18:10:29 -05:00