Releases: alonso-herreros/hyprcap
Releases · alonso-herreros/hyprcap
Version 1.5.0
What's Changed
- Fix: Send stronger signals to hyprpicker if it persists by @onyx-tty (#61)
- Feat: Add verbose version print (#60)
- Feat: Improve log levels by @alonso-herreros (#59)
New Contributors
Full Changelog: v1.4.0...v1.5.0
Version 1.4.0
Warning
- Bug fix #51 may break some workflows if they depended on hyprcap imposing a notification timeout by default. Use
-t 10000to get this behavior back. - Feature #50 may break some workflows if they depended on hyprcap not exiting until notifications with actions were cleared. Open an issue or PR to add a
--waitflag if waiting is desired.
New Features
- Feat: open notifications in a seperate process by @nuclearcodecat in #50
- Feat: Add
--no-writeflag by @alonso-herreros in #52
Fixes
- Fix: removed unnecessary notification timeout default by @nuclearcodecat in #51
- Fix: Trim recordings to a single monitor by @alonso-herreros in #56
Other
- Chore: Add Makefile by @alonso-herreros in #54
New Contributors
- @nuclearcodecat made their first contribution in #50
Full Changelog: v1.3.1...v1.4.0
Version 1.3.1
What's Changed
- Fix: Check for saving option when deciding path to print by @alonso-herreros in #44
- Fix: Fully wait for wf-recorder before continuing by @alonso-herreros in #41
- doc: fix mistake on the repos url at the manual installation section by @TranThangBin in #46
New Contributors
- @TranThangBin made their first contribution in #46
Full Changelog: v1.3.0...v1.3.1
Version 1.3.0
What's Changed
- feat: Print saved file path on stdout #21
- Fix: Don't echo terminal codes when output isn't a terminal #29
- Fix: Allow sending notification with no actions #30
- Fix:
DISABLE_TITLEwas checked too early #32 - Fix: Change shebang to Bash #33
- Docs: Sync help changes to Readme #36
- Docs: Add example for cancelled selection fallback #37
- Docs: Improve Hyprland binds config example #24
- Docs: Improve saving information in Readme #25
- Fix: Unfreeze on cancelled selection #38
- Feat: Allow changing capture filetype #39
Full Changelog: v1.2.1...v1.3.0
Version 1.2.1
What's Changed
- Docs: Fix broken hyperlink in README by @katrushenkov (#15)
- Fix: Exit with code 0 on normal termination by @alonso-herreros (#20)
New Contributors
- @katrushenkov made their first contribution in #15
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
What's Changed
- Docs: Fix wrong selection option names by @alonso-herreros in #12
- Feat: add selection menu by @alonso-herreros in #13
Full Changelog: v1.1.1...v1.2.0
Version 1.1.1
What's Changed
- Fix: Add version in place of 'not yet released' message
Full Changelog: v1.1.0...v1.1.1
Version 1.1.0
What's Changed
- Feat: Add recording start/stop/toggle commands (#7)
- Fix: Disable freezing for recording commands (#9)
- Feat: Enable notifications by default in (#10)
Full Changelog: v1.0.1...v1.1.0
Version 1.0.0
First pre-release. Most planned functionality is implemented.