v0.5.2-alpha Pre Release 3
➕ Additions
- Added local volume control
- Added minor performance enhancements to the weather app
- Added better console logging
- Improved startup times
- Ensures only one instance of the app is open at a time
- Cleaned up a lot of the code
⚙️ Changes
- Modified DeskThingClient UI so that it uses Tailwindcss for the audio preview
- Standardized the "song data" interface across apps
- Reformatted the DeskThingClient so that it uses the updated format
🪲 Bugs
- Error Log doesn't persist or get written to a file
- Apps don't support hosting
- Apps will still run even if they don't have their dependencies
- Multiple apps requiring user input will overwrite each other
- Weather app does not correctly store data
Full Changelog: v0.5.1-alpha...v0.5.2-alpha
Added Note:
the dist.zip file is the compiled webapp. When going through the setup, you can use the files in there instead of having to do npm install
and npm run build
while setting it up. With these files, you should be able to setup the entirety of the DeskThing without having to pull the entire repo