system-bridge

A bridge for your systems

APACHE-2.0 License

Stars
239

Bot releases are visible (Hide)

system-bridge - 4.1.10 Latest Release

Published by github-actions[bot] 6 months ago

What’s changed

Dependency updates and some additions for linux temperature sensors

⬆️ Dependency updates

  • Bump @tauri-apps/cli from 2.0.0-beta.12 to 2.0.0-beta.13 @dependabot (#3023)
  • Bump @tauri-apps/api from 2.0.0-beta.7 to 2.0.0-beta.8 @dependabot (#3024)
  • Bump tauri from 2.0.0-beta.14 to 2.0.0-beta.15 in /src-tauri @dependabot (#3025)
  • Bump tauri-build from 2.0.0-beta.11 to 2.0.0-beta.12 in /src-tauri @dependabot (#3026)
  • Bump tokio-websockets from 0.7.0 to 0.8.2 in /src-tauri @dependabot (#3028)
  • Bump serde_json from 1.0.115 to 1.0.116 in /src-tauri @dependabot (#3029)
  • Bump vite from 5.2.8 to 5.2.9 @dependabot (#3030)
  • Bump serde from 1.0.197 to 1.0.198 in /src-tauri @dependabot (#3031)
  • Bump actions/upload-artifact from 4.3.1 to 4.3.2 @dependabot (#3032)
  • Bump sysinfo from 0.30.10 to 0.30.11 in /src-tauri @dependabot (#3033)
  • Bump actions/checkout from 4.1.2 to 4.1.3 @dependabot (#3034)
  • Bump reqwest from 0.12.3 to 0.12.4 in /src-tauri @dependabot (#3035)
  • Bump rustls from 0.23.4 to 0.23.5 in /src-tauri @dependabot (#3036)
  • Bump actions/upload-artifact from 4.3.2 to 4.3.3 @dependabot (#3038)
  • Bump vite from 5.2.9 to 5.2.10 @dependabot (#3039)
  • Bump @tauri-apps/api from 2.0.0-beta.8 to 2.0.0-beta.9 @dependabot (#3040)
  • Bump tauri-build from 2.0.0-beta.12 to 2.0.0-beta.13 in /src-tauri @dependabot (#3041)
  • Bump tauri from 2.0.0-beta.15 to 2.0.0-beta.16 in /src-tauri @dependabot (#3043)
  • Bump actions/checkout from 4.1.3 to 4.1.4 @dependabot (#3044)
  • Bump tauri-apps/tauri-action from 0.5.1 to 0.5.2 @dependabot (#3045)
  • Bump systembridgebackend from 4.2.4 to 4.2.5 @dependabot (#3047)
  • Bump serde from 1.0.198 to 1.0.199 in /src-tauri @dependabot (#3046)
system-bridge - 4.1.9

Published by github-actions[bot] 6 months ago

What’s changed

This release gives linux users CPU temperature which has been avaliable from the sensors module for a while.

This has currently tested on a desktop amd based server and a dell xps intel based laptop.

If you don't see a temperature, have installed the linux dependencies, and see a temperature value in the Sensors module (view data in the system tray to see this easily), please create an issue or discussion with a copy (JSON) of your sensors module output. Thanks!

🚀 Enhancements

  • Bump systembridgebackend from 4.2.3 to 4.2.4 @dependabot (#3020)

⬆️ Dependency updates

  • Bump sysinfo from 0.30.9 to 0.30.10 in /src-tauri @dependabot (#3015)
  • Bump typescript from 5.4.4 to 5.4.5 @dependabot (#3016)
  • Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 @dependabot (#3018)
  • Bump systembridgebackend from 4.2.3 to 4.2.4 @dependabot (#3020)
system-bridge - 4.1.8

Published by github-actions[bot] 6 months ago

What’s changed

This release addresses a few issues when running linux, fixed errors causing the disks and system modules to break (which in turn stopped some setups from setting up the HA integration), as well as some other improvements and changes to the backend.

🐛 Bug fixes

  • Update systembridgebackend to 4.2.1 @timmo001 (#3004)
  • Update systembridgecli to 4.0.4 @timmo001 (#3005)
  • Update systembridgebackend to 4.2.2 @timmo001 (#3007)
  • Bump systembridgebackend from 4.2.2 to 4.2.3 @dependabot (#3012)

🚀 Enhancements

  • Write current version to a file for later use from the backend @timmo001 (#3001)
  • Update systembridgebackend to 4.2.0 @timmo001 (#3003)
  • Update systembridgefrontend to 4.0.3 @timmo001 (#3006)
  • Update and add new logs path to help menu @timmo001 (#3009)

⬆️ Dependency updates

  • Update systembridgebackend to 4.2.0 @timmo001 (#3003)
  • Update systembridgebackend to 4.2.1 @timmo001 (#3004)
  • Update systembridgecli to 4.0.4 @timmo001 (#3005)
  • Update systembridgefrontend to 4.0.3 @timmo001 (#3006)
  • Update systembridgebackend to 4.2.2 @timmo001 (#3007)
  • Bump sysinfo from 0.30.8 to 0.30.9 in /src-tauri @dependabot (#3011)
  • Bump systembridgebackend from 4.2.2 to 4.2.3 @dependabot (#3012)
  • Bump systembridgecli from 4.0.4 to 4.0.5 @dependabot (#3013)
system-bridge - 4.1.7

Published by github-actions[bot] 7 months ago

What’s changed

🐛 Bug fixes

  • Fix backend check and stop any lingering processes before starting a new one @timmo001 (#2997)

⬆️ Dependency updates

  • Bump h2 from 0.4.3 to 0.4.4 in /src-tauri @dependabot (#2993)
  • Bump reqwest from 0.12.2 to 0.12.3 in /src-tauri @dependabot (#2996)
system-bridge - 4.1.6

Published by github-actions[bot] 7 months ago

What’s changed

Binaries revoked from this release. See here

✨ New features

  • Add ability to disable backend or gui with command args @timmo001 (#2968)
  • Allow use of --cli to call cli from main application launcher @timmo001 (#2969)

🐛 Bug fixes

  • Adjust backend startup @timmo001 (#2982)
  • Fix 2 instances of backend being created @timmo001 (#2991)

🚀 Enhancements

  • Setup rust fern logger @timmo001 (#2988)
  • Handle ctrl-c @timmo001 (#2989)

🧰 Maintenance

  • Move GUI into own module @timmo001 (#2966)
  • Move backend startup outside gui setup @timmo001 (#2967)
  • Output backend as a new thread @timmo001 (#2987)

⬆️ Dependency updates

  • Bump systembridgecli from 4.0.2 to 4.0.3 @dependabot (#2972)
  • Bump typer from 0.11.1 to 0.12.0 @dependabot (#2970)
  • Bump systembridgebackend from 4.1.5 to 4.1.6 @dependabot (#2971)
  • Bump sysinfo from 0.30.7 to 0.30.8 in /src-tauri @dependabot (#2973)
  • Bump @tauri-apps/cli from 2.0.0-beta.11 to 2.0.0-beta.12 @dependabot (#2976)
  • Bump vite from 5.2.7 to 5.2.8 @dependabot (#2977)
  • Bump @tauri-apps/api from 2.0.0-beta.6 to 2.0.0-beta.7 @dependabot (#2975)
  • Bump tauri-plugin-autostart from 2.0.0-beta.3 to 2.0.0-beta.4 in /src-tauri @dependabot (#2979)
  • Bump typescript from 5.4.3 to 5.4.4 @dependabot (#2986)
system-bridge - 4.1.5

Published by github-actions[bot] 7 months ago

What’s changed

🚨 HA users please be aware that 4.x.x is not supported before the 2024.4.0 release!🚨

❗ Please read the below notes carefully before updating ❗

This version, while not a major release makes a variety of changes, including a replacement of the GUI with the rust framework Tauri.

This means the installation mechanism has changed, so you should uninstall your current version of System Bridge before installing this version. Future versions will be able to handle uninstalling the old version for you.

⚡ Tauri and Rust as the GUI and packager has a variety of benefits, including a much smaller installation size as well as better stability. The backend is still written in Python and is kept running from the main GUI. The Tauri framework also makes packaging the application much easier for each setup, which you will find in the release assets below.

Advanced users can still use the systembridgebackend package as normal, but be aware that systembridgegui is now deprecated.

Included in this version are many bug fixes from previous versions from both the Linux and Windows side.

Be sure to report any errors you find in the logs. 👍

Antivirus software tends to find this package as malicious. The potential reason is the access it has to your system and how it calls another application from within itself. Make sure to make an exception if your software quarantines anything (especially systembridgebackend[.exe]). Also make sure to allow systembridgebackend through your firewall to be able to access it from the other places (E.G. Home Assistant)


🐛 Bug fixes

  • Fix local data path @timmo001 (#2960)

🚀 Enhancements

  • Replace with Tauri application from system-bridge-gui @timmo001 (#2910)
  • Add backend server check every 60 seconds @timmo001 (#2922)
  • Notifications rework @timmo001 (#2946)

🧰 Maintenance

  • Updates on startup @timmo001 (#2913)
  • Split structs and functions into seperate modules @timmo001 (#2957)
  • Setup scripts @timmo001 (#2958)

⬆️ Dependency updates

  • Bump actions/checkout from 4.1.1 to 4.1.2 @dependabot (#2909)
  • Bump tauri-build from 2.0.0-beta.9 to 2.0.0-beta.10 in /src-tauri @dependabot (#2927)
  • Bump uuid from 1.7.0 to 1.8.0 in /src-tauri @dependabot (#2926)
  • Bump reqwest from 0.11.26 to 0.12.0 in /src-tauri @dependabot (#2929)
  • Bump vite from 5.1.6 to 5.2.2 @dependabot (#2924)
  • Bump @tauri-apps/cli from 2.0.0-beta.9 to 2.0.0-beta.11 @dependabot (#2930)
  • Bump @tauri-apps/api from 2.0.0-beta.5 to 2.0.0-beta.6 @dependabot (#2923)
  • Bump typescript from 5.4.2 to 5.4.3 @dependabot (#2935)
  • Bump serde_json from 1.0.114 to 1.0.115 in /src-tauri @dependabot (#2942)
  • Bump pyside6 from 6.6.2 to 6.6.3 @dependabot (#2943)
  • Bump typer from 0.9.0 to 0.10.0 @dependabot (#2940)
  • Bump actions/setup-python from 5.0.0 to 5.1.0 @dependabot (#2941)
  • Bump reqwest from 0.12.1 to 0.12.2 in /src-tauri @dependabot (#2939)
  • Bump typer from 0.10.0 to 0.11.0 @dependabot (#2944)
  • Bump tokio from 1.36.0 to 1.37.0 in /src-tauri @dependabot (#2945)
  • Bump typer from 0.11.0 to 0.11.1 @dependabot (#2947)
  • Bump vite from 5.2.6 to 5.2.7 @dependabot (#2949)
  • Bump systembridgewindowssensors from 4.0.0 to 4.0.1 @dependabot (#2951)
  • Bump systembridgeshared from 4.0.0 to 4.0.2 @dependabot (#2952)
  • Bump systembridgefrontend from 4.0.1 to 4.0.2 @dependabot (#2953)
  • Bump systembridgebackend from 4.0.5.dev0 to 4.1.1 @dependabot (#2954)
  • Bump systembridgecli from 4.0.1 to 4.0.2 @dependabot (#2955)
  • Bump systembridgebackend from 4.1.2 to 4.1.3 @dependabot (#2961)
  • Bump systembridgebackend from 4.1.3 to 4.1.4 @dependabot (#2962)
  • Update systembridgebackend to 4.1.5 @timmo001 (#2963)
system-bridge - 4.0.4

Published by github-actions[bot] 8 months ago

What's Changed

Full Changelog: https://github.com/timmo001/system-bridge/compare/4.0.3...4.0.4

system-bridge - 4.0.3

Published by github-actions[bot] 8 months ago

What's Changed

Full Changelog: https://github.com/timmo001/system-bridge/compare/4.0.2...4.0.3

system-bridge - 4.0.2

Published by github-actions[bot] 9 months ago

Welcome to a new major version of System Bridge! Version 4 contains a number of internal changes, speed and reliability improvements.

There have not been any user facing functionality changes, however the application has been refactored to a stage where this version is not compatible with older versions, so a 4.x.x release was required.

⚠️⚠️ Home Assistant Integration ⚠️⚠️

Since this is a major version release, the changes are not compatible with the current version of the Home Assistant integration. Please wait for an update containing this change before upgrading to System Bridge version 4+.

What's Changed

Full Changelog: https://github.com/timmo001/system-bridge/compare/3.11.2...4.0.2

system-bridge - 3.11.2

Published by github-actions[bot] 11 months ago

What's Changed

Python 3.9 is no longer supported. Please update to 3.12 or use the binary package in the release notes

Full Changelog: https://github.com/timmo001/system-bridge/compare/3.11.1...3.11.2

system-bridge - 3.11.1

Published by github-actions[bot] 11 months ago

What's Changed

Full Changelog: https://github.com/timmo001/system-bridge/compare/3.11.0...3.11.1

system-bridge - 3.11.0

Published by github-actions[bot] 11 months ago

What's Changed

Changes

Full Changelog: https://github.com/timmo001/system-bridge/compare/3.10.1...3.11.0

system-bridge - 3.10.1

Published by github-actions[bot] 11 months ago

What's Changed

Full Changelog: https://github.com/timmo001/system-bridge/compare/3.10.0...3.10.1

system-bridge - 3.10.0

Published by github-actions[bot] 12 months ago

What's Changed

  • Active user id and name in system module (#2835)
  • New processes module (#2836)

Commits

Full Changelog: https://github.com/timmo001/system-bridge/compare/3.9.5...3.10.0

system-bridge - 3.9.5

Published by github-actions[bot] 12 months ago

What's Changed

Full Changelog: https://github.com/timmo001/system-bridge/compare/3.9.0...3.9.5

system-bridge - 3.9.0

Published by timmo001 12 months ago

What’s changed

✨ New features

  • Update python to 3.12 @timmo001 (#2812)

📚 Documentation

  • Update README.md @timmo001 (#2816)

⬆️ Dependency updates

  • Bump aiohttp from 3.8.5 to 3.8.6 in /shared @dependabot (#2772)
  • Bump aiohttp from 3.8.5 to 3.8.6 in /gui @dependabot (#2773)
  • Bump @types/uuid from 9.0.4 to 9.0.5 in /frontend @dependabot (#2774)
  • Bump @types/node from 20.8.2 to 20.8.4 in /frontend @dependabot (#2775)
  • Bump @mdi/js from 7.2.96 to 7.3.67 in /frontend @dependabot (#2779)
  • Bump @types/react from 18.2.25 to 18.2.27 in /frontend @dependabot (#2778)
  • Bump eslint from 8.50.0 to 8.51.0 in /frontend @dependabot (#2777)
  • Bump aiohttp from 3.8.5 to 3.8.6 in /backend @dependabot (#2780)
  • Bump @types/react-dom from 18.2.10 to 18.2.12 in /frontend @dependabot (#2776)
  • Bump @mui/material from 5.14.12 to 5.14.13 in /frontend @dependabot (#2783)
  • Bump @types/react from 18.2.27 to 18.2.28 in /frontend @dependabot (#2782)
  • Bump @mui/lab from 5.0.0-alpha.147 to 5.0.0-alpha.148 in /frontend @dependabot (#2784)
  • Bump @types/react-dom from 18.2.12 to 18.2.13 in /frontend @dependabot (#2786)
  • Bump @mui/styles from 5.14.12 to 5.14.13 in /frontend @dependabot (#2785)
  • Bump @types/node from 20.8.4 to 20.8.5 in /frontend @dependabot (#2788)
  • Bump zeroconf from 0.115.2 to 0.116.0 in /backend @dependabot (#2789)
  • Bump eslint-config-next from 13.5.4 to 13.5.5 in /frontend @dependabot (#2791)
  • Bump @types/node from 20.8.5 to 20.8.6 in /frontend @dependabot (#2793)
  • Bump pyinstaller from 6.0.0 to 6.1.0 in /cli @dependabot (#2794)
  • Bump next from 13.5.4 to 13.5.5 in /frontend @dependabot (#2792)
  • Bump psutil from 5.9.5 to 5.9.6 in /backend @dependabot (#2797)
  • Bump zeroconf from 0.116.0 to 0.118.0 in /backend @dependabot (#2795)
  • Bump pyinstaller from 6.0.0 to 6.1.0 in /backend @dependabot (#2796)
  • Bump @mui/material from 5.14.13 to 5.14.14 in /frontend @dependabot (#2798)
  • Bump @mui/lab from 5.0.0-alpha.148 to 5.0.0-alpha.149 in /frontend @dependabot (#2800)
  • Bump @mui/styles from 5.14.13 to 5.14.14 in /frontend @dependabot (#2799)
  • Bump pyside6 from 6.5.3 to 6.6.0 in /gui @dependabot (#2801)
  • Bump fastapi from 0.103.2 to 0.104.0 in /backend @dependabot (#2802)
  • Bump zeroconf from 0.118.0 to 0.119.0 in /backend @dependabot (#2803)
  • Bump @types/lodash from 4.14.199 to 4.14.200 in /frontend @dependabot (#2805)
  • Bump @types/react-dom from 18.2.13 to 18.2.14 in /frontend @dependabot (#2804)
  • Bump @types/node from 20.8.6 to 20.8.7 in /frontend @dependabot (#2810)
  • Bump eslint-config-next from 13.5.5 to 13.5.6 in /frontend @dependabot (#2806)
  • Bump next from 13.5.5 to 13.5.6 in /frontend @dependabot (#2808)
  • Bump @types/uuid from 9.0.5 to 9.0.6 in /frontend @dependabot (#2807)
  • Bump @types/react from 18.2.28 to 18.2.31 in /frontend @dependabot (#2811)
  • Bump systembridgecli from 3.9.0 to 3.9.5 @dependabot (#2814)
  • Bump systembridgefrontend from 3.8.4 to 3.9.0 @dependabot (#2813)
  • Bump systembridgewindowssensors from 3.8.4 to 3.9.0 @dependabot (#2817)
  • Bump systembridgecli from 3.9.5 to 3.9.6 @dependabot (#2819)
  • Bump systembridgegui from 3.8.4 to 3.9.0 @dependabot (#2818)
  • Bump systembridgebackend from 3.8.4 to 3.9.0 @dependabot (#2820)
system-bridge - 3.8.4

Published by timmo001 about 1 year ago

What’s changed

🐛 Bug fixes

  • Fix extra properties @timmo001 (#2768)

⬆️ Dependency updates

  • Bump @types/react-dom from 18.2.7 to 18.2.8 in /frontend @dependabot (#2748)
  • Bump @types/node from 20.7.0 to 20.7.1 in /frontend @dependabot (#2749)
  • Bump @types/node from 20.7.1 to 20.7.2 in /frontend @dependabot (#2752)
  • Bump fastapi from 0.103.1 to 0.103.2 in /backend @dependabot (#2753)
  • Bump zeroconf from 0.115.0 to 0.115.1 in /backend @dependabot (#2754)
  • Bump @types/node from 20.7.2 to 20.8.0 in /frontend @dependabot (#2755)
  • Bump @types/react from 18.2.23 to 18.2.24 in /frontend @dependabot (#2756)
  • Bump next from 13.5.3 to 13.5.4 in /frontend @dependabot (#2757)
  • Bump eslint-config-next from 13.5.3 to 13.5.4 in /frontend @dependabot (#2759)
  • Bump @types/node from 20.8.0 to 20.8.2 in /frontend @dependabot (#2758)
  • Bump @mui/material from 5.14.11 to 5.14.12 in /frontend @dependabot (#2760)
  • Bump @types/react-dom from 18.2.8 to 18.2.9 in /frontend @dependabot (#2762)
  • Bump @mui/styles from 5.14.11 to 5.14.12 in /frontend @dependabot (#2763)
  • Bump @mui/lab from 5.0.0-alpha.146 to 5.0.0-alpha.147 in /frontend @dependabot (#2761)
  • Bump pyside6 from 6.5.2 to 6.5.3 in /gui @dependabot (#2764)
  • Bump zeroconf from 0.115.1 to 0.115.2 in /backend @dependabot (#2765)
  • Bump @types/react from 18.2.24 to 18.2.25 in /frontend @dependabot (#2767)
  • Bump @types/react-dom from 18.2.9 to 18.2.10 in /frontend @dependabot (#2766)
  • Bump pandas from 2.1.0 to 2.1.1 in /shared @dependabot (#2728)
system-bridge - 3.8.3

Published by timmo001 about 1 year ago

What’s changed

🐛 Bug fixes

  • Changed command to restart linux os @patrikulus (#2747)

⬆️ Dependency updates

  • Bump fastapi from 0.101.0 to 0.101.1 in /backend @dependabot (#2636)
  • Bump zeroconf from 0.74.0 to 0.78.0 in /backend @dependabot (#2637)
  • Bump winsdk from 1.0.0b9 to 1.0.0b10 in /backend @dependabot (#2638)
  • Bump @mui/lab from 5.0.0-alpha.139 to 5.0.0-alpha.140 in /frontend @dependabot (#2640)
  • Bump eslint-config-next from 13.4.13 to 13.4.15 in /frontend @dependabot (#2644)
  • Bump @types/node from 20.4.9 to 20.5.0 in /frontend @dependabot (#2642)
  • Bump next from 13.4.13 to 13.4.15 in /frontend @dependabot (#2641)
  • Bump @mui/styles from 5.14.4 to 5.14.5 in /frontend @dependabot (#2639)
  • Bump @mui/material from 5.14.4 to 5.14.5 in /frontend @dependabot (#2643)
  • Bump zeroconf from 0.78.0 to 0.79.0 in /backend @dependabot (#2645)
  • Bump eslint-config-next from 13.4.15 to 13.4.16 in /frontend @dependabot (#2646)
  • Bump next from 13.4.15 to 13.4.16 in /frontend @dependabot (#2647)
  • Bump zeroconf from 0.79.0 to 0.80.0 in /backend @dependabot (#2648)
  • Bump shellingham from 1.5.0.post1 to 1.5.2 in /cli @dependabot (#2649)
  • Bump next from 13.4.16 to 13.4.17 in /frontend @dependabot (#2650)
  • Bump eslint-config-next from 13.4.16 to 13.4.17 in /frontend @dependabot (#2651)
  • Bump shellingham from 1.5.2 to 1.5.3 in /cli @dependabot (#2653)
  • Bump eslint-config-next from 13.4.17 to 13.4.18 in /frontend @dependabot (#2654)
  • Bump @types/node from 20.5.0 to 20.5.1 in /frontend @dependabot (#2656)
  • Bump next from 13.4.17 to 13.4.18 in /frontend @dependabot (#2655)
  • Bump eslint-config-next from 13.4.18 to 13.4.19 in /frontend @dependabot (#2658)
  • Bump next from 13.4.18 to 13.4.19 in /frontend @dependabot (#2659)
  • Bump @types/node from 20.5.1 to 20.5.2 in /frontend @dependabot (#2660)
  • Bump zeroconf from 0.80.0 to 0.81.0 in /backend @dependabot (#2661)
  • Bump @types/react from 18.2.20 to 18.2.21 in /frontend @dependabot (#2662)
  • Bump @types/node from 20.5.2 to 20.5.3 in /frontend @dependabot (#2663)
  • Bump zeroconf from 0.81.0 to 0.82.1 in /backend @dependabot (#2664)
  • Bump @mui/lab from 5.0.0-alpha.140 to 5.0.0-alpha.141 in /frontend @dependabot (#2666)
  • Bump typescript from 5.1.6 to 5.2.2 in /frontend @dependabot (#2668)
  • Bump @types/node from 20.5.3 to 20.5.4 in /frontend @dependabot (#2667)
  • Bump @mui/material from 5.14.5 to 5.14.6 in /frontend @dependabot (#2670)
  • Bump @mui/styles from 5.14.5 to 5.14.6 in /frontend @dependabot (#2669)
  • Bump @types/node from 20.5.4 to 20.5.6 in /frontend @dependabot (#2671)
  • Bump axios from 1.4.0 to 1.5.0 in /frontend @dependabot (#2673)
  • Bump @types/node from 20.5.6 to 20.5.7 in /frontend @dependabot (#2674)
  • Bump eslint from 8.47.0 to 8.48.0 in /frontend @dependabot (#2672)
  • Bump fastapi from 0.101.1 to 0.103.0 in /backend @dependabot (#2677)
  • Bump pyinstaller from 5.13.0 to 5.13.1 in /backend @dependabot (#2675)
  • Bump zeroconf from 0.82.1 to 0.86.0 in /backend @dependabot (#2676)
  • Bump pyinstaller from 5.13.0 to 5.13.1 in /cli @dependabot (#2678)
  • Bump zeroconf from 0.86.0 to 0.88.0 in /backend @dependabot (#2679)
  • Bump @mui/material from 5.14.6 to 5.14.7 in /frontend @dependabot (#2680)
  • Bump @mui/lab from 5.0.0-alpha.141 to 5.0.0-alpha.142 in /frontend @dependabot (#2681)
  • Bump @mui/styles from 5.14.6 to 5.14.7 in /frontend @dependabot (#2682)
  • Bump pyinstaller from 5.13.1 to 5.13.2 in /backend @dependabot (#2683)
  • Bump pyinstaller from 5.13.1 to 5.13.2 in /cli @dependabot (#2685)
  • Bump pandas from 2.0.3 to 2.1.0 in /shared @dependabot (#2684)
  • Bump @types/uuid from 9.0.2 to 9.0.3 in /frontend @dependabot (#2686)
  • Bump zeroconf from 0.88.0 to 0.97.0 in /backend @dependabot (#2687)
  • Bump fastapi from 0.103.0 to 0.103.1 in /backend @dependabot (#2688)
  • Bump mutagen from 1.46.0 to 1.47.0 in /backend @dependabot (#2689)
  • Bump @types/node from 20.5.7 to 20.5.9 in /frontend @dependabot (#2690)
  • Bump peerjs from 1.4.7 to 1.5.0 in /frontend @dependabot (#2691)
  • Bump actions/checkout from 3 to 4 @dependabot (#2692)
  • Bump @mui/lab from 5.0.0-alpha.142 to 5.0.0-alpha.143 in /frontend @dependabot (#2693)
  • Bump @mui/material from 5.14.7 to 5.14.8 in /frontend @dependabot (#2694)
  • Bump @types/lodash from 4.14.197 to 4.14.198 in /frontend @dependabot (#2697)
  • Bump zeroconf from 0.97.0 to 0.100.0 in /backend @dependabot (#2698)
  • Bump zeroconf from 0.100.0 to 0.102.0 in /backend @dependabot (#2699)
  • Bump zeroconf from 0.102.0 to 0.107.0 in /backend @dependabot (#2702)
  • Bump @types/node from 20.5.9 to 20.6.0 in /frontend @dependabot (#2703)
  • Bump eslint from 8.48.0 to 8.49.0 in /frontend @dependabot (#2704)
  • Bump uuid from 9.0.0 to 9.0.1 in /frontend @dependabot (#2706)
  • Bump zeroconf from 0.107.0 to 0.108.0 in /backend @dependabot (#2707)
  • Bump @mui/lab from 5.0.0-alpha.143 to 5.0.0-alpha.144 in /frontend @dependabot (#2708)
  • Bump @mui/material from 5.14.8 to 5.14.9 in /frontend @dependabot (#2710)
  • Bump @mui/styles from 5.14.7 to 5.14.9 in /frontend @dependabot (#2709)
  • Bump @types/uuid from 9.0.3 to 9.0.4 in /frontend @dependabot (#2712)
  • Bump zeroconf from 0.108.0 to 0.112.0 in /backend @dependabot (#2713)
  • Bump @types/node from 20.6.0 to 20.6.1 in /frontend @dependabot (#2714)
  • Bump @mui/lab from 5.0.0-alpha.144 to 5.0.0-alpha.145 in /frontend @dependabot (#2716)
  • Bump @types/node from 20.6.1 to 20.6.2 in /frontend @dependabot (#2718)
  • Bump @types/react from 18.2.21 to 18.2.22 in /frontend @dependabot (#2715)
  • Bump @mui/material from 5.14.9 to 5.14.10 in /frontend @dependabot (#2719)
  • Bump @mui/styles from 5.14.9 to 5.14.10 in /frontend @dependabot (#2717)
  • Bump eslint-config-next from 13.4.19 to 13.5.1 in /frontend @dependabot (#2720)
  • Bump next from 13.4.19 to 13.5.1 in /frontend @dependabot (#2721)
  • Bump cryptography from 41.0.3 to 41.0.4 in /shared @dependabot (#2722)
  • Bump next from 13.5.1 to 13.5.2 in /frontend @dependabot (#2724)
  • Bump eslint-config-next from 13.5.1 to 13.5.2 in /frontend @dependabot (#2725)
  • Bump @types/node from 20.6.2 to 20.6.3 in /frontend @dependabot (#2726)
  • Bump @types/lodash from 4.14.198 to 4.14.199 in /frontend @dependabot (#2731)
  • Bump next from 13.5.2 to 13.5.3 in /frontend @dependabot (#2732)
  • Bump eslint-config-next from 13.5.2 to 13.5.3 in /frontend @dependabot (#2734)
  • Bump @types/node from 20.6.3 to 20.6.5 in /frontend @dependabot (#2733)
  • Bump peerjs from 1.5.0 to 1.5.1 in /frontend @dependabot (#2730)
  • Bump eslint from 8.49.0 to 8.50.0 in /frontend @dependabot (#2735)
  • Bump pyinstaller from 5.13.2 to 6.0.0 in /cli @dependabot (#2737)
  • Bump pyinstaller from 5.13.2 to 6.0.0 in /backend @dependabot (#2738)
  • Bump zeroconf from 0.112.0 to 0.115.0 in /backend @dependabot (#2740)
  • Bump @mui/styles from 5.14.10 to 5.14.11 in /frontend @dependabot (#2741)
  • Bump @types/node from 20.6.5 to 20.7.0 in /frontend @dependabot (#2743)
  • Bump @mui/lab from 5.0.0-alpha.145 to 5.0.0-alpha.146 in /frontend @dependabot (#2742)
  • Bump @types/react from 18.2.22 to 18.2.23 in /frontend @dependabot (#2744)
  • Bump @mui/material from 5.14.10 to 5.14.11 in /frontend @dependabot (#2745)
  • Bump axios from 1.5.0 to 1.5.1 in /frontend @dependabot (#2746)
system-bridge - 3.8.2

Published by timmo001 about 1 year ago

What’s changed

  • Fix auto start scripts

⬆️ Dependency updates

  • Bump uvicorn[standard] from 0.23.1 to 0.23.2 in /backend @dependabot (#2609)
  • Bump @types/react from 18.2.17 to 18.2.18 in /frontend @dependabot (#2610)
  • Bump @mui/lab from 5.0.0-alpha.137 to 5.0.0-alpha.138 in /frontend @dependabot (#2612)
  • Bump @mui/material from 5.14.2 to 5.14.3 in /frontend @dependabot (#2611)
  • Bump @mui/styles from 5.14.1 to 5.14.3 in /frontend @dependabot (#2613)
  • Bump cryptography from 41.0.2 to 41.0.3 in /shared @dependabot (#2614)
  • Bump zeroconf from 0.71.4 to 0.72.0 in /backend @dependabot (#2615)
  • Bump @types/node from 20.4.5 to 20.4.6 in /frontend @dependabot (#2616)
  • Bump @fontsource/roboto from 5.0.5 to 5.0.7 in /frontend @dependabot (#2617)
  • Bump zeroconf from 0.72.0 to 0.72.3 in /backend @dependabot (#2618)
  • Bump @types/node from 20.4.6 to 20.4.7 in /frontend @dependabot (#2619)
  • Bump zeroconf from 0.72.3 to 0.74.0 in /backend @dependabot (#2620)
  • Bump fastapi from 0.100.1 to 0.101.0 in /backend @dependabot (#2621)
  • Bump eslint-config-next from 13.4.12 to 13.4.13 in /frontend @dependabot (#2622)
  • Bump @fontsource/roboto from 5.0.7 to 5.0.8 in /frontend @dependabot (#2623)
  • Bump next from 13.4.12 to 13.4.13 in /frontend @dependabot (#2625)
  • Bump @types/node from 20.4.7 to 20.4.8 in /frontend @dependabot (#2624)
  • Bump @mui/lab from 5.0.0-alpha.138 to 5.0.0-alpha.139 in /frontend @dependabot (#2626)
  • Bump @types/react from 18.2.18 to 18.2.19 in /frontend @dependabot (#2627)
  • Bump @mui/material from 5.14.3 to 5.14.4 in /frontend @dependabot (#2629)
  • Bump @mui/styles from 5.14.3 to 5.14.4 in /frontend @dependabot (#2628)
  • Bump @types/node from 20.4.8 to 20.4.9 in /frontend @dependabot (#2631)
  • Bump aiofiles from 23.1.0 to 23.2.1 in /backend @dependabot (#2632)
  • Bump @types/react from 18.2.19 to 18.2.20 in /frontend @dependabot (#2633)
  • Bump @types/lodash from 4.14.196 to 4.14.197 in /frontend @dependabot (#2634)
  • Bump eslint from 8.46.0 to 8.47.0 in /frontend @dependabot (#2635)
system-bridge - 3.8.1

Published by timmo001 about 1 year ago

What’s changed

🐛 Bug fixes

  • Dont import media if not windows @timmo001 (#2608)