-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61da9f8
commit d568d34
Showing
10 changed files
with
1,030 additions
and
929 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
__pycache__/ | ||
__pycache__/* | ||
__pycache__/* | ||
|
||
.mypy_cache | ||
.mypy_cache/* | ||
|
||
venv/ | ||
venv/* | ||
|
||
idea/ | ||
idea/* | ||
|
||
dist/ | ||
dist/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# EA Graphics Manager CHANGELOG | ||
|
||
# Ver Date Author Comment | ||
# v0.1 23.01.2021 Bartlomiej Duda - | ||
# v0.2 28.01.2021 Bartlomiej Duda - | ||
# v0.3 30.01.2021 Bartlomiej Duda - | ||
# v0.4 31.01.2021 Bartlomiej Duda Added BMP class | ||
# v0.5 02.02.2021 Bartlomiej Duda New image types partially reverse engineered | ||
# v0.6 10.08.2021 Bartlomiej Duda Added new modules, moved to new repository | ||
# v0.6.2 13.08.2021 Bartlomiej Duda Enhanced GUI | ||
# v0.6.3 13.08.2021 Bartlomiej Duda Enhanced GUI | ||
# v0.6.4 14.08.2021 Bartlomiej Duda Enhanced GUI | ||
# v0.6.5 14.08.2021 Bartlomiej Duda Enhanced GUI (file opening, header info), added EA_IMAGE class | ||
# v0.6.6 14.08.2021 Bartlomiej Duda Enhanced GUI | ||
# v0.6.7 15.08.2021 Bartlomiej Duda Enhanced GUI | ||
# v0.6.8 17.08.2021 Bartlomiej Duda Enhanced GUI (added entry header info) | ||
# v0.6.9 18.08.2021 Bartlomiej Duda Enhanced GUI | ||
# v0.6.10 19.08.2021 Bartlomiej Duda Enhanced GUI, added "logger" file | ||
# v0.6.11 19.08.2021 Bartlomiej Duda Enhanced GUI, added "make_exe" script | ||
# v0.6.12 20.08.2021 Bartlomiej Duda Enhanced "make_exe" script | ||
# v0.6.13 20.08.2021 Bartlomiej Duda Enhanced GUI (better treeview logic) | ||
# v0.6.14 20.08.2021 Bartlomiej Duda Enhanced ea_image_logic | ||
# v0.6.15 25.08.2021 Bartlomiej Duda Enhanced ea_image_logic & GUI | ||
# v0.6.16 26.08.2021 Bartlomiej Duda Enhanced ea_image_logic & GUI | ||
# v0.6.17 28.08.2021 Bartlomiej Duda Enhanced ea_image_logic & GUI | ||
# v0.7.0 28.08.2021 Bartlomiej Duda Added stub for console mode, Enhanced ea_image_logic & GUI | ||
# v0.7.1 29.08.2021 Bartlomiej Duda Enhanced ea_image_logic (added parsing for binary attachments), Enhanced GUI | ||
# v0.7.2 01.09.2021 Bartlomiej Duda Enhanced ea_image_logic & GUI (added exporting raw data) | ||
# v0.7.3 02.09.2021 Bartlomiej Duda Updated "make_exe" script, Updated readme file | ||
# v0.8.0 05.09.2021 Bartlomiej Duda Added preview for binary attachments | ||
# v0.9.0 12.09.2021 Bartlomiej Duda Added experimental support for imgage type "2" conversion and preview | ||
# v0.10.0 01.03.2022 Bartlomiej Duda Project cleanup, migration to PyCharm + venv |
Oops, something went wrong.