Skip to content

Version 2.6.2

Choose a tag to compare

@Tom94 Tom94 released this 24 Nov 17:45
· 385 commits to master since this release
6bb455d

Changes Since Last Release

Another hotfix release, this time to fix the following two issues:

  • A sporadic crash on Windows when using the save file dialog
  • IPC not working when running in a flatpak sandbox without network access
    • tev now uses unix sockets instead of TCP/IP when it detects that it is in a flatpak sandbox without network access.
    • Unix sockets can also be configured by passing --hostname <socket name> when the socket name contains no : symbol. This is useful when a lot of image data has to be sent to tev very quickly, because unix sockets are much faster than going through the network stack. Curiously, unix sockets even work on Windows these days. SDKs for tev's IPC protocol (like tevclient) still need to be updated with unix socket support.

Released Files

  • Pre-built installer (.msi) and portable binary (.exe) for Microsoft Windows
  • Pre-built installers (.dmg) for macOS: one for ARM (tev.dmg) and one for Intel (tev-intel.dmg)
  • Pre-built binaries (.appimage) for Linux: one for x86_64 (tev.appimage) and one for ARM (tev-arm.appimage)
  • Source code of tev excluding submodules. If you would like to build tev from source, please follow the build instructions in the project readme instead.