From b9e91f49774156b19a41f8cd3b870fa3be2cb3e7 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 20 Jan 2019 00:55:51 -0500 Subject: [PATCH] version bump --- CHANGELOG.md | 13 ++++++++++++- Js/Main.js | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c525c..f83aa26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,4 +14,15 @@ Added null check for pixi sprite calculateverticies because it sometimes makes a DPI is now taken into account when resizing. Added credits to mission modal. Added ability to go fullscreen. -Missions JSON moved to translations submodule so missions can be added/enabled without disturbing main project. \ No newline at end of file +Missions JSON moved to translations submodule so missions can be added/enabled without disturbing main project. + +## V1.2.1 (2018-12-29) + +Custom asset support +Russian language support +Fix translation fallback + +## V1.2.2 (2019-01-20) + +Add language url parameter +Fix noise\_disappearance commands diff --git a/Js/Main.js b/Js/Main.js index 05372c4..7f5627e 100644 --- a/Js/Main.js +++ b/Js/Main.js @@ -11,7 +11,7 @@ const textFunc = new TextFunctions(); let audio = undefined; //Cant create a audio context without user input. const player = new Player(pixiApp, utage, textFunc, audio, shaders); const languages = ["eng", "jpn", "rus"]; -const version = "YameteTomete XDUPlayer V1.2.1"; +const version = "YameteTomete XDUPlayer V1.2.2"; let bodyLoaded = false; let utageLoaded = false; let languagesLoaded = false;