From e5fc4b44c994f2246f8e7fedaa003fe1ab598983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Mangano-Tarumi?= Date: Wed, 21 Mar 2018 12:06:07 +0100 Subject: [PATCH] release 2.0.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c143c..86d74a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ========= +2.0.0 - 2018-03-21 +------------------ + +Desktop integration, marking the start of a new direction. + +Now that the main gameplay for the standard mode is there, it's time to make it +easier to use for everyone. 2.0 features an experimental beatmap indexer +generating an HTML listing of all your beatmaps. Coupled with the desktop +integrations, you can open oshu! from your web browser. + +The codebase was migrated to C++ to benefit from stronger type safety and +automatic memory management. The build system is now CMake instead of the +autotools, preparing for Windows support. + 1.6.0 - 2018-01-27 ------------------