Announcing the release of ShowEQ version 6.3.16, and the availability of ShowEQ 6.4.0 Release Candidate 1. Special thanks to Newby for the patch.
These versions are compatible with the Jul 17th release.
Code:
cn187 (07/17/24)
----------------
- Update to version 6.3.16
- Support for EQ Patch 07/17/24
- Struct and opcode updates (Newby)
This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq...Showeq-6.3.16/, or from the SVN repository at http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_3_16/
Installation (tarball):
Code:
$ tar xjvf showeq-6.3.16.tar.bz2
$ cd showeq-6.3.16
$ ./configure
$ make
$ make install
Installation (SVN):
Version 6.4.0-rc1 - This version is a release candidate for the next minor upgrade to ShowEQ. It includes fixes and features that will be added to ShowEQ in the near future.
It's expected to be as stable as the regular release, however there may be new bugs not present in the regular release. Testers, bug reports, and feedback are appreciated!
Please post any bug info or feedback in the Beta forum.
Code:
cn187 (07/17/24)
----------------
- Update to version 6.4.0-rc1
- Support for EQ Patch 07/17/24
- Struct and opcode updates (Newby)
- This is a release candidate release for the next minor version
- Fixes:
- Improvements to column sort/reorder/hide behavior
- Fixes for player-controlled external entity detection and updates, and related crash
- Rework packet capture filter to improve reliability of session detection
- Update OP_Consider logic to correctly display con colors and level
- Enable menu options to rename/delete spawnpoints
- Don't auto-select another mob when a targeted corpse decays
- Fixes for formatted messages
- Remove config.sub/config.guess from source and regenerate them on build host
- Enhancements:
- Add option to deselect your target if mob is untargeted
- Allow user to configure map line/location colors
- Allow user to configure PCAP snaplen and ring buffer size
- PCAP will now attempt to detect dropped packets and emit a warning with possible fixes
- New UI for adding and editing spawn filters
- Allow using info/equipment fields in spawn filter matches
The rc1 release is available in the files section of SourceForge at https://sourceforge.net/projects/seq...wEQ-6.4.0-rc1/. It's not available from the SVN repository at this time.
Installation (tarball):
Code:
$ tar xjvf showeq-6.4.0-rc1.tar.bz2
$ cd showeq-6.4.0-rc1
$ ./configure
$ make
$ make install