Announcing the release of ShowEQ version 6.3.0.

This version is compatible with the Mar 15th release.

Code:
cn187 (03/15/23)
----------------
- Update to version 6.3.0
  - Features:
    - Map related
      - Multilayer map support with automatic conversion
      - Mouse scroll adjusts map zoom
      - Other miscellaneous map fixes
    - Interface related
      - Themes are no longer forced by ShowEQ
      - Support for using system-installed Qt themes, including dark themes
      - Miscellaneous Qt5 fixes
    - Reliability related
      - Additional packet filtering to reduce session disconnects due to
        random LAN traffic
      - Session tracking is now enabled by default
- Support for EQ Patch 03/15/23
- Struct and opcode updates
This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq.../Showeq-6.3.0/, or from the SVN repository at http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_3_0/

Installation (tarball):
Code:
   $ tar xjvf showeq-6.3.0.tar.bz2
   $ cd showeq-6.3.0
   $ ./configure
   $ make
   $ make install
Installation (SVN):
Code:
  $ svn checkout http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_3_0 showeq-6.3.0
  $ cd showeq-6.3.0
  $ make -f Makefile.dist build
  $ ./configure
  $ make
  $ make install