We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17f388 commit c4338f5Copy full SHA for c4338f5
CHANGELOG
@@ -1,3 +1,10 @@
1
+v1.3.1
2
+======
3
+
4
+Bug fixes:
5
+ - Fixed position angle being limited to -45 to +45 degrees instead of -90 to +90 degrees.
6
7
8
v1.3.0
9
======
10
src/egg-gencat.cpp
@@ -1927,7 +1927,7 @@ void print_help() {
1927
}
1928
};
1929
1930
- print("egg-gencat v1.3.0");
+ print("egg-gencat v1.3.1");
1931
print("usage: egg-gencat [options]\n");
1932
1933
print("List of generic options:");
0 commit comments