Skip to content

Commit 6143f59

Browse files
committed
chore: bump version
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
1 parent 757829f commit 6143f59

2 files changed

Lines changed: 9 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,11 @@
1-
This is a major update to FlightAssistant.
2-
Please use [Discord](https://discord.gg/5kcBCvnbTp) or [GitHub](https://github.com/Octol1ttle/FlightAssistant) to discuss this release or report any bugs.
1+
This is a patch update to FlightAssistant.
32

4-
**A wiki is now available: https://github.com/Octol1ttle/FlightAssistant/wiki**
3+
## Fixed issues
54

6-
## Changes from Beta 1
5+
- **Fixed an issue where disabling certain flight protections would cause the autopilot to stop controlling pitch**
6+
- Fixed an issue that caused flight directors to behave incorrectly when the target heading was near the wrapping point (0/360 degrees)
7+
- Fixed an issue that caused the autothrust's `SPEED` mode to adjust thrust slower than intended
8+
- Fixed an issue where the thrust reading would be displayed as `0.0%` when it was not exactly at zero.
79

8-
- Added Chinese localization
9-
- Changed the default durability display style to Time
10-
- Made the `BELOW G/S` warning alert show when deviation is more than 2.5 blocks and the player is below minimums
11-
- Reduced sensitivity of the `DON'T SINK` alert
12-
- Adjusted the attitude display to account for crosshair offset
13-
- Adjusted the way vertical deviation is displayed
14-
- Reduced the maximum recommended pitch to 45 degrees in the `F/CTL PROTECT LOST` alert text
15-
- Fixed an issue that caused `TERRAIN AHEAD` and `PULL UP` alerts to appear only right before impact
16-
- Fixed an issue that caused `AUTO FLT AP OFF` and `AUTO FLT A/THR OFF` alerts to not be displayed when they occur due to losing protections and chunk unloading
17-
- Fixed an issue where DaBR thrust would be overriden even when Global Automation Override is active
18-
19-
If you weren't keeping up with changes in v3, here's a quick overview:
20-
21-
- HUD overhaul
22-
- New layout: <img src="https://github.com/Octol1ttle/FlightAssistant/wiki/img/hud/full_screenshot_alt.png">
23-
- The HUD data now updates at the render frame rate instead of game tick rate. Numbers and scales will move smoother
24-
- Commands are gone and replaced with the Setup Screen (see below)
25-
- Introduced the FlightAssistant Setup Screen
26-
- Opened with `Numpad Enter` by default
27-
- Used to reset and temporarily disable computers & displays
28-
- Used to configure the autopilot
29-
- Used to fill out the flight plan
30-
- Various systems have been reworked and features have been added. For example, the GPWS now dynamically adjusts sensitivity based on surroundings
31-
- Added Chinese localization
10+
Consult the [wiki](https://github.com/Octol1ttle/FlightAssistant/wiki) for help.<br>
11+
Please use the [Discord server](https://discord.gg/5kcBCvnbTp) or [GitHub](https://github.com/Octol1ttle/FlightAssistant) to discuss this release or report any bugs.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.configuration-cache=false
88
mod.id=flightassistant
99
mod.name=FlightAssistant
1010
mod.group=ru.octol1ttle
11-
mod.version=3.0.0
11+
mod.version=3.0.1
1212

1313
# Global Dependencies
1414
deps.mixin_extras=0.4.1

0 commit comments

Comments
 (0)