We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee600a commit c2ce584Copy full SHA for c2ce584
CHANGELOG.md
@@ -0,0 +1,39 @@
1
+# Release Notes
2
+
3
+Notable changes up to the last release.
4
5
+<!-- generated by git-cliff -->
6
7
+## [0.0.1] - 2024-12-03
8
9
+### Bug Fixes
10
11
+- Adding Indy to the required packages
12
+- Compiles under Windows
13
+- STOOOOOOPID error of a misplaced semicolon
14
15
+### Documentation
16
17
+- Adding usage
18
+- Adding the debug flag to the usage
19
20
+### Features
21
22
+- Skeleton of the application
23
+- Linux signal handling
24
+- Hooking to signals
25
+- Command `.help` implemented
26
+- Configuration implemented
27
+- Debug and initial `.replay` command
28
+- Database and replay thread
29
+- Adding `CI`/`CD`
30
31
+### Miscellaneous Tasks
32
33
+- Initial commit
34
+- Adding `SQLite` `.dll` files for 32/64 bits
35
36
+### Styling
37
38
+- Using `debug` on Windows signal hook
39
0 commit comments