Skip to content

Commit

Permalink
Update CHANGELOG to beta 9 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinshannon authored Feb 4, 2025
1 parent 9a537e1 commit bb9df92
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v4.1.0-beta.9
### Changed
- Disabled text editing keyboard shortcuts in textareas to prevent unintended modifications. For example, pressing CTRL+D no longer deletes all text.
- Enhanced voice ATIS connection logic to automatically remove an existing voice ATIS when establishing a new one.
### Fixed
- Fixed an issue that caused duplicate ATIS subscriber notifications.
- Fixed a multi-threading issue that prevented the ATIS from being published to the ATIS hub.
- Fixed an issue where the ATIS letter was not sent to the FSD server, preventing it from appearing in the data feed.
- Fixed spacing in text ATIS for improved formatting of METAR components.
- Fixed an issue where extraneous text parsing characters were not being removed from the text ATIS.

## v4.1.0-beta.8
### Added
- Enabled sharing of Airport Conditions and NOTAMs text to the ATIS hub, allowing them to sync with other users.
Expand Down

0 comments on commit bb9df92

Please sign in to comment.