Skip to content

Version 1.4

Compare
Choose a tag to compare
@Tom94 Tom94 released this 21 Sep 21:49
· 783 commits to master since this release

Changes Since Last Release

  • Images can now be saved to disk.
  • A histogram of image colors is now displayed. (Don't worry; performance did not degrade; everything happens in the background! 🎉 )
  • macOS binaries are bundled for the first time.
  • tev now has an icon on all supported platforms.
  • On macOS, tev now builds an entire app bundle instead of a single binary file. When installing tev via make install a smart symlink in /usr/local/bin is created such that tev can still be used from the command line.
  • On Linux, tev is now registered as an application upon make install.
  • Various little bugfixes.
  • A bit of polishing.

Released Files

  • Pre-built binaries for Microsoft Windows (32-bit and 64-bit)
  • Pre-built binary for macOS (64-bit)
  • 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.