Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiejduda committed Mar 1, 2022
1 parent 61da9f8 commit d568d34
Show file tree
Hide file tree
Showing 10 changed files with 1,030 additions and 929 deletions.
14 changes: 13 additions & 1 deletion .gitignore
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/*
32 changes: 32 additions & 0 deletions CHANGELOG.txt
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
Loading

0 comments on commit d568d34

Please sign in to comment.