We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d976c2c commit 0850ad1Copy full SHA for 0850ad1
main.v
@@ -10,7 +10,7 @@ import protocols.ext_image_copy_capture_v1 as cc
10
11
#pkgconfig wayland-client
12
13
-const mrpenishot_version = '1.0.0'
+const mrpenishot_version = '1.1.0'
14
const supported_formats = ['png', 'ppm', 'qoi', 'jxl']
15
16
fn (mut state State) capture_output(output &Output, include_cursor bool) {
v.mod
@@ -1,7 +1,7 @@
1
Module {
2
name: 'mrpenishot'
3
description: ''
4
- version: '0.0.0'
+ version: '1.1.0'
5
license: 'GPL-3.0'
6
dependencies: []
7
}
0 commit comments