We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13720fb commit c120236Copy full SHA for c120236
CHANGES.md
@@ -1,5 +1,13 @@
1
# csol changelog
2
3
+## csol 1.4.1
4
+
5
+Fixed issues:
6
7
+- Fix initial cursor position.
8
+- [#3](https://github.com/nielssp/csol/issues/3): Fix busy wait after victory animation
9
10
11
## csol 1.4.0
12
13
New features:
src/config.h
@@ -1 +1 @@
-#define CSOL_VERSION "1.4.0"
+#define CSOL_VERSION "1.4.1"
0 commit comments