Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiejduda committed Jan 19, 2025
1 parent e563435 commit 48b7fef
Show file tree
Hide file tree
Showing 3 changed files with 4 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.24.3
ReverseBox==0.24.4
tkhtmlview==0.3.1
2 changes: 2 additions & 0 deletions src/Image/heatimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ def _image_decode(self) -> bool:
ImageFormats.BGR565,
ImageFormats.RGBX5551,
ImageFormats.RGBA5551,
ImageFormats.BGRA5551,
ImageFormats.BGRX5551,
ImageFormats.RGBA4444,
ImageFormats.ARGB4444,
ImageFormats.XRGB4444,
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.8.9"
VERSION_NUM: Final[str] = "v0.9.0"

logger = get_logger("main")

Expand Down

0 comments on commit 48b7fef

Please sign in to comment.