Releases: consp/apim-asbuilt-decode
Version 1.3c
Changelist
- Fixed a bug where the wrong field lengths would be loaded resulting in errors on Sync 3 files.
Sha256sum:
a668c1f5e854ecabc5353756c4fe21dcfdeee698265c810f95b21e10b66dfc2e apim-python3-Qt5-x64.exe
f0470c9f75a8b013192ab4ac7d23d84bfa6ac1708d6c438c9a5382615519a17a apim-python3-Qt5-x86-32bit.exe
Version 1.3b
Now with sync 4 support (somewhat, experimental, YMMV)!
Changelist
- Fixed error on loading Sync 4 APIM files
- Fixed crash on loading Sync 3 files with values outside of normal range
- Added Sync 4 7D0-01 to 07 options. (Thanks to F150Chief for proving the sheet with info)
- Added Sync 4 detection
- Added warning if Sync 1 files are loaded (command line only)
- Fixed bug where Sync 4 would not be detected
Sha256sum:
a81c56b654d240a3f7b4d1985d6310bb272463d886f788ae56d85076b371786c apim-python3-Qt5-x64.exe
5813de6a64d3152a990d5cb907e47a308c85a52cb3fefd098d96ecea482c8280 apim-python3-Qt5-x86-32bit.exe
Version 1.2
- Added status bar
- Added check for theming, will be displayed in bottom status bar
Note: Even if them theme does not exist, it might sometimes work. Sometimes setting the wrong theme/animation combination will cause the animation to no longer be shown at startup.
sha256sum:
481096b9627cd32b1c97d02a93b9f5ab742fcc4a91434bdb3bc8fbfadf0a0e45 apim-python3-Qt5-x64.exe
795acae6826ad20534fe0d181b01924a4c4cd5db757c5c65c2867f863abfa4d0 apim-python3-Qt5-x86-32bit.exe
Version 1.1b
Small update:
- Fixed typo "7D01" to "7D0"
Version 1.1
Synced application with repository. All new options known should now be available in -08 and -09.
PyQT5 included in these releases.
sha256sum:
2d819e54a7d42e939d2df1c638be69017c3b14df7605d11945d5fcbfda977177 apim-python3-Qt5-x64.exe
e6b73c1d312cd208345b088bbc385e224bf9266e7541d8a79e5ce80408e2aa96 apim-python3-Qt5-x86-32bit.exe
Version 1.0
Includes latest windows executable build.
Windows:
Use the x64 version if you can.
The 32bit version requires installing the windows VS2015 redistributables and PyQt5 x86 versions and compatability is not guaranteed and are not included.
Linux:
pip3 install -r requirements.txt
python3 src/apim.py
Requires libqt5 which is installed on almost all distributions.
Version 0.1.1
Version 0.1.1
Use at your own risk.
Now has Qt5 GUI to open/save/edit files.
Windows executable included.
Linux users should clone the repository
Code now includes ascii character conversion which was missing in the previous release.