Skip to content

Releases: aluminum-ice/pwnagotchi

Release 1.8.5

07 Feb 18:41
d6af2b7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.4...1.8.5

Release 1.8.4

22 Dec 09:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.3...1.8.4

Release 1.8.3

14 Dec 03:10
fefa7e2
Compare
Choose a tag to compare

Updated the Github action to properly populate pwnagotchi/_version.py with the Github action's PWN_VERSION input variable. When the image is built using the action, the value of version is replaced during the build process (if built manually you must do it manually).

Full Changelog: 1.8.2...1.8.3

Release 1.8.2

13 Dec 09:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.1...1.8.2

v1.8.1

02 Dec 02:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.0...v1.8.1

Release 1.8.0

20 Nov 07:26
759d35f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.9...1.8.0

v1.7.9

21 Sep 05:13
Compare
Choose a tag to compare
  • Updated logic for start_websocket() and run() in bettercap.py to catch all possible errors, avoid a crash, and recover gracefully
  • Corrected an error I made where start_websockets() with closederror exceptions were not reconnecting (this was generating extremely large log files)
  • Added explicit armv7l architecture ARCHFLAG environmental variable to the Ansible playbook to encourage code is compiled for armv7l instead of arm6vl (which is what the armhf base Debian image reports in the Ansible gathered facts)
  • Added 'main.log.debug' as a variable in config.toml that enables launching pwnagotchi in debug mode much easier
  • Added 7z to the base image because it achieves much higher compression ratios... useful for transferring files over a slow bluetooth tethered connection

Full Changelog: v1.7.8...v1.7.9

v1.7.8

10 Sep 17:40
Compare
Choose a tag to compare
  • 84fb9a0 Re-enabled installing the latest version of nexmon
  • 59a61e3 Added lnav to the apt-get packages to install
  • ab36f2c Added logging.exception to catch generic errors when opening a web socket
  • 383d71c Increased max retries for requests to 5, added a loop to repeat a failed request twice with a 1-s timeout, and added try+exception to catch errors
  • 3535529 Fixed ephemeral port exhaustion
  • 5e017d0 Removed unneeded folders to save space

Full Changelog: v1.7.7...v1.7.8

v1.7.7

03 Sep 17:10
Compare
Choose a tag to compare

What's Changed

  • Removed support from the RPiZW... too much work for an old, obsolete board. Spend $15 and get an RPiZ2W instead.
  • fix: make sure to run fonts.init() so preview.py works by @therocco in #31
  • feat: Add in support for Waveshare 2.13inb V4 e-ink display by @therocco in #32
  • Updated ups_lite.py for version v1.3 by @brammittendorff in #35
  • Update GPS plugin to allow connecting to GPSD by @llamasoft in #36

Full Changelog: v1.7.6...v1.7.7

v1.7.6

01 Sep 08:24
461ce4d
Compare
Choose a tag to compare

What's Changed

  • 9b51c9c Added support for the display mini hat from PR #29 (@do-ki @neonlighting)
  • 87f8b45 Added the mastodon and aircrackonly community plugins to the image
  • a49251a Updated the right location to copy the kernel module for the RPiZW (e.g., /lib/modules/5.10.103+/ for RPiZW)

Full Changelog: v1.7.5.1...v1.7.6