-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Change log | ||
|
||
## 2.2.4 | ||
|
||
* Rename repository from libKeyFinder to libkeyfinder | ||
* Support building Windows DLL | ||
* Add Windows to GitHub Actions CI | ||
* Add CMake target export files | ||
* Use catch2 for tests | ||
* Add CTest support with standard BUILD_TESTING CMake option | ||
* Add example program and build it on CI | ||
* Add Doxygen documentation and deploy to https://mixxxdj.github.io/libkeyfinder/ | ||
|
||
## 2.2.3 | ||
|
||
* Maintenance transferred to [Mixxx DJ Software](https://mixxx.org/) team | ||
* Fix CMake build | ||
* Use GitHub Actions for CI on Ubuntu and macOS | ||
|
||
## 2.2.2 | ||
|
||
* Add CMake build system support | ||
|
||
## 2.2.1 | ||
|
||
* update tests and downsampling shortcut |