Rayhunter v0.2.8
What's Changed
- TP-Link device support now in main codebase! Installing is still left as an exercise for the user however (install scripts for TP Link coming soon)
- Official windows binaries for serial (install script coming soon.)
- Many improvements to serial to make installing rayhunter much simpler for people on different architectures
- Clarity and efficiency Improvements across the code
- Delete old recordings in the web ui
- Bugfixes galore!
Full Release Notes
- Add missing Cargo.lock changes by @gaykitty in #204
- Remove unused import due to e79dc4a by @gaykitty in #205
- Update rayhunter_daemon for TPLINK Compatibility by @tkerby in #194
- Added FAQ entry on how to use the rootshell to delete data from the device by @cycloarcane in #209
- Update README w/ signal instructions by @wgreenberg in #214
- More clippy fixes by @gaykitty in #206
- Improve installation doc clarity. Cleanup capitalization. Fixed #169 by @blanchardjeremy in #177
- feat(serial): replace all panics with error handling from anyhow by @oopsbagel in #232
- Fix malformed QMDL manifest writes by @untitaker in #225
- [REPO] Add Issue Templates by @zoracon in #237
- Fix rendering of last_message_time in UI by @untitaker in #224
- Fix RecordingStore::create by @untitaker in #242
- Add delete buttons to web ui by @gaykitty in #240
- Remove unneeded image dependencies by @gaykitty in #247
- mac installer: if we've already removed quarantine bit, continue by @wgreenberg in #219
- Bump tokio from 1.44.1 to 1.44.2 by @dependabot in #257
- comment was looking for a rusty way by @rusmisel in #216
- ci: installer for ubuntu-24.04-arm (aarch64) by @oopsbagel in #255
- Add the content length header to the qmdl file response by @gaykitty in #253
- Remove RecordingCBM by @untitaker in #246
- Indent rootshell's code to 4 space like everything else by @gaykitty in #220
- [REPO] Move Templates to Correct Location by @zoracon in #243
- Add PR template by @wgreenberg in #215
- [REPO] Fix Issue Template Bugs by @zoracon in #258
- Document what the red line means by @untitaker in #262
- [WIP: needs install.bat] ci: add windows installer by @oopsbagel in #256
- Add dockerfile for easier building on MacOS by @untitaker in #265
- ci: statically compile serial binary for linux by @oopsbagel in #264
- Upgrade axum to reduce binary size by @untitaker in #235
- ci: add windows target for serial by @oopsbagel in #266
- ci(windows): compile serial for x86_64-pc-windows-gnu by @oopsbagel in #267
- Add build flags and display support for TP-Link M7350 by @untitaker in #226
- Fix delete all recordings, and panic on server startup by @untitaker in #268
- chore: blameless cargo fmt by @oopsbagel in #223
- README: Do not mention SD card by @untitaker in #273
- Remove outdated instructions from README by @untitaker in #279
- update mm invite by @cooperq in #281
- bump version by @cooperq in #287
New Contributors
- @tkerby made their first contribution in #194
- @cycloarcane made their first contribution in #209
- @untitaker made their first contribution in #225
- @rusmisel made their first contribution in #216
Full Changelog: v0.2.7...v0.2.8