diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 4389b73..f48da55 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -81,7 +81,7 @@ jobs: # Deploys the final package to NPM deploy: - needs: [adapter-tests-gui] + needs: [adapter-tests] # Trigger this step only when a commit on master is tagged with a version number if: | @@ -119,32 +119,32 @@ jobs: npm whoami npx lerna publish from-package --yes - #- name: Create Github Release - # uses: actions/create-release@v1 - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # with: - # tag_name: ${{ github.ref }} - # release_name: Release v${{ steps.extract_release.outputs.VERSION }} - # draft: false - # # Prerelease versions create pre-releases on GitHub - # prerelease: ${{ contains(steps.extract_release.outputs.VERSION, '-') }} - # body: ${{ steps.extract_release.outputs.BODY }} - - #- name: Notify Sentry.io about the release - # run: | - # cd packages/admin - # npm i -g @sentry/cli - # export SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }} - # export SENTRY_URL=https://sentry.iobroker.net - # export SENTRY_ORG=iobroker - # export SENTRY_PROJECT=iobroker-admin - # export SENTRY_VERSION=iobroker.admin@${{ steps.extract_release.outputs.VERSION }} - # export SENTRY_RELEASE=${{ steps.extract_release.outputs.VERSION }} - # sentry-cli releases new $SENTRY_VERSION - # sentry-cli releases finalize $SENTRY_VERSION - # sentry-cli sourcemaps inject ./adminWww - # sentry-cli sourcemaps upload ./adminWww + - name: Create Github Release + uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + tag_name: ${{ github.ref }} + release_name: Release v${{ steps.extract_release.outputs.VERSION }} + draft: false + # Prerelease versions create pre-releases on GitHub + prerelease: ${{ contains(steps.extract_release.outputs.VERSION, '-') }} + body: ${{ steps.extract_release.outputs.BODY }} + + - name: Notify Sentry.io about the release + run: | + cd packages/admin + npm i -g @sentry/cli + export SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }} + export SENTRY_URL=https://sentry.iobroker.net + export SENTRY_ORG=iobroker + export SENTRY_PROJECT=iobroker-admin + export SENTRY_VERSION=iobroker.admin@${{ steps.extract_release.outputs.VERSION }} + export SENTRY_RELEASE=${{ steps.extract_release.outputs.VERSION }} + sentry-cli releases new $SENTRY_VERSION + sentry-cli releases finalize $SENTRY_VERSION + sentry-cli sourcemaps inject ./adminWww + sentry-cli sourcemaps upload ./adminWww # Dummy job for skipped builds - without this, github reports the build as failed skip-ci: diff --git a/README.md b/README.md index 4488ee6..f34a492 100644 --- a/README.md +++ b/README.md @@ -185,11 +185,18 @@ All states report whether there is a failure or not. `True` means a failure, `fa ### **WORK IN PROGRESS** -- (grizzelbee) Chg: Lamps (Product type 552a) won't generate a warning on startup anymore but show an info that they are not supported by this adapter. -- (grizzelbee) Chg: Vacuum cleaner robots (Product types 276 and 277) won't generate a warning on startup anymore but show an info that they are not supported by this adapter. +### 3.2.0 (2024-05-27) (Marching on) + +- (grizzelbee) Chg: Lamps (Product type 552a) won't generate a warning on startup any longer but show an info that they are not supported by this adapter. +- (grizzelbee) Chg: Vacuum cleaner robots (Product types 276 and 277) won't generate a warning on startup any longer but show an info that they are not supported by this adapter. - (grizzelbee) New: [#289](https://github.com/Grizzelbee/ioBroker.dysonairpurifier/issues/289) Added Support for Dyson Purifier Big+Quiet Formaldehyde (BP03, Produce type 664) - (grizzelbee) Fix: [#287](https://github.com/Grizzelbee/ioBroker.dysonairpurifier/issues/287) Added Switzerland again to config - (grizzelbee) Upd: Dependencies got updated +- (grizzelbee) Chg: removed obsolete index_m.html +- (grizzelbee) Fix: Fixed broken NO2Index +- (grizzelbee) Fix: Fixed broken fan speeds 0-10 +- (grizzelbee) Fix: Fixed polling of sensor data +- (grizzelbee) Fix: setting fan speed = Auto works ### 3.1.10 (2024-05-14) (Marching on) diff --git a/admin/index_m.html b/admin/index_m.html deleted file mode 100644 index 30dcd58..0000000 --- a/admin/index_m.html +++ /dev/null @@ -1,354 +0,0 @@ - -
- - - - - - - - - - - - - - - - - - - - -