Skip to content

Commit 4fd15b0

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent ad43e18 commit 4fd15b0

7 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.2] - 2026-04-18
9+
10+
### Fixed
11+
12+
- **Aircraft Enable/Disable Duplicate Entries** - Toggling an aircraft on or off no longer leaves a duplicate row in the management list.
13+
814
## [1.2.1] - 2026-04-18
915

1016
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xfast-manager",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "XFast Manager - X-Plane Addon Auto Manager",
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xfastmanager"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
description = "X-Plane Addon Auto Manager"
55
authors = ["3370Tech"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "XFast Manager",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"identifier": "com.xfastmanager.tool",
55
"build": {
66
"beforeDevCommand": "npm run dev",

src/generated/changelog.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)