system-bridge

A bridge for your systems

APACHE-2.0 License

Stars
239

Bot releases are visible (Hide)

system-bridge - v2.3.1

Published by github-actions[bot] about 3 years ago

What’s changed

🐛 Bug fixes

  • Fix loudness import error, remove system-control and replace with own solution @timmo001 (#598)

🚀 Enhancements

  • Add Information endpoint to frontend @timmo001 (#594)
  • Observer rework, add current audio to observer @timmo001 (#600)
system-bridge - v2.3.0

Published by github-actions[bot] about 3 years ago

What’s changed

Added a UI for viewing data.

✨ New features

  • Data Frontend @timmo001 (#589)

🚀 Enhancements

  • Add UUID to Settings @timmo001 (#580)

🧰 Maintenance

  • Only clean if not self-hosted @timmo001 (#577)
  • Update version to v2.3.0 @timmo001 (#592)

⬆️ Dependency updates

  • Bump actions/setup-node from 2.2.0 to 2.3.0 @dependabot (#579)
  • Bump pkg from 5.3.0 to 5.3.1 @dependabot (#585)
  • Bump @nestjs/swagger from 5.0.4 to 5.0.8 @dependabot (#586)
  • Bump @types/node from 16.3.3 to 16.4.0 in /frontend @dependabot (#584)
  • Bump @types/node from 16.3.3 to 16.4.0 @dependabot (#583)
  • Bump ts-jest from 27.0.3 to 27.0.4 @dependabot (#582)
  • Bump @types/node from 16.4.0 to 16.4.1 @dependabot (#587)
  • Bump supertest from 6.1.3 to 6.1.4 @dependabot (#581)
  • Bump @types/node from 16.4.0 to 16.4.1 in /frontend @dependabot (#588)
system-bridge - v2.2.1

Published by github-actions[bot] about 3 years ago

What’s changed

🐛 Bug fixes

  • Move MQTT into its own class and only connect on startup @timmo001 (#575)

🧰 Maintenance

  • Bump Version @timmo001 (#576)
system-bridge - v2.2.0

Published by github-actions[bot] over 3 years ago

What’s changed

This release makes use of the WebSocket by observing information and sending changes through the events.

Events can now be also be sent to your MQTT broker (if configured).

A call for Mac OS app devs

The packaged version of the Mac OS app is still unfortunately broken. Anyone familiar with Mac OS app bundles we need your help. Please take a look at #464

✨ New features

  • Create Event and Data Observer @timmo001 (#550)
  • Publish events to MQTT broker @timmo001 (#553)

🐛 Bug fixes

  • Replace Hide Window Solution @timmo001 (#561)

🧰 Maintenance

  • Update all package files @timmo001 (#551)

⬆️ Dependency updates

  • Bump systeminformation from 5.7.7 to 5.7.8 @dependabot (#562)
  • Bump @typescript-eslint/parser from 4.28.3 to 4.28.4 @dependabot (#563)
  • Bump better-sqlite3 from 7.4.1 to 7.4.3 @dependabot (#564)
  • Bump eslint from 7.30.0 to 7.31.0 @dependabot (#566)
  • Bump @types/node from 16.3.2 to 16.3.3 @dependabot (#567)
  • Bump @testing-library/user-event from 13.1.9 to 13.2.0 in /frontend @dependabot (#568)
  • Bump @types/node from 16.3.2 to 16.3.3 in /frontend @dependabot (#569)
  • Bump @material-ui/core from 4.12.1 to 4.12.2 in /frontend @dependabot (#570)
  • Bump @typescript-eslint/eslint-plugin from 4.28.3 to 4.28.4 @dependabot (#565)
system-bridge - v2.1.0

Published by github-actions[bot] over 3 years ago

What’s changed

A couple of new features in this release. You can now use modifiers for a keyboard keypress and type a string of text.

Also added some new features from System Information including WiFi info and USB device info.

Note: Please read the last release notes if you are still using v1.x.x. There are some important breaking changes that you will need to know about.

✨ New features

  • Add keyboard modifiers @timmo001 (#540)
  • Add ability to type text using keyboard endpoint @timmo001 (#541)
  • Add USB endpoint @timmo001 (#543)
  • Add WiFi data to network endpoint @timmo001 (#545)

🚀 Enhancements

  • Show correct version in tray and tooltip @timmo001 (#542)

🧰 Maintenance

  • Mac OS App Bundle @timmo001 (#547)
system-bridge - v2.0.0

Published by github-actions[bot] over 3 years ago

What’s changed

Version v2.0.0 is a full rewrite of the application to remove electron as a dependency. This reduces the application's size and allows the potential for running the app in a 'headless' mode.

This rewrite also moved the settings into an SQLite database, which means you will have to set any changed settings again. You will also need to update your API key in your integrations. In Home Assistant you will be notified of this and be able to easily update your key.

Also in this update, there are a lot of updates and bug fixes. Launch on startup should now work on all platforms as well as a bunch of other bugs have been squashed.

Please note: As this is an entirely new app, so you will need to exit and uninstall the old version. This is essentially a replacement of v1.x.x.

Note for Mac OS users: A mac application has been published, but as I am not a mac owner myself, I cannot confirm this is working. Anyone who uses a mac, could you please report your results in #464. Those with greater knowledge of Mac OS and its package system can check the first comment on how the packaging is done. Any help would be much appreciated.

🚨 Breaking changes

  • Split into modules and use SQLite db for settings @timmo001 (#397)
  • Remove Electron and Media Player @timmo001 (#430)
  • Package application with PKG @timmo001 (#432)

✨ New features

  • App information endpoint @timmo001 (#435)
  • Add version check to tray @timmo001 (#436)
  • Add links @timmo001 (#437)

🐛 Bug fixes

  • Use exec paths instead of working directory @timmo001 (#526)

🚀 Enhancements

  • Split into modules and use sqlite db for settings @timmo001 (#397)
  • Remove Electron and Media Player @timmo001 (#430)
  • Package application with PKG @timmo001 (#432)
  • Add tray items @timmo001 (#434)
  • App information endpoint @timmo001 (#435)
  • Set version on branch @timmo001 (#439)
  • CI cache @timmo001 (#440)
  • Windows Installer @timmo001 (#460)
  • Linux Packages @timmo001 (#461)
  • Create shortcuts with app icons for windows @timmo001 (#469)
  • Launch on startup @timmo001 (#468)
  • Reduce package size @timmo001 (#527)
  • Add create dmg step to CI @timmo001 (#536)

🧰 Maintenance

  • Empty Commit @timmo001 (#438)
  • CI Concurrency @timmo001 (#459)
  • Windows Installer @timmo001 (#460)
  • Linux Packages @timmo001 (#461)
  • Add create dmg step to CI @timmo001 (#536)
  • Create deploy workflow @timmo001 (#538)

⬆️ Dependency updates

  • Bump @types/react from 17.0.10 to 17.0.11 in /frontend @dependabot (#391)
  • Bump electron from 13.1.1 to 13.1.2 @dependabot (#390)
  • Bump systeminformation from 5.7.5 to 5.7.6 @dependabot (#389)
  • Bump jest-junit from 12.1.0 to 12.2.0 @dependabot (#388)
  • Bump @typescript-eslint/parser from 4.26.1 to 4.27.0 @dependabot (#402)
  • Bump @testing-library/jest-dom from 5.13.0 to 5.14.1 in /frontend @dependabot (#399)
  • Bump @typescript-eslint/eslint-plugin from 4.26.1 to 4.27.0 @dependabot (#401)
  • Bump systeminformation from 5.7.6 to 5.7.7 @dependabot (#403)
  • Bump ws from 7.4.6 to 7.5.0 @dependabot (#406)
  • Bump typescript from 4.3.2 to 4.3.4 @dependabot (#417)
  • Bump eslint from 7.28.0 to 7.29.0 @dependabot (#421)
  • Bump @typescript-eslint/eslint-plugin from 4.27.0 to 4.28.0 @dependabot (#425)
  • Bump query-string from 7.0.0 to 7.0.1 @dependabot (#424)
  • Bump @typescript-eslint/parser from 4.27.0 to 4.28.0 @dependabot (#423)
  • Bump jest from 27.0.4 to 27.0.5 @dependabot (#426)
  • Bump electron from 13.1.2 to 13.1.4 @dependabot (#428)
  • Bump music-metadata from 7.8.6 to 7.8.7 @dependabot (#429)
  • Bump prettier from 2.3.1 to 2.3.2 @dependabot (#431)
  • Bump @types/node from 15.12.4 to 15.12.5 @dependabot (#444)
  • Bump @typescript-eslint/parser from 4.28.0 to 4.28.1 @dependabot (#445)
  • Bump jest from 27.0.5 to 27.0.6 @dependabot (#443)
  • Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.1 @dependabot (#442)
  • Bump typescript from 4.3.4 to 4.3.5 in /frontend @dependabot (#454)
  • Bump @types/react from 17.0.11 to 17.0.13 in /frontend @dependabot (#453)
  • Bump typescript from 4.3.4 to 4.3.5 @dependabot (#452)
  • Bump @nestjs/swagger from 4.8.1 to 4.8.2 @dependabot (#451)
  • Bump actions/setup-node from 2.1.5 to 2.2.0 @dependabot (#450)
  • Bump ws from 7.5.0 to 7.5.1 @dependabot (#448)
  • Bump prettier from 2.3.1 to 2.3.2 in /frontend @dependabot (#446)
  • Bump @types/uuid from 8.3.0 to 8.3.1 in /frontend @dependabot (#458)
  • Bump web-vitals from 2.0.1 to 2.1.0 in /frontend @dependabot (#457)
  • Bump @types/node from 15.12.5 to 15.14.0 @dependabot (#456)
  • Bump @types/node from 15.12.4 to 15.14.0 in /frontend @dependabot (#455)
  • Bump ws from 7.5.1 to 7.5.2 @dependabot (#474)
  • Bump @types/uuid from 8.3.0 to 8.3.1 @dependabot (#471)
  • Bump eslint from 7.29.0 to 7.30.0 @dependabot (#475)
  • Bump @types/semver from 7.3.6 to 7.3.7 @dependabot (#478)
  • Bump tsconfig-paths from 3.9.0 to 3.10.1 @dependabot (#479)
  • Bump @types/node from 15.14.0 to 16.0.0 in /frontend @dependabot (#477)
  • Bump @material-ui/core from 4.11.4 to 4.12.0 in /frontend @dependabot (#480)
  • Bump rxjs from 7.1.0 to 7.2.0 @dependabot (#472)
  • Bump @typescript-eslint/eslint-plugin from 4.28.1 to 4.28.2 @dependabot (#470)
  • Bump @types/node from 15.14.0 to 16.0.0 @dependabot (#476)
  • Bump @typescript-eslint/parser from 4.28.1 to 4.28.2 @dependabot (#473)
  • Bump @types/react from 17.0.13 to 17.0.14 in /frontend @dependabot (#497)
  • Bump dessant/lock-threads from 2.0.3 to 2.1.0 @dependabot (#501)
  • Bump gaurav-nelson/github-action-markdown-link-check from 1.0.12 to 1.0.13 @dependabot (#494)
  • Bump @nestjs/cli from 7.6.0 to 8.0.2 @dependabot (#485)
  • Bump @types/jest from 26.0.23 to 26.0.24 @dependabot (#481)
  • Bump @types/express from 4.17.12 to 4.17.13 @dependabot (#482)
  • Bump joncloud/makensis-action from 3.5 to 3.6 @dependabot (#493)
  • Bump @types/node from 16.0.0 to 16.3.0 in /frontend @dependabot (#503)
  • Bump @types/react-dom from 17.0.8 to 17.0.9 in /frontend @dependabot (#491)
  • Bump @types/node from 16.0.0 to 16.3.0 @dependabot (#502)
  • Bump @types/jest from 26.0.23 to 26.0.24 in /frontend @dependabot (#489)
  • Bump @nestjs/swagger from 4.8.2 to 5.0.0 @dependabot (#496)
  • Bump @types/mdns from 0.0.33 to 0.0.34 @dependabot (#495)
  • Bump @types/lodash from 4.14.170 to 4.14.171 in /frontend @dependabot (#492)
  • Bump @material-ui/core from 4.12.0 to 4.12.1 in /frontend @dependabot (#490)
  • Bump @nestjs/schematics from 7.3.1 to 8.0.0 @dependabot (#483)
  • Bump @types/node-notifier from 8.0.0 to 8.0.1 @dependabot (#484)
  • Bump @types/react-router-dom from 5.1.7 to 5.1.8 in /frontend @dependabot (#488)
  • Bump @nestjs/websockets from 8.0.1 to 8.0.2 @dependabot (#514)
  • Bump dessant/lock-threads from 2.1.0 to 2.1.1 @dependabot (#505)
  • Bump @typescript-eslint/eslint-plugin from 4.28.2 to 4.28.3 @dependabot (#506)
  • Bump @nestjs/platform-ws from 8.0.1 to 8.0.2 @dependabot (#507)
  • Bump @nestjs/common from 8.0.1 to 8.0.2 @dependabot (#509)
  • Bump @nestjs/schematics from 8.0.0 to 8.0.1 @dependabot (#513)
  • Bump @nestjs/platform-express from 8.0.1 to 8.0.2 @dependabot (#511)
  • Bump @typescript-eslint/parser from 4.28.2 to 4.28.3 @dependabot (#508)
  • Bump @nestjs/core from 8.0.1 to 8.0.2 @dependabot (#512)
  • Bump @nestjs/swagger from 5.0.0 to 5.0.1 @dependabot (#515)
  • Bump @nestjs/testing from 8.0.1 to 8.0.2 @dependabot (#510)
  • Bump @types/node from 16.3.1 to 16.3.2 in /frontend @dependabot (#519)
  • Bump @nestjs/swagger from 5.0.1 to 5.0.3 @dependabot (#518)
  • Bump @types/node from 16.3.1 to 16.3.2 @dependabot (#517)
  • Bump actions/stale from 3.0.19 to 4 @dependabot (#516)
  • Bump @nestjs/platform-ws from 8.0.2 to 8.0.3 @dependabot (#520)
  • Bump @nestjs/testing from 8.0.2 to 8.0.3 @dependabot (#524)
  • Bump @nestjs/common from 8.0.2 to 8.0.3 @dependabot (#521)
  • Bump @nestjs/websockets from 8.0.2 to 8.0.3 @dependabot (#525)
  • Bump @nestjs/platform-express from 8.0.2 to 8.0.3 @dependabot (#522)
  • Bump @nestjs/core from 8.0.2 to 8.0.3 @dependabot (#523)
system-bridge - v1.7.2

Published by github-actions[bot] over 3 years ago

What’s changed

  • Remove auto-updater @timmo001 (#386)

🐛 Bug fixes

  • Windows build use windows to build @timmo001 (#385)

⬆️ Dependency updates

  • Bump @types/react from 17.0.9 to 17.0.10 in /frontend @dependabot (#384)
  • Bump systeminformation from 5.7.4 to 5.7.5 @dependabot (#382)
  • Bump @types/react-dom from 17.0.6 to 17.0.7 in /frontend @dependabot (#383)
system-bridge - v1.7.1

Published by github-actions[bot] over 3 years ago

What’s changed

⬆️ Dependency updates

  • Bump @types/node from 15.12.0 to 15.12.2 in /frontend @dependabot (#380)
  • Bump @typescript-eslint/parser from 4.26.0 to 4.26.1 @dependabot (#379)
  • Bump ts-jest from 27.0.2 to 27.0.3 @dependabot (#376)
  • Bump ts-loader from 9.2.2 to 9.2.3 @dependabot (#375)
  • Bump @typescript-eslint/eslint-plugin from 4.26.0 to 4.26.1 @dependabot (#378)
system-bridge - v1.7.0

Published by github-actions[bot] over 3 years ago

What’s changed

You can now send keyboard keypresses via the keyboard endpoint. API docs and python connector to be updated.

✨ New features

  • Find process by name @timmo001 (#340)
  • Add keyboard endpoint to send keypresses @timmo001 (#369)

🐛 Bug fixes

  • Make sure the position slider is controlled @timmo001 (#341)
  • Cleanly exit the app when quitting @timmo001 (#366)
  • Fix build and tests @timmo001 (#371)

🚀 Enhancements

  • Add idle time to OS endpoint @timmo001 (#367)

⬆️ Dependency updates

  • Bump @types/react from 17.0.6 to 17.0.8 in /frontend @dependabot (#331)
  • Bump jest-junit from 12.0.0 to 12.1.0 @dependabot (#330)
  • Bump @types/express from 4.17.11 to 4.17.12 @dependabot (#328)
  • Bump systeminformation from 5.7.1 to 5.7.2 @dependabot (#325)
  • Bump @typescript-eslint/eslint-plugin from 4.24.0 to 4.25.0 @dependabot (#321)
  • Bump @electron-forge/maker-deb from 6.0.0-beta.55 to 6.0.0-beta.57 @dependabot (#317)
  • Bump eslint-plugin-import from 2.23.2 to 2.23.3 @dependabot (#314)
  • Bump @electron-forge/publisher-github from 6.0.0-beta.55 to 6.0.0-beta.57 @dependabot (#318)
  • Bump eslint from 7.26.0 to 7.27.0 @dependabot (#312)
  • Bump ts-loader from 9.2.1 to 9.2.2 @dependabot (#310)
  • Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 @dependabot (#308)
  • Bump @electron-forge/maker-squirrel from 6.0.0-beta.55 to 6.0.0-beta.57 @dependabot (#313)
  • Bump @electron-forge/cli from 6.0.0-beta.55 to 6.0.0-beta.57 @dependabot (#316)
  • Bump concurrently from 6.1.0 to 6.2.0 @dependabot (#323)
  • Bump @types/node from 15.3.1 to 15.6.1 in /frontend @dependabot (#326)
  • Bump @electron-forge/maker-zip from 6.0.0-beta.55 to 6.0.0-beta.57 @dependabot (#309)
  • Bump @electron-forge/maker-rpm from 6.0.0-beta.55 to 6.0.0-beta.57 @dependabot (#311)
  • Bump systeminformation from 5.7.2 to 5.7.4 @dependabot (#337)
  • Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#336)
  • Bump typescript from 4.2.4 to 4.3.2 in /frontend @dependabot (#335)
  • Bump typescript from 4.2.4 to 4.3.2 @dependabot (#333)
  • Bump ibiqlik/action-yamllint from 3.0.1 to 3.0.2 @dependabot (#332)
  • Bump ws from 7.4.5 to 7.4.6 @dependabot (#327)
  • Bump @types/lodash from 4.14.169 to 4.14.170 in /frontend @dependabot (#319)
  • Bump @electron-forge/maker-dmg from 6.0.0-beta.55 to 6.0.0-beta.57 @dependabot (#315)
  • Bump @typescript-eslint/parser from 4.24.0 to 4.25.0 @dependabot (#324)
  • Bump dns-packet from 1.3.1 to 1.3.4 in /frontend @dependabot (#339)
  • Bump electron from 12.0.9 to 13.0.1 @dependabot (#329)
  • Bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.0 @dependabot (#345)
  • Bump eslint-plugin-import from 2.23.3 to 2.23.4 @dependabot (#344)
  • Bump execa from 5.0.0 to 5.0.1 @dependabot (#343)
  • Bump eslint-plugin-react from 7.23.2 to 7.24.0 @dependabot (#342)
  • Bump @typescript-eslint/parser from 4.25.0 to 4.26.0 @dependabot (#346)
  • Bump @types/node from 15.6.1 to 15.12.0 in /frontend @dependabot (#362)
  • Bump @testing-library/jest-dom from 5.12.0 to 5.13.0 in /frontend @dependabot (#361)
  • Bump web-vitals from 1.1.2 to 2.0.1 in /frontend @dependabot (#356)
  • Bump execa from 5.0.1 to 5.1.0 @dependabot (#354)
  • Bump @types/react-dom from 17.0.5 to 17.0.6 in /frontend @dependabot (#348)
  • Bump electron from 13.0.1 to 13.1.0 @dependabot (#355)
  • Bump ws from 6.2.1 to 6.2.2 in /frontend @dependabot (#363)
  • Bump @types/react from 17.0.8 to 17.0.9 in /frontend @dependabot (#347)
  • Upgrade packages @timmo001 (#372)
system-bridge - v1.6.0

Published by github-actions[bot] over 3 years ago

What’s changed

✨ New features

  • Serve cover as public file @timmo001 (#305)

🚀 Enhancements

  • Send cover/thumbnail to events @timmo001 (#280)
  • Serve cover as public file @timmo001 (#305)

⬆️ Dependency updates

  • Bump eslint-plugin-import from 2.22.1 to 2.23.2 @dependabot (#278)
  • Bump @testing-library/react from 11.2.6 to 11.2.7 in /frontend @dependabot (#279)
  • Bump systeminformation from 5.6.20 to 5.6.21 @dependabot (#277)
  • Bump electron from 12.0.7 to 12.0.8 @dependabot (#289)
  • Bump @typescript-eslint/eslint-plugin from 4.23.0 to 4.24.0 @dependabot (#290)
  • Bump @electron-forge/maker-rpm from 6.0.0-beta.54 to 6.0.0-beta.55 @dependabot (#291)
  • Bump @electron-forge/maker-deb from 6.0.0-beta.54 to 6.0.0-beta.55 @dependabot (#292)
  • Bump @electron-forge/maker-zip from 6.0.0-beta.54 to 6.0.0-beta.55 @dependabot (#287)
  • Bump @electron-forge/maker-dmg from 6.0.0-beta.54 to 6.0.0-beta.55 @dependabot (#288)
  • Bump @electron-forge/publisher-github from 6.0.0-beta.54 to 6.0.0-beta.55 @dependabot (#284)
  • Bump @electron-forge/maker-squirrel from 6.0.0-beta.54 to 6.0.0-beta.55 @dependabot (#285)
  • Bump @types/node from 15.3.0 to 15.3.1 in /frontend @dependabot (#303)
  • Bump ts-loader from 9.1.2 to 9.2.1 @dependabot (#302)
  • Bump electron from 12.0.8 to 12.0.9 @dependabot (#301)
  • Bump @nestjs/websockets from 7.6.15 to 7.6.17 @dependabot (#298)
  • Bump @nestjs/platform-ws from 7.6.15 to 7.6.17 @dependabot (#296)
  • Bump @nestjs/testing from 7.6.15 to 7.6.17 @dependabot (#295)
  • Bump @nestjs/common from 7.6.15 to 7.6.17 @dependabot (#293)
  • Bump @typescript-eslint/parser from 4.23.0 to 4.24.0 @dependabot (#283)
  • Bump @electron-forge/cli from 6.0.0-beta.54 to 6.0.0-beta.55 @dependabot (#282)
  • Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#281)
  • Bump @types/react from 17.0.5 to 17.0.6 in /frontend @dependabot (#300)
  • Bump @nestjs/core from 7.6.15 to 7.6.17 @dependabot (#294)
  • Bump systeminformation from 5.6.21 to 5.7.1 @dependabot (#304)
  • Bump @nestjs/platform-express from 7.6.15 to 7.6.17 @dependabot (#297)
system-bridge - v1.5.0

Published by github-actions[bot] over 3 years ago

What’s changed

✨ New features

  • Media player playing status @timmo001 (#244)
  • Media player volume control @timmo001 (#246)
  • Media player seek control @timmo001 (#247)
  • Media player cover and source @timmo001 (#248)
  • WebSocket events @timmo001 (#213)
  • Settings endpoint @timmo001 (#266)
  • Show updates available in tray and config window @timmo001 (#272)

🐛 Bug fixes

  • Remove beep from open service @timmo001 (#267)
  • Use branch on prettier stage and prettify automatically @timmo001 (#268)
  • Fix 500 on missing source @timmo001 (#269)

🚀 Enhancements

  • Media player to its own endpoint @timmo001 (#245)
  • Advertise WebSocket Port on MDNS @timmo001 (#265)
  • Application info @timmo001 (#271)

⬆️ Dependency updates

  • Bump @testing-library/user-event from 13.1.5 to 13.1.8 in /frontend @dependabot (#227)
  • Bump @material-ui/core from 4.11.3 to 4.11.4 in /frontend @dependabot (#225)
  • Bump @types/node from 14.14.41 to 15.0.1 in /frontend @dependabot (#224)
  • Bump music-metadata from 7.8.4 to 7.8.5 @dependabot (#220)
  • Bump @types/jest from 26.0.22 to 26.0.23 @dependabot (#219)
  • Bump eslint-config-prettier from 8.2.0 to 8.3.0 @dependabot (#218)
  • Bump ts-loader from 8.1.0 to 9.1.1 @dependabot (#217)
  • Bump scherermichael-oss/action-has-permission from 1.0.5 to 1.0.6 @dependabot (#215)
  • Bump eslint from 7.24.0 to 7.25.0 @dependabot (#216)
  • Bump @types/react from 17.0.3 to 17.0.4 in /frontend @dependabot (#221)
  • Bump @types/jest from 26.0.22 to 26.0.23 in /frontend @dependabot (#222)
  • Bump electron from 12.0.5 to 12.0.6 @dependabot (#231)
  • Bump nest-winston from 1.4.2 to 1.5.0 @dependabot (#230)
  • Bump helmet from 4.5.0 to 4.6.0 @dependabot (#229)
  • Bump EnricoMi/publish-unit-test-result-action from v1.12 to v1.14 @dependabot (#228)
  • Bump EnricoMi/publish-unit-test-result-action from v1.14 to v1.15 @dependabot (#232)
  • Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1 @dependabot (#233)
  • Bump @types/react from 17.0.4 to 17.0.5 in /frontend @dependabot (#237)
  • Bump systeminformation from 5.6.12 to 5.6.16 @dependabot (#235)
  • Bump @typescript-eslint/parser from 4.22.0 to 4.22.1 @dependabot (#234)
  • Bump systeminformation from 5.6.16 to 5.6.17 @dependabot (#239)
  • Bump ts-jest from 26.5.5 to 26.5.6 @dependabot (#240)
  • Bump web-vitals from 1.1.1 to 1.1.2 in /frontend @dependabot (#241)
  • Bump ts-loader from 9.1.1 to 9.1.2 @dependabot (#238)
  • Bump systeminformation from 5.6.17 to 5.6.19 @dependabot (#242)
  • Bump @types/node from 15.0.1 to 15.0.2 in /frontend @dependabot (#236)
  • Bump @types/react-dom from 17.0.3 to 17.0.4 in /frontend @dependabot (#257)
  • Bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.23.0 @dependabot (#256)
  • Bump prettier from 2.2.1 to 2.3.0 @dependabot (#253)
  • Bump electron from 12.0.6 to 12.0.7 @dependabot (#251)
  • Bump EnricoMi/publish-unit-test-result-action from v1.15 to v1.16 @dependabot (#249)
  • Bump concurrently from 6.0.2 to 6.1.0 @dependabot (#250)
  • Bump systeminformation from 5.6.19 to 5.6.20 @dependabot (#254)
  • Bump eslint from 7.25.0 to 7.26.0 @dependabot (#252)
  • Bump @typescript-eslint/parser from 4.22.1 to 4.23.0 @dependabot (#255)
  • Bump ibiqlik/action-yamllint from 3 to 3.0.1 @dependabot (#258)
  • Bump @types/react-dom from 17.0.4 to 17.0.5 in /frontend @dependabot (#263)
  • Bump EnricoMi/publish-unit-test-result-action from 1.16 to 1.17 @dependabot (#262)
  • Bump @types/lodash from 4.14.168 to 4.14.169 in /frontend @dependabot (#261)
  • Bump @testing-library/user-event from 13.1.8 to 13.1.9 in /frontend @dependabot (#260)
  • Bump @types/node from 15.0.2 to 15.3.0 in /frontend @dependabot (#264)
system-bridge - v1.4.0

Published by github-actions[bot] over 3 years ago

What’s changed

✨ New features

  • Refactor API to use NestJS @timmo001 (#201)

🚀 Enhancements

  • Refactor API to use NestJS @timmo001 (#201)

🧰 Maintenance

  • Update Lockfile @timmo001 (#199)

⬆️ Dependency updates

  • Bump @testing-library/user-event from 13.1.1 to 13.1.2 in /frontend @dependabot (#189)
  • Bump EnricoMi/publish-unit-test-result-action from v1.10 to v1.11 @dependabot (#187)
  • Bump eslint from 7.23.0 to 7.24.0 @dependabot (#188)
  • Bump concurrently from 6.0.1 to 6.0.2 @dependabot (#192)
  • Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#190)
  • Bump @testing-library/user-event from 13.1.2 to 13.1.3 in /frontend @dependabot (#196)
  • Bump EnricoMi/publish-unit-test-result-action from v1.11 to v1.12 @dependabot (#197)
  • Bump @types/node from 14.14.37 to 14.14.41 in /frontend @dependabot (#198)
  • Bump @typescript-eslint/eslint-plugin from 4.21.0 to 4.22.0 @dependabot (#193)
  • Bump @typescript-eslint/parser from 4.21.0 to 4.22.0 @dependabot (#191)
  • Bump @testing-library/jest-dom from 5.11.10 to 5.12.0 in /frontend @dependabot (#208)
  • Bump music-metadata from 7.8.3 to 7.8.4 @dependabot (#207)
  • Bump @testing-library/user-event from 13.1.3 to 13.1.5 in /frontend @dependabot (#205)
  • Bump helmet from 4.4.1 to 4.5.0 @dependabot (#202)
  • Bump electron-devtools-installer from 3.1.1 to 3.2.0 @dependabot (#203)
  • Bump electron from 12.0.2 to 12.0.5 @dependabot (#206)
system-bridge - v1.3.0

Published by github-actions[bot] over 3 years ago

What’s changed

✨ New features

  • WebRTC Camera Stream @timmo001 (#166)
  • Video Chat - WebRTC Client @timmo001 (#171)

🐛 Bug fixes

  • Move required dev dependencies to main @timmo001 (#183)
  • Force ELECTRON_IS_DEV to false @timmo001 (#184)

🚀 Enhancements

  • Merge Frontends @timmo001 (#167)
  • Redirect browser console output to main log @timmo001 (#170)
  • Tests @timmo001 (#177)

⬆️ Dependency updates

  • Bump music-metadata from 7.8.1 to 7.8.3 @dependabot (#172)
  • Bump concurrently from 6.0.0 to 6.0.1 @dependabot (#176)
  • Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 @dependabot (#174)
  • Bump systeminformation from 5.6.10 to 5.6.12 @dependabot (#180)
  • Bump typescript from 4.2.3 to 4.2.4 @dependabot (#178)
  • Bump typescript from 4.2.3 to 4.2.4 in /frontend @dependabot (#179)
system-bridge - v1.2.0

Published by github-actions[bot] over 3 years ago

What’s changed

  • 🎬 Video Player! You can now play local or hosted videos through the /video endpoint.
  • 💻 You can now control your display brightness and get display information through the /display endpoint.

✨ New features

  • Display Information and Control @timmo001 (#156)
  • Video Player @timmo001 (#162)

🐛 Bug fixes

  • Return 400 if file does not exist for media players @timmo001 (#164)
  • Fix audio player layout for long text @timmo001 (#165)

⬆️ Dependency updates

  • Bump systeminformation from 5.6.9 to 5.6.10 @dependabot (#151)
  • Bump @mdi/react from 1.4.0 to 1.5.0 in /configuration @dependabot (#150)
  • Bump @typescript-eslint/parser from 4.19.0 to 4.20.0 @dependabot (#152)
  • Bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.20.0 @dependabot (#153)
  • Bump @testing-library/user-event from 13.0.16 to 13.1.1 in /configuration @dependabot (#154)
  • Bump @testing-library/react from 11.2.5 to 11.2.6 in /configuration @dependabot (#155)
  • Bump @testing-library/user-event from 13.0.16 to 13.1.1 in /player @dependabot (#157)
  • Bump @types/node from 14.14.36 to 14.14.37 in /player @dependabot (#161)
  • Bump @mdi/react from 1.4.0 to 1.5.0 in /player @dependabot (#158)
  • Bump @testing-library/react from 11.2.5 to 11.2.6 in /player @dependabot (#160)
system-bridge - v1.1.0

Published by github-actions[bot] over 3 years ago

What’s changed

New endpoints added!

  • Play your music or audio files via the Audio Player which can be controlled via the API. 🎶
  • Control your system's volume via the API. 🔉
  • Send notifications via the API. 🔔

✨ New features

  • Add volume controls @timmo001 (#139)
  • Create notification endpoint @timmo001 (#142)
  • Audio player @timmo001 (#143)

⬆️ Dependency updates

  • Bump @types/node from 14.14.36 to 14.14.37 in /configuration @dependabot (#146)
  • Bump systeminformation from 5.6.8 to 5.6.9 @dependabot (#145)
  • Bump eslint from 7.22.0 to 7.23.0 @dependabot (#144)
system-bridge - v1.0.9

Published by github-actions[bot] over 3 years ago

What’s changed

  • Catch dock.hide for non-macos os'es
system-bridge - v1.0.8

Published by github-actions[bot] over 3 years ago

What’s changed

  • Fix tray icon for linux @timmo001 (#138)

🚀 Enhancements

  • Add UUID to MDNS info @timmo001 (#134)
  • Set Icons @timmo001 (#136)
  • Add uuid to MDNS txt record @timmo001 (#137)
system-bridge - v1.0.7

Published by github-actions[bot] over 3 years ago

What’s changed

🐛 Bug fixes

  • Set logs path to user data directory @timmo001 (#122)
  • Fix deploy conditions @timmo001 (#123)
system-bridge - v1.0.6

Published by github-actions[bot] over 3 years ago

What’s changed

Changes

  • Include logs folder in source
  • Ensure logs path is in app directory

⬆️ Dependency updates

  • Bump electron from 11.3.0 to 12.0.1 and update lockfile @dependabot (#81)
  • Bump tool3/bump from v1 to v1.2 @dependabot (#106)
  • Bump @typescript-eslint/parser from 4.18.0 to 4.19.0 @dependabot (#108)
  • Bump @types/react-dom from 17.0.2 to 17.0.3 in /configuration @dependabot (#110)
  • Bump electron from 12.0.1 to 12.0.2 @dependabot (#113)
  • Bump systeminformation from 5.6.7 to 5.6.8 @dependabot (#114)
  • Bump @types/node from 14.14.35 to 14.14.36 in /configuration @dependabot (#118)
  • Bump @testing-library/user-event from 13.0.2 to 13.0.16 in /configuration @dependabot (#119)
  • Bump @testing-library/jest-dom from 5.11.9 to 5.11.10 in /configuration @dependabot (#120)
  • Bump react and react-dom in /configuration @dependabot (#111)
  • Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 @dependabot (#109)
  • Bump @types/jest from 26.0.21 to 26.0.22 in /configuration @dependabot (#121)
system-bridge - v1.0.5

Published by github-actions[bot] over 3 years ago

What’s changed

🧰 Maintenance

  • Version Bumping on Deploy @timmo001 (#104)