Releases: apptastic-software/fix-log-viewer
1.2.0
Which file do I need?
- Windows (8, 10, 11):
FIX.Log.Viewer_<version>.exe
orFIX.Log.Viewer_<version>.msi
- MacOS (x64):
FIX.Log.Viewer-<version>_x64.dmg
(please read 'Important information when installing/upgrading on MacOS' below) - MacOS (aarch64):
FIX.Log.Viewer-<version>_aarch64.dmg
(please read 'Important information when installing/upgrading on MacOS' below) - Linux:
fixlogviewer_<version>_amd64.deb
(Ubuntu, Debian),fixlogviewer-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),fixlogviewer_<version>_linux64.tar.gz
(others)
Release Notes
✨ New Features
- Live Log - read FIX log in real-time. Supports reading local FIX log file or remote FIX log file
- Reading compressed FIX log files (zip, gz, 7z, bz2, lz4, xz, and lzma)
- Support for Apple silicon (aarch64)
🐛 Bug Fixes
- Misc bug fixes
If you find a bug, please report it by opening an issue here.
Important information when installing/upgrading on MacOS
Changes to the security model used in the latest versions of MacOS (Big Sur, Monterey, Ventura or newer) mean that the operating system will show an error message ('"FIX Log Viewer" is damaged and can’t be opened. You should move it to the Bin.') when trying to install the application. To work around this, run the following command on the downloaded dmg file in a terminal before installing:
On Mac with Intel:
sudo xattr -d com.apple.quarantine FIX.Log.Viewer-1.2.0_x64.dmg
On Mac with Apple silicon:
sudo xattr -d com.apple.quarantine FIX.Log.Viewer-1.2.0_aarch64.dmg
Alternatively download the app from command line with wget
or curl
instead of from a web browser. The web browser will flag .dmg file as suspicious if it does not have the correct signature. This flag is removed with the above xattr
command.
I you still see the error message manually remove the app and install it again.
1.1.0
Which file do I need?
- Windows (7, 8, 10):
FIX.Log.Viewer_<version>.exe
orFIX.Log.Viewer_<version>.msi
- MacOS:
FIX.Log.Viewer-<version>.dmg
(please read 'Important information when upgrading' below) - Linux:
fixlogviewer_<version>_amd64.deb
(Ubuntu, Debian),fixlogviewer-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),fixlogviewer_<version>_linux64.tar.gz
(others)
Release Notes
✨ New Features
- Load custom FIX dictionary (File -> Load FIX Dictionary)
- Open recent files (File -> Open Recent)
- Option to override FIX version in the message header and decode fields using latest FIX dictionary, FIX 5.0 SP2 (View -> Force Latest FIX Version)
- Search history
🐛 Bug Fixes
- FIX field PossResend<97> not showing as a header field
If you find a bug, please report it by opening an issue here.
Important information when upgrading
- Changes to the security model used in the latest versions of MacOS 10.14 (Mojave) and 10.15 (Catalina) mean that the operating system will show an error message ('"FIX Log Viewer" is damaged and can’t be opened. You should move it to the Bin.') when trying to install the application. To work around this, run the following command in a terminal before installing:
sudo xattr -rd com.apple.quarantine /Applications/FIX\ Log\ Viewer.app
1.0.0
Which file do I need?
- Windows (7, 8, 10):
FIX.Log.Viewer_<version>.exe
orFIX.Log.Viewer_<version>.msi
- MacOS:
FIX.Log.Viewer-<version>.dmg
(please read 'Important information when upgrading' below) - Linux:
fixlogviewer_<version>_amd64.deb
(Ubuntu, Debian),fixlogviewer-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),fixlogviewer_<version>_linux64.tar.gz
(others)
Release Notes
This is the initial release of FIX Log Viewer. Please read the 'Important information when upgrading' section below.
If you find a bug, please report it by opening an issue here.
Important information when upgrading
- Changes to the security model used in the latest versions of MacOS 10.14 (Mojave) and 10.15 (Catalina) mean that the operating system will show an error message ('"FIX Log Viewer" is damaged and can’t be opened. You should move it to the Bin.') when trying to install the application. To work around this, run the following command in a terminal before installing:
sudo xattr -rd com.apple.quarantine /Applications/FIX\ Log\ Viewer.app