multi_fuzzer 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. commit a4588f71759cd8fa9c3fb555a8c66884eac3446b
  2. Author: MX <10697207+xMasterX@users.noreply.github.com>
  3. Date: Fri Dec 1 03:20:57 2023 +0300
  4. bump version
  5. diff --git a/CHANGELOG.md b/CHANGELOG.md
  6. index c1d3ada1e..67ef71b64 100644
  7. --- a/CHANGELOG.md
  8. +++ b/CHANGELOG.md
  9. @@ -1,3 +1,13 @@
  10. +## v1.3
  11. +- New systems in RFID Fuzzer:
  12. + - IoProxXSF
  13. + - Paradox
  14. + - Indala26
  15. + - Viking
  16. + - Pyramid
  17. + - Keri
  18. + - Jablotron
  19. +- Fixes for new API
  20. ## v1.2
  21. - Fixes for new auto-naming system
  22. ## v1.1
  23. diff --git a/application.fam b/application.fam
  24. index ece85598a..4e56c92c3 100644
  25. --- a/application.fam
  26. +++ b/application.fam
  27. @@ -13,7 +13,7 @@ App(
  28. stack_size=2 * 1024,
  29. fap_author="gid9798 xMasterX",
  30. fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
  31. - fap_version="1.2",
  32. + fap_version="1.3",
  33. targets=["f7"],
  34. fap_description="Fuzzer for ibutton readers",
  35. fap_icon="icons/ibutt_10px.png",
  36. @@ -43,7 +43,7 @@ App(
  37. stack_size=2 * 1024,
  38. fap_author="gid9798 xMasterX",
  39. fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
  40. - fap_version="1.2",
  41. + fap_version="1.3",
  42. targets=["f7"],
  43. fap_description="Fuzzer for lfrfid readers",
  44. fap_icon="icons/rfid_10px.png",