readme, version update

This commit is contained in:
paukstelis
2023-05-24 16:51:58 -04:00
parent 1445d05361
commit 46fb26a66c
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Updated May 14, 2023.
Updated May 24, 2023.
Want to support this work? Buy Me a Coffee. https://www.buymeacoffee.com/ppaukstelis.
Need help with octoprint_deploy? Ask on Discord: https://discord.gg/6vgSjgvR6u
# octoprint_deploy
@@ -59,6 +59,7 @@ These files provide a bash script for quickly deploying multiple octoprint insta
* Change udev rules for an instance with `sudo octoprint_deploy/octoprint_deploy.sh replace`
* Always a good idea to update octoprint_deploy from time-to-time with `git -C octoprint_deploy pull`
# Recent Changes
* Adjustments for OctoPrint 1.9.x with classic webcam now as a plugin.
* Remove cloud plugin setup for template. This causes more issues than it helps. Cloud plugins should typically be installed manually and configured for each instance.
* Verify that OctoPrint gets installed in virtual environment. Opens remove_everything prompt of executable does not exist.
* Remove path double slashes that seemed to prevented deletion of timelapse videos.