Skip to content

Release: 1.3.2

Latest
Compare
Choose a tag to compare
@winneon winneon released this 14 Sep 00:20
· 5 commits to master since this release

For installation instructions, follow the section in the README.

Additions

  • Added a --hide option to minimize the active window when capturing begins.
    • This is useful in conjunction with --terminal to hide the newly created terminal.
    • This option adds xdotool as a dependency. If you do not want to use it this option or the active value of --display, then xdotool is not required.
  • Added more terminal examples and options in the configuration file.
    • The current examples are gnome-terminal and urxvt. You are always free to edit these variables to support your own terminal.

Changes

  • Changed the xclip optional dependency to xsel for more stability.

Fixes

  • Fixed commands requiring a value (i.e. --display or --countdown) throwing an error if an operand is not provided.
  • Fixed URLs not copying to the clipboard after the utility is finished using the --terminal option.