diff --git a/ChangeLog b/ChangeLog index 70bc0fe9..ac928d2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ # ChangeLog +0.8.0alpha5 + * Fix power panic stuck at Resend + * Fix startup issues on RPi 5 + * Wait a bit for printer to finish moves after waking up from power panic + 0.8.0alpha4 * Support newer "//action" without the space * Fix the new image missing the libcamera dependency diff --git a/prusa/link/__init__.py b/prusa/link/__init__.py index 37d8fd22..f15b82fc 100644 --- a/prusa/link/__init__.py +++ b/prusa/link/__init__.py @@ -5,8 +5,8 @@ __application__ = "PrusaLink" __vendor__ = "Prusa Research" -__version__ = "0.8.0alpha4" -__date__ = "7 Feb 2024" +__version__ = "0.8.0alpha5" +__date__ = "14 May 2024" __copyright__ = "(c) 2024 Prusa 3D" __author_name__ = "PrusaLink Developers" __author_email__ = "link@prusa3d.cz"