Skip to content

Version 1.25

Compare
Choose a tag to compare
@Tom94 Tom94 released this 02 Feb 08:43
· 117 commits to master since this release

Changes Since Last Release

  • Added the ability to draw vector graphics on top of the shown image via IPC
    • This allows, e.g., rendering software that streams its images to tev to highlight recently rendered blocks.
    • See src/python/ipc-example.py for an example.
  • Copying an image to the clipboard is now less confusing:
    • Ctrl+C copies the image
    • Ctrl+Shift+C copies the image's path
  • Improved image search
    • The close-all shortcut Ctrl+Shift+W (and corresponding button) now only close the currently visible images per the search string
    • Pressing Esc now clears the search string
    • Closing the last image from a search no longer breaks tev
  • The pixel value overlay (when zooming in very far) now uses scientific notation for large values.

Released Files

  • Pre-built binary (.exe) for Microsoft Windows
  • Pre-built universal binary (.dmg) for macOS (works on both ARM and Intel)
  • Pre-built binary (.appimage) for x64 Linux systems
  • 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.