From 952c805dc01b534a88cf35c9c64aa5137ab9c9e5 Mon Sep 17 00:00:00 2001 From: Nicolas Lessard Date: Tue, 6 Apr 2021 09:06:35 -0400 Subject: [PATCH] Release of v3.0.1 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70bbf48..84a439d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ Most recent updates will appear first. This is a summary of new features and bugfixes. Read the README to learn how to use the features mentioned here. +## 3.0.1 + +Bugfixes and console improvements + +### Features + +* CLEAR command cleans up the console window +* JSM blocks key presses into it's own terminal window + +### Bugfixes + +* Inverted stick Y axis on the JSL version of JSM +* Turbo press does not release without the start press binding + + ## 3.0.0 Jibb added JSL-specific features to SDL2 so that JSM could use SDL2 instead. This means support for many non-gyro controllers, including Xbox, Stadia, and almost every common generic PC controller. Also made it so that low report-rate controllers (eg Switch controllers) are sampled multiple times for smooth gyro on high refresh rate monitors.