-
Notifications
You must be signed in to change notification settings - Fork 84
Releases: naelstrof/maim
Releases · naelstrof/maim
v5.8.2
v5.8.1
- Removed slop's dependency on GLX and X11, as maim doesn't need to also link to it.
- Fixed SLOP_FOUND check logic
- Bump cmake minimum version.
- Bumped C++ standard to version 17.
Assets 2
2 people reacted
v5.8.0
Assets 2
6 people reacted
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.)
Assets 2
5 people reacted
v5.6.3
- Added --nodrag option
- slop selections can now be moved with spacebar!
- more obvious error message when no output is selected.
Assets 2
v5.5.1: Merge pull request #140 from raku-cat/master
v5.5: Merge pull request #136 from SoapGentoo/version-bump
Maim respects _NET_FRAME_EXTENTS now, as well as XShape clipping.
Mutter uses _NET_FRAME_EXTENTS to hide some graphical bugs, maim now respects that property.
Old maim screenshots in mutter
maimbad
New maim screenshot in mutter
maimgood
Maim now also respects the XShape extension, allowing shaped windows to be transparent.
Old xeyes screenshot
maimbad2
New xeyes screenshot
maimgood2
Assets 2
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!
Assets 2
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.