github YeonV/LedFx-Builds v2.0.110-b11
Release v2.0.110-b11

latest releases: v2.1.6-b16, v2.1.6-b15, v2.1.6-b14...
7 months ago

New LedFx binaries available:

Core: -- Browser-Based

Client: -- Desktop-App (needs a running Core)

CC: -- Desktop-App (Core-integrated)


More informations regarding Core, Client and CC:

expand

Core

If you don't know where to start, get this, open an internet browser, go to https://localhost:8888/ and off you go.
This is the server/backend that takes in audio, does the calculations and outputs blinking lights. Runs in the background on a Windows/Mac/Linux computer. You can then open the frontend in an internet browser, by going to https://localhost:8888/ on the same computer that is running the Core.
You can also pull up the frontend on your smartphone (or any other computer on the same network) by finding out what local IP your computer running the Core uses (most likely something like this 192.168.1.XXX, or 192.168.0.XXX) and opening a Browser on your smartphone and going to eg. https://192.168.1.123:8888/

Client

This is a Desktop App that opens the frontend of LedFx in a window on your desktop.
This app does NOT include the LedFx backend/server and cannot run LedFx by itself without the Core.
This Client app is useful for connecting to a running Core on your network (or the same machine).

CC (Client + Core = CC)

This is the Client and Core integrated into one Desktop App.
This Desktop App opens the Client frontend of LedFx in a window on your desktop AND runs the Core backend/server in the background.
This is useful for people who want the whole LedFx experience in one nice and tidy package.
With this, you can still connect to the backend server via a Client or browser.


⚠️ These builds are not signed (read this please):

Mac-Users:

Infos:

Reports as damaged, because of unsiged.
To fix it open Terminal and type in the following (with a SPACE at the end):

sudo xattr -cr

Then drag'n'drop the LedFx.app File into the terminal and hit enter -> it should ask for sudo password

Now you can open the App normally, give microphone and network permission, and you can even drag it into your applications.
Maybe at some point we might buy an apple dev-license for 99€/year, then the voodoo would not be needed anymore.

Win-Users:

Infos:

Reports as unsave, because of unsiged.

Maybe at some point we might buy a microsoft dev-license

Frontend-Changes:

Expand
  • Release 2.0.110-b11 by
  • feat: fetch latest Matrix Studio module in build workflow by
  • feat: update dynamic module dependency and refactor MatrixStudio integration by
  • feat: add MatrixStudio component and update dynamic module dependency by
  • dynamic module loading by
  • Merge branch 'main' of https://github.com/YeonV/LedFx-Frontend-v2 by
  • fix: safely access last_effect name in DeviceCardWrapper by
  • Update README.md by
  • adjust matrix studio url by

Backend Changes

Expand
  • Feat: Flame effect for 2d matrix (#1440) by
  • Limit edge and cache to commits to main, tagged version and not PR. (#1439) by
  • Updated the way osc device parses colors (#1412) by
  • Docker image caching (#1432) by
  • Update osc.md to fix issues with formatting (#1422) by
  • stretch radius to avoid division by zero or crossing zero artifacts (#1435) by
  • Feat: Radial effect (#1434) by
  • Docs: adding to troubleshooting and refactoring (#1431) by
  • Allowing ArtNet broadcast for broadcast addresses (#1428) by
  • Feat: Improve WLED diag in event (#1426) by
  • Fix: equaliser2d initial orientation (#1425) by
  • Feat: Migrate performance logging to base Effect class (#1421) by
  • Merge pull request #1410 from LedFx/new-frontend-virtual-diag by
  • websocket fixes by
  • Feat: replaced fire effect with pixel count invariant version (#1419) by
  • Feat: add color_blend option to disable effect recreation on color change (#1420) by
  • Update dependency flake8 to <7.3.1,>=7.3.0 (#1418) by
  • Update dependency rstcheck to v6.2.5 (#1417) by
  • Docs: add how to on alpha mode (#1416) by
  • fix typo by
  • added setting image by
  • added tips docs by
  • ludicrous mode by
  • dev: python-mbedtls lib investigation (#1411) by
  • Merge branch 'new-frontend-virtual-diag' of https://github.com/LedFx/LedFx into new-frontend-virtual-diag by
  • added f_phy to docs by
  • unused imports by
  • [pre-commit.ci] auto fixes from pre-commit.com hooks by
  • change to f_phy by
  • add r_phy by
  • Refactored whole Websocket handling; by
  • fix virtual_id by
  • virtual diag by
  • dev: add websocket docs section (#1407) by
  • 📝 Add docstrings to diag (#1406) by
  • Feat: add event for diag (#1404) by
  • Feat: api for client list (#1396) by
  • add explit no cache where needed (#1402) by
  • fix sentry deprication warning (#1401) by

Don't miss a new LedFx-Builds release

NewReleases is sending notifications on new releases.