Skip to content

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 07 Aug 10:05
· 38 commits to master since this release
0ca1b0f

New Features

  • CLI Output Enhancement: Added missing is_enabled and priority fields to Screens and Playlists output with visual indicators
  • Ready-to-render Support: Added ready-for-rendering function in the emulator

Bug Fixes

  • JavaScript MIME Type: Fixed edge-app run serving JavaScript files with correct application/javascript MIME type instead of text/html
  • Edge App Deletion: Fixed edge-app delete command that was failing when apps were not found
  • CI Artifact Upload: Fixed action.yml to prevent uploading logs to artifacts multiple times

Documentation & Help

  • Added help text for edge-app run --secret command
  • Updated documentation with installation dependency requirements

Internal Improvements

  • Updated Cargo dependencies and lockfile
  • Applied extensive Clippy fixes and code formatting improvements
  • Updated CI/CD workflows for better reliability
  • Enhanced error handling across various modules

Minor refactoring and code quality improvements applied throughout