You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,22 @@ theme {
55
55
56
56
Using this option with `--region` will run ferrishot in "headless mode", without opening a window (as the region created with `--region`_will_ be the first region)
57
57
58
+
- Ferrishot now has a website! [ferrishot.com](https://ferrishot.com)
59
+
- The command-line interface has completions for several shells. Completions for each shell can be found in `completions/` folder on GitHub:
60
+
- PowerShell
61
+
- Bash
62
+
- Elv
63
+
- Fish
64
+
- Nushell
65
+
66
+
##### Breaking
67
+
68
+
Removed `--instant` flag, use instead:
69
+
70
+
```
71
+
ferrishot --accept-on-select copy
72
+
```
73
+
58
74
# v0.2.0 - 16 April 2025
59
75
60
76
- Right-click will snap the closest corner to the current cursor position
0 commit comments