We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4a8c3 commit 6e2f44dCopy full SHA for 6e2f44d
CHANGES.txt
@@ -1,10 +1,12 @@
1
-0.5.1: TBA
+0.6.0: 2023 Feb 20
2
3
* fixed -f/--fullscreen not working on linux
4
+* fixed bad osc address in readme example
5
6
* added --style-pip to open with style picture in picture view
7
+* added serial-button-osc hardware button -> osc info
8
-0.5.0: 2022 Jan 12
9
+0.5.0: 2023 Jan 12
10
11
* fixed camera source drawing not reflecting mirror / flip options
12
src/config.h
@@ -14,5 +14,5 @@
14
#pragma once
15
16
#define PACKAGE "Styler"
17
-#define VERSION "0.5.0"
+#define VERSION "0.6.0"
18
#define DESCRIPTION "arbitrary style transformation of an input image, video, or camera source"
0 commit comments