Skip to content

v1.2.7 - 05/12/2024 (14:14)

Compare
Choose a tag to compare
@BUZZARDGTA BUZZARDGTA released this 05 Dec 13:27
· 192 commits to main since this release

Hello everyone! In summary, I've added Discord presence and fixed a crashing issue. 🆕🎉🔧🩹🌟🚀

Changelog

  • Refined: Code improvements, including parameter hint consistency, more modularization, and other minor refinements.
  • Fixed: A bug introduced in v1.2.0 where the launcher would crash if Wireshark was not installed at C:\Program Files\Wireshark. (See Issue #12)
  • Fixed: In previous versions, if tshark.exe crashed, the user would not be notified and would remain unaware of the issue.
  • Fixed: Minor issues in the settings code that were not implemented optimally.
  • Fixed: The requirements.txt file was missing the rich module.
  • Renamed: The "AS Name" field is now "ASN" for consistency.
  • Improved: The script version is now displayed when crashes occur, aiding in debugging and identifying issues.
  • Improved/Added: Automatic detection of the installed Wireshark path to locate tshark.exe, removing the need for users to manually configure <CAPTURE_TSHARK_PATH> setting.
  • Added: Discord presence integration (can be disabled through the new <DISCORD_PRESENCE> setting).
  • Added: Setting <CAPTURE_PREPEND_CUSTOM_CAPTURE_FILTER> (for advanced users only).
  • Added: Setting <CAPTURE_PREPEND_CUSTOM_DISPLAY_FILTER> (for advanced users only).
  • Added: Setting <DISCORD_PRESENCE>.

Full Changelog: v1.2.6...v1.2.7