From 82e1a3096648e3a6d424a2a08a7c33f6ed25bd1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Mangano?= Date: Mon, 7 Mar 2022 22:09:03 +0100 Subject: [PATCH] Release 2.0.2 --- CHANGELOG.md | 7 +++++++ CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe4f16..6d8cde4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +2.0.2 - 2022-03-07 +------------------ + +- Add support to more path types in the beatmap (thanks to Leo Prikler). +- New scoring model based on the hit/miss ratio (thanks again to Leo Prikler). +- ffmpeg 5.0 compability (thanks to @lanodan). + 2.0.1 - 2020-03-29 ------------------ diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cfa971..d8accb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.9) project( oshu - VERSION 2.0.1 + VERSION 2.0.2 LANGUAGES CXX )