Skip to content

Commit

Permalink
Version 1..7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EMcNugget committed Sep 3, 2024
1 parent 3d2fbcc commit 06f95fd
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-rivers-glow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/big-lizards-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-mirrors-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-chicken-beam.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# D-ATIS to vATIS

## [1.7.0](#1.7.0) - 9/2/2024

### Minor Changes

- 1eba84e: Added ability to fetch ATIS for all airports in a profile

### Patch Changes

- 1eba84e: Fixed alerts having duplicate messages (resurgence)
- 1eba84e: Fixed profile dropdown duplicating entries when selecting a profile
- 1eba84e: Added added error handling for fetching

## [1.6.1](#1.6.1) - 8/29/2024

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "d-atis-to-vatis",
"private": true,
"version": "1.6.2",
"version": "1.7.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "d_atis_to_vatis"
version = "1.6.2"
version = "1.7.0"
description = "Converts real world FAA D-ATIS's to vATIS profiles"
authors = ["you"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
},
"productName": "D-ATIStovATIS",
"version": "1.6.2",
"version": "1.7.0",
"identifier": "D-ATIStovATIS",
"plugins": {
"updater": {
Expand Down

0 comments on commit 06f95fd

Please sign in to comment.