diff --git a/CMake/SMDefs.cmake b/CMake/SMDefs.cmake index 3808397f7f..43bf45907c 100644 --- a/CMake/SMDefs.cmake +++ b/CMake/SMDefs.cmake @@ -18,8 +18,8 @@ if(NOT (ret STREQUAL "0")) set(SM_VERSION_GIT "${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}-${SM_VERSION_GIT_HASH}") else() if (WITH_FULL_RELEASE) - set(SM_VERSION_FULL "${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}.${SM_VERSION_PATCH}-b2") - set(SM_VERSION_GIT "${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}.${SM_VERSION_PATCH}-b2") + set(SM_VERSION_FULL "${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}.${SM_VERSION_PATCH}") + set(SM_VERSION_GIT "${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}.${SM_VERSION_PATCH}") else() set(SM_VERSION_FULL "${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}-git-${SM_VERSION_GIT_HASH}") set(SM_VERSION_GIT "${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}-git-${SM_VERSION_GIT_HASH}") diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt index 2e3d7e5c61..631a66702e 100644 --- a/Docs/Changelog_sm5.txt +++ b/Docs/Changelog_sm5.txt @@ -3,6 +3,63 @@ ________________________________________________________________________________ The StepMania 5.1 Changelog covers all post-5.0.12 changes. ________________________________________________________________________________ +2018/08/02 +---------- +* [Sound] Fix audio drivers with a low sample count maximum value [chrispable] + +2018/07/30 +---------- +* [Lights] Disable minimaid by default [jousway] + +2018/07/29 +---------- +* [Characters] Add enhanced lighting and camera options for characters. [josevarelap] + +2018/07/17 +---------- +* [Lambda] Fix grade tiers in metrics [listenerjubatus] +* [Noteskin] Fix mine graphic in Lambda noteskin. [listenerjubatus] + +2018/07/05 +---------- +* [Docs] fix LuaDoc for SONGMAN:GetCoursesInGroup() [dguzek] + +2018/06/08 +---------- +* [Input] Preserve event timestamps in X11 input driver [geefr] + +2018/06/07 +---------- +* [Bug] linux event m_bShutdown undefined [geefr] + +2018/05/26 +---------- +* [Input] Initialise variables to ensure input thread is started [geefr] + +2018/05/10 +---------- +* [Lights] Avoid crash in ~LightsDriver_SystemMessage [geefr] + +2018/04/20 +---------- +* [Actor] Moved display zbuffer clear to after notefields are drawn [mrthatkid] + +2018/03/08 +---------- +* [Actor] Improve DrawQuads batching in the font render. [ranma] + +2018/03/08 +---------- +* [Online] Add timeout to SMO sockets [nico-abram] + +2018/02/25 +---------- +* [Lights] Turn lights out on exit [geefr] + +2018/02/25 +---------- +* [Lambda] Round of adjustments. + 2018/02/09 ---------- * [Lambda] the ScreenFilter env will be nil sometimes, catch that [flameshadowxeroshin] @@ -13,6 +70,7 @@ ________________________________________________________________________________ ---------- * [Anouncers] Make announcers repeat their lines less [mark-blum] * [General] Fix compiling on Linux by updating the libmmmagic binaries. [mark-blum] +* [Lambda] Refresh based on consultation [listenerjubatus] 2018/02/05 ----------