Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YIO app plugin update script #50

Merged
merged 3 commits into from
Jun 18, 2020
Merged

YIO app plugin update script #50

merged 3 commits into from
Jun 18, 2020

Commits on Jun 18, 2020

  1. feat: Initial YIO app plugin update script

    Script retrieves a YIO app plugin GitHub release and extracts it into the YIO
    app-plugin folder.
    Version information from the installed plugins are read with the newly added
    qtplugininfo tool. The JSON metadata is parsed with the new jq tool.
    
    Closes  #48
    zehnm committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    3670256 View commit details
    Browse the repository at this point in the history
  2. build: Use latest YIO component versions

      +                              +          +
      |  Component                   |  GitHub  |
      +                              +          +
      |  remote-software             |  v0.5.2  |
      |  web-configurator            |  v0.2.0  |
      |  integration.dock            |  v0.6.0  |
      |  integration.homey           |  v0.5.0  |
      |  integration.home-assistant  |  v0.5.0  |
      |  integration.openhab         |  v0.5.0  |
      |  integration.spotify         |  v0.5.0  |
      |  integration.bangolufsen     |  v0.2.0  |
      |  integration.roon            |  v0.4.0  |
      |  integration.openweather     |  v0.5.0  |
      +                              +          +
    zehnm committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    3160c9d View commit details
    Browse the repository at this point in the history
  3. fix: Removed binary web-configurator hash files

    The web-configurator is built from source and the hash files were of the
    packaged releases.
    zehnm committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    bf5cdbf View commit details
    Browse the repository at this point in the history