v2.2: Web Ui V2, bug fixes, cache improvements #13
ChuckBuilds
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release is a little rushed but I wanted to get some bug fixes out there. The biggest changes are to the Web Ui v2 and initial startup script. The display seems to be working fine but there are some things in the web ui that don't work.
DO NOT USE THE EDITOR BUTTON IN THE WEB UI it' s very broken and you'll have to restart your pi.
BREAKING CHANGES:
After pulling the latest release, you need to execute
sudo python start_web_conditionally.pyto install the dependencies for the Web UI v2. It will likely error out when running this.When it is done, run
chmod +x first_time_install.shfollowed bysudo bash first_time_install.sh, which resets permissions, sets automatic starting of the webui v2, and -tries- to clean everything up.When you reboot you should get the web ui automatically started as long as "web_display_autostart": true in your config file.
Having issues? Let me know on discord: https://discord.gg/wQuwSM8tdq
What's Changed
Full Changelog: v2.1...v2.2
Sorry for the messy release, I am in the middle of packing to move and didn't want to leave y'all hanging with breaking bugs for several more weeks.
This discussion was created from the release v2.2: Web Ui V2, bug fixes, cache improvements.
Beta Was this translation helpful? Give feedback.
All reactions