From f5349a33306aa264272c978e29e5c0d168e86f5c Mon Sep 17 00:00:00 2001 From: Steve Towner Date: Sun, 7 Jun 2026 09:16:30 -0500 Subject: [PATCH 1/5] Minor update to readme.md --- readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6a488a5f..9ef0ff15 100644 --- a/readme.md +++ b/readme.md @@ -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 From 6b35c7314ba0525c0d022b690eaab47d03264859 Mon Sep 17 00:00:00 2001 From: Steve Towner Date: Sun, 7 Jun 2026 09:17:22 -0500 Subject: [PATCH 2/5] Updated a couple of versions that may have issues on some computer. --- requirements.txt | Bin 4494 -> 4494 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/requirements.txt b/requirements.txt index c18566de0cc7eac4ca6172faf3ee4ef8bcdd0440..b1f35785beab402cb2db6a1d8e282815f8484783 100644 GIT binary patch delta 32 ocmeBE?o-|{fsNIeL65;;^HerbMn>b!tJ&|eG8%2}OrvLx| From 8f74051dc9db037c9de013b2d3bc174727bc4f17 Mon Sep 17 00:00:00 2001 From: Steve Towner Date: Sun, 7 Jun 2026 22:20:23 -0500 Subject: [PATCH 3/5] Updated packages for Python 3.11 --- requirements.txt | Bin 4494 -> 4490 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/requirements.txt b/requirements.txt index b1f35785beab402cb2db6a1d8e282815f8484783..5424580f406b4848ad9dc4757a2f24557c4e5ff8 100644 GIT binary patch delta 43 vcmeBE?o!^M!Nh9BpvPdiS(ho5W%4w(E!+k`E(lvNm`oOA7v7w~uEqrb-Fyi^ delta 35 rcmeBD?o-~N!Nh9FpvPdbS(ho5g;|fmVDdz^t&^+RMK(vV8*l*togxU< From 8d71c46bb3c61029c6b03b5cdc49db8584e26e9b Mon Sep 17 00:00:00 2001 From: Steve Towner Date: Mon, 8 Jun 2026 22:24:42 -0500 Subject: [PATCH 4/5] Updated packages for Python 3.11. --- requirements.txt | Bin 4490 -> 4482 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5424580f406b4848ad9dc4757a2f24557c4e5ff8..3422da82ae54e2f7d7a3508572c7b3ba86eb32a1 100644 GIT binary patch delta 496 zcmX|-ze~eF6vyA0T+;;lOF@uOv{aD{wz;IXmLjEylZbRw7x5Q}6sy*uc2lHi7sLAt z#6O{kpo4>htE)IVIXDS|n|IGpLXNw9Up}Ar?kanhz0NT&$ftP$av*~GGxz1j#WB`q z9wMunC3#k%kMC@m70?+9n2(P`7c#GD(_wu>tMQ_$#5--32~6nwa&7Bn?h)@^_lYFv z^sR59rCYec*GTN)6JIg}xH2tcB66;&9)id^K1412i3}5^h;?HGCyXYW=?BIF3)OE? zn_>@tqZ#@pFk_~T0w|e>i)MbX@0e4pgg0i^nN=CYz=9?m!2z`7y9p<-3-j_(L;Ij= zT>LUGsY$orwJKWJ?@O#JK`ZfbPLlp{++doJwobySs=r-gx8M-Ap+QV_iA9)`s|d5U zbni&JGOE!%G79`i+|on>dr3!Lb1!M*YjRZcWH+Bln-d?+l+B5TPO37g=>PMa!k*+d K2TrGXAmDiXGX%XhuN8*f4-TE^iBFUt4w!xTzim(e0SwdyObDAsJ1eQ zYTnM%Ki3@mP|M22jIXO4eDz&Yzv`dX4)<~2U$t0iNZ0qTk|G?~#j`+38>;5_ZdUFh?OY;xlG-RK0&^ z)s$d+_!UgbKo5U|sTmf!P@>lnn9&Er79E%a7dB9i(7wuVVn4jB|s({aSS|AO+ z+lf(Dc@$YF;J1Ap=Zsfp&to`&LjOEe@e4*C2jMH_;X-6Wu2byqMl7XD*otPT{18p* zBD>)rnvmsP{ER*cw}ZV{5+7p`I$$qmY6i+e-Xi8biXGS_hT#$ZnfO4b(4cPzwuod~ d`pm{t98AY6Q~xJp Date: Mon, 8 Jun 2026 22:25:10 -0500 Subject: [PATCH 5/5] Release 1.9.2 --- ChangeLog.md | 6 ++++++ EDAPGui.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 90a64343..36705e55 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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. diff --git a/EDAPGui.py b/EDAPGui.py index 6aad7b35..dd6a2148 100644 --- a/EDAPGui.py +++ b/EDAPGui.py @@ -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. # ---------------------------------------------------------------------------