Releases: naelstrof/maim
v5.8.0
Webp, BMP support.
- Maim now supports webp, and bmp! (Thank you llenck and awused!)
- Use memset instead of for loops to mask images (big speed increase.)
- Better exception handling, (invalid commands no longer crash the app.)
v5.6.3
v5.5.1: Merge pull request #140 from raku-cat/master
Fix compiler warnings, also fixes naelstrof/maim#139
v5.5: Merge pull request #136 from SoapGentoo/version-bump
Maim respects _NET_FRAME_EXTENTS now, as well as XShape clipping.
Proper POSIX compliant argument parsing.
This'll break a lot of scripts that use the shorthand maim -b100
or similar. Arguments require spaces now so beware!
imlib2 dependency removed.
Maim was completely re-written to support slop as a library, and no longer relies on imlib2 in order to function.
A custom option parser was written, which caused some flags to change, thus this is a non-backward compatible version of maim.
Manpage implementation
Package managers can manipulate the manpage install directory with the CMAKE_INSTALL_MANDIR CMake variable, which defaults to ${CMAKE_INSTALL_PREFIX}/share/man
.
Package managers can also use -DCMAKE_COMPRESS_MAN=FALSE
to disable man page compression if needed.
Feature complete, should be stable on most configurations.
ATTENTION PACKAGE MAINTAINERS: Please use the CMAKE_INSTALL_PREFIX to set the install location. The binary is now installed to CMAKE_INSTALL_PREFIX/bin/maim instead of the original CMAKE_INSTALL_PREFIX/maim.