1
- Sun Jun
10 20:55 :00 -03:00 2019 Joao Eriberto Mota Filho <
[email protected] >
1
+ Sun Jun
11 11:01 :00 -03:00 2019 Joao Eriberto Mota Filho <
[email protected] >
2
2
Version 1.0
3
3
4
4
[ Daniel Lublin ]
@@ -9,8 +9,10 @@ Version 1.0
9
9
10
10
[ Daniel T. Borelli ]
11
11
12
+ * Added option: --overwrite or -o. Now, by default do not overwrite the file.
13
+ Fix Debian bug #807139.
12
14
* Added support to grab mouse pointer (-p option). Fix Ubuntu bug #1698375.
13
- * Added support to freeze the screen when selection is actived (-f option).
15
+ * Added support to freeze the screen when selection is activated (-f option).
14
16
* Do not use gib_eprintf in calls to X11 functions. Fix Ubuntu bug #1523212.
15
17
* Fix: scrot can't save files without extension. Fix Ubuntu bug #148659.
16
18
* Fix: scrot don't complain about invalid numeric argument. Fix Ubuntu
@@ -20,6 +22,8 @@ Version 1.0
20
22
[ Joao Eriberto Mota Filho ]
21
23
22
24
* Final adjustments for a new release.
25
+ * Several tests in Debian.
26
+ * Updated AUTHORS file.
23
27
24
28
Tue Feb 12 19:06:11 -03:00 2019 Joao Eriberto Mota Filho <
[email protected] >
25
29
Version 0.9
77
81
* Patch from Michael Roberts <
[email protected] >
78
82
to add -t, --thumb option to generate thumbnails. I modified it a
79
83
little, specify the percentage size of the thumbnail on the
80
- commandline .
84
+ command line .
81
85
82
86
Mon Dec 4 23:46:03 2000 Tom Gilbert <
[email protected] >
83
87
84
- * Adde -m, --multidisp, which is for multiple heads (not xinerama)
88
+ * Added -m, --multidisp, which is for multiple heads (not xinerama)
85
89
grabs shots from each and joins them together.
86
90
* Fixed doing the string escapes when saving files. My bad.
87
91
106
110
Mon Oct 30 18:54:05 2000 Tom Gilbert <
[email protected] >
107
111
108
112
* I can't be arsed to type all this again, so here's the new
109
- manpage entrys :
113
+ manpage entries :
110
114
* If [file] is not specified, a date-stamped file will be
111
115
dropped in the current directory.
112
116
* SPECIAL STRINGS
113
117
Both the --exec and filename parameters can take format
114
118
specifiers that are expanded by scrot when encountered.
115
- There are two types of format specifier. Characters pre-
116
- ceded by a '%' are interpreted by strftime(2). See man
119
+ There are two types of format specifier. Characters
120
+ preceded by a '%' are interpreted by strftime(2). See man
117
121
strftime for examples. These options may be used to refer
118
- to the current date and time. The second kind are inter-
119
- nal to scrot and are prefixed by '&' The following speci-
120
- fiers are recognised:
122
+ to the current date and time. The second kind are internal
123
+ to scrot and are prefixed by '&' The following specifiers
124
+ are recognised:
121
125
&f image path/filename (ignored when used in the filename)
122
126
&n image name (ignored when used in the filename)
123
127
&s image size (bytes) (ignored when used in the filename)
130
134
EXAMPLE
131
135
scrot '%Y-%m-%d_&wx&h.png' -e 'mv &f ~/shots/'
132
136
This would create a file called something like
133
- 2000-10-30_2560x1024.png and move it to your shots direc-
134
- tory.
137
+ 2000-10-30_2560x1024.png and move it to your shots directory.
135
138
136
139
137
140
Sun Oct 29 01:02:16 2000 Tom Gilbert <
[email protected] >
0 commit comments