diff README.md @ 117:ca2d83d29814 tip master

Merge branch 'release/1.0.5'
author Adam Stark <adamstark.uk@gmail.com>
date Fri, 18 Aug 2023 20:07:33 +0200
parents c58f01834337 75aacd17ad03
children
line wrap: on
line diff
--- a/README.md	Sat Jun 18 10:50:06 2016 +0100
+++ b/README.md	Fri Aug 18 20:07:33 2023 +0200
@@ -1,10 +1,11 @@
 BTrack - A Real-Time Beat Tracker
 =================================
 
-** Version 1.0.4 **
-
 *by Adam Stark, Matthew Davies and Mark Plumbley.*
 
+![Version](https://img.shields.io/badge/version-1.0.5-green.svg?style=flat-square) 
+![Licence](https://img.shields.io/badge/licence-GPLv3-blue.svg?style=flat-square) 
+![Language](https://img.shields.io/badge/language-C++-yellow.svg?style=flat-square) 
 
 About BTrack
 ------------
@@ -22,6 +23,12 @@
 Versions
 --------
 
+==== 1.0.5 ==== (18th August 2023)
+
+* Code improvements and modernisation
+* Move to CMake 
+* Move to doctest for unit tests
+
 ==== 1.0.4 ==== (18th June 2016)
 
 * Added option of using Kiss FFT
@@ -127,6 +134,7 @@
 
 * Kiss FFT (included with project, use the flag -DUSE_KISS_FFT)
 
+Please ensure that if you are using these libraries that you have secured any required licences for your project. The licence on this library does not cover any third party licences.
 
 License
 -------