Skip to content

Commit

Permalink
Merge branch 'master' into fix-usb-cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
TojikCZ authored Jun 27, 2024
2 parents 1176aee + 3c7793e commit 69e4a99
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 14 deletions.
11 changes: 2 additions & 9 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
# ChangeLog

0.8.0alpha5
0.8.0 (2024-06-27)
* Rpi5 first boot fix
* 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
* Sync files upon Upload finish

0.8.0alpha4
* Support newer "//action" without the space
* Fix the new image missing the libcamera dependency

0.8.0alpha3
* Improve message shown when preparing a power panic recovery
* Fix print stats not ignoring the skipped part of gcode after PP
* Ensure power panic info is written to persistent storage

0.8.0alpha2
* Fix active tool not re-setting to None when told to
* Use printer mid-movement power panic recovery trick
* Fix the multi-instance proxy. Again

0.8.0alpha1
* Stop showing the tune menu after connecting to the printer
* Use the 2023-10-10 Raspberry Pi OS base image for the image builder
* Decrease the severity of web server access log messages
Expand Down
4 changes: 2 additions & 2 deletions prusa/link/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
__application__ = "PrusaLink"
__vendor__ = "Prusa Research"

__version__ = "0.8.0alpha5"
__date__ = "14 May 2024"
__version__ = "0.8.0"
__date__ = "27 Jun 2024"
__copyright__ = "(c) 2024 Prusa 3D"
__author_name__ = "PrusaLink Developers"
__author_email__ = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion prusa/link/static/index.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion prusa/link/static/main.5cacd4c23f7ae10bfb79.js

This file was deleted.

1 change: 1 addition & 0 deletions prusa/link/static/main.9b8dc0068f6e6508dfd4.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prusa.connect.sdk.printer>=0.7.1
prusa.connect.sdk.printer>=0.8.1
py-gcode-metadata
pip>=22.2.0
bidict~=0.22.1
Expand Down

0 comments on commit 69e4a99

Please sign in to comment.