From 270afd3f3ac193d3d7480f39851d1c7897ae33c7 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Tue, 20 Aug 2024 16:10:13 +0500 Subject: [PATCH] chore: bump version Signed-off-by: Octol1ttle --- CHANGELOG.md | 15 ++------------- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88770b8..5f90768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,7 @@ This is a bugfix update release to FlightAssistant. Please use [Discord](https://discord.gg/5kcBCvnbTp) or [GitHub](https://github.com/Octol1ttle/FlightAssistant) to discuss this release or report any bugs. -## Changes - -* Reduced the rate of firework activation when CLB thrust is active -* Increased the rate of firework activation when APPR thrust is active - ## Fixes -* Fixed an issue that caused autopilot to be unstable when fireworks were the active thrust source -* Fixed an issue that caused more firework activations than needed when using selected altitude -* Fixed an issue that prevented the thrust setting from appearing on the Status Display if fireworks were the active - thrust source -* Fixed an issue that allowed players to use reverse thrust with sources that do not support them (e.g. fireworks) -* Fixed an issue that caused the stall prevention to activate too late, causing STALL warnings and recovery automations - to trigger -* Reduced the effect of an issue that causes the artificial horizon to become inaccurate with high angles +* Fixed an issue that caused the game to crash when launching in a production environment +* Fixed an issue that caused the attitude display to behave incorrectly when rolling diff --git a/gradle.properties b/gradle.properties index 6b1ffe3..21e2e5f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.20.4+build.3 floader_version=0.15.3 # Mod Properties -mod_version=2.3.2 +mod_version=2.3.3 maven_group=ru.octol1ttle.flightassistant archives_base_name=flightassistant