Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiejduda committed Dec 11, 2024
1 parent 9bb66ae commit f33d90d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Pillow==10.4.0
pre-commit==4.0.1
pytest==8.3.3
rawutil==2.8.1
ReverseBox==0.20.1
ReverseBox==0.20.5
tkhtmlview==0.3.1
1 change: 1 addition & 0 deletions src/Image/heatimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def _image_decode(self) -> bool:
if len(self.encoded_image_data) != encoded_data_size:
logger.warning(f"Different data size after unswizzling! Swizzling_id: {swizzling_id}")

# decoding logic
if image_format in (ImageFormats.RGB121,

ImageFormats.RGBX2222,
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from src.GUI.gui_main import ImageHeatGUI

VERSION_NUM: Final[str] = "v0.7.0"
VERSION_NUM: Final[str] = "v0.7.1"

logger = get_logger("main")

Expand Down

0 comments on commit f33d90d

Please sign in to comment.