Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 6/8/2026 v1.9.2
- Updated packages for Python 3.11.
- Added Supercruise Assist module and status detection (for future use).
- Added additional help pages to github.
- Added 'Online HELP' button to app that takes user to the specific help page.

# 5/24/2026 v1.9.1
- Added additional help pages to github.
- Added 'Online HELP' button to app that takes user to the specific help page.
Expand Down
2 changes: 1 addition & 1 deletion EDAPGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# ---------------------------------------------------------------------------
# must be updated with a new release so that the update check works properly!
# contains the names of the release.
EDAP_VERSION = "V1.9.1"
EDAP_VERSION = "V1.9.2"
# depending on how release versions are best marked you could also change it to the release tag, see function check_update.
# ---------------------------------------------------------------------------

Expand Down
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,16 @@ The following error may occur:

The error is usually as a result of mss incompatibility. Try pip install mss==8.0.3 or pip install mss==8.0.3.

## Upgrades
## Troubleshooting
If you receive python errors when running EDAP, it may be useful to check that all packages are installed correctly at the correct versions.
[pipdeptree](https://pypi.org/project/pipdeptree/) is command line utility to show a dependency tree of packages. It also checks version compatability.
Install and run. Review the text output for any warnings/errors.
```sh
pip install pipdeptree
pipdeptree
```

## Upgrading EDAP Versions
If you install a new version, copy the **Configs** folder from the old version to the new version to retain the settings you have configured. Refer to the release notes to identify and configuration that needs to be changed for that version upgrade.

# Running ED_AP
Expand Down
Binary file modified requirements.txt
Binary file not shown.