RemoteLight Versions Save

A Java based LED Control Software for WS2811 and WS2812 LED strips

v0.2.5.2

2 years ago

This release contains only bug fixes. See the changelog of v0.2.5 for changes since version v0.2.4.

Fixes

  • Bug with saving color palettes resulting in corruption of the data file
  • NativeSound configuration dialog could be opened on MacOS causing a crash

Notable Plugins

Download the EffectPlaylist plugin and create your own effect playlists or test the OpenRGB-Plugin and control your entire RGB-Setup!

Notice

This is the last release with the current code base. I am now working on a major recode that gives me the possibility to add plenty of new features to RemoteLight. Join our Discord server to stay up to date and help to shape the future of RemoteLight!

Download

Downloads can be found in the Assets menu just below this release. Available are a jar file that can be executed platform independent using Java and native builds with an embedded Java runtime for Windows, Linux and MacOS.

v0.2.5

2 years ago

Changelog

  • UI improvements and changes
    • added glow effect to animation and scene buttons, which provides a preview of the effect
    • redesigned settings UI
    • new theme selector
    • improved UI style
    • added side menu animation
    • added French translation (thanks Pat'o beurre)
    • added basic touch-scroll support (experimental)
    • inverted speed and sensitivity slider (right ≙ faster/more sensitive)
  • added color palettes to Color menu
  • added output preview panel to Tools menu
  • added E1.31 output protocol
  • added settings interface for Lua scripts
  • added Gradient and Sawtooth animation
  • added new modes to Visualizer, Energy and Rainbow music effects
  • improved several animations
  • added REST API
  • various other bug fixes and improvements

Notable Plugins

Download the EffectPlaylist plugin and create your own effect playlists or test the OpenRGB-Plugin and control your entire RGB-Setup!

Notice

This is the last release with the current code base. I am now working on a major recode that gives me the possibility to add plenty of new features to RemoteLight. Join our Discord server to stay up to date and help to shape the future of RemoteLight!

Download

Direct Link to Jar file:
RemoteLight-0.2.5.jar

RemoteLight is now available as native executable for Windows, Linux and Mac OS. No Java installation is required anymore. The zip archive contains a Java Runtime from AdoptOpenJDK for the according platform. Just unzip and start the executable!
The files can be found in the Assets menu, just below here.

v0.2.4

3 years ago

Changelog

  • minor UI fixes
  • improved ScreenColor
    • the width and x-posiotion of the scan area can now be adjusted
    • added brightness threshold and saturation setting
  • effect options (Animations & MusicSync) that are currently not applied are now hidden
  • added Explosions music visualizer
  • added custom color presets for Energy music visualizer
  • added check for updates when clicking on version tag in About panel
  • fixed native sound input issue

Notable Plugins

Download the EffectPlaylist plugin and create your own effect playlists or test the OpenRGB-Plugin and control your entire RGB-Setup!

Download

Direct Link to Jar file:
RemoteLight-0.2.4.jar

RemoteLight is now available as native executable for Windows, Linux and Mac OS. No Java installation is required anymore. The zip archive contains a Java Runtime from AdoptOpenJDK for the according platform. Just unzip and start the executable!
The files can be found in the Assets menu, just below here.

v0.2.4-rc2

3 years ago

Note: This is a pre-release for testing the new plugin interface. Join my Discord Server and give me feedback or create a GitHub issue if you found a bug.

Changelog

  • minor UI fixes and improvements
    • fixed window size sometimes not saving
    • fixed output Add-popup-menu background
    • added setting to customize the UI font and font size
    • fixed notification overlaps scrollbar
    • other minor fixes like text color
  • fixed data file not completely saved to disk (issue #10)
  • fixed MusicSync error when no sound input is selected (issue #11)
  • added virtual output so that e.g. plugins can forward output data
  • added Multi output (learn more)
  • fixed Chain output (learn more)

Notable Plugins

Download the EffectPlaylist plugin and create your own effect playlists or test the OpenRGB-Plugin and control your entire RGB-Setup!

Download

Direct Link to Jar file:
RemoteLight-0.2.4-rc2.jar

RemoteLight is now available as native executable for Windows, Linux and Mac OS. No Java installation is required anymore. The zip archive contains a Java Runtime from AdoptOpenJDK for the according platform. Just unzip and start the executable!
The files can be found in the Assets menu, just below here.

v0.2.4-rc1

3 years ago

Note: This is a pre-release for testing the new plugin interface. Join my Discord Server and give me feedback or create a GitHub issue if you found a bug.

Changelog

  • added new rainbow modes to Rainbow animation
  • added plugin system for java plugins
  • code related changes
    • improved project structure
    • added event handler
    • code optimization and clean up
  • added Tools panel
    • added custom console window
    • added notification history
    • added plugins overview
  • UI optimization
    • sidebar is now scrollable
    • fixed some UI bugs
    • fixed pending notifications not shown after start up
    • added splash screen to indicate that the program is starting
  • added option to disable update notification for pre-releases
  • soft fixed data file saving issues (please report any bug)

Download

Direct Link to Jar file:
RemoteLight-0.2.4-rc1.jar

RemoteLight is now available as native executable for Windows, Linux and Mac OS. No Java installation is required anymore. The zip archive contains a Java Runtime from AdoptOpenJDK for the according platform. Just unzip and start the executable!
The files can be found in the Assets menu, just below here.

v0.2.3

3 years ago

Only a small support update, no major changes.

Changelog

  • small bug fixes
    • fixed NullPointerException when the ComPort couldn't be found (#5, #6)
  • added color command
  • added saving for last shown color
  • updated dependencies

Download

RemoteLight-0.2.3.jar

v0.2.2

3 years ago

Changelog

  • reworked data storage (data is now stored as JSON)
  • added auto save
  • added missing translations
  • updated to FlatLaf 0.37
    • added custom window decorations support
  • small bug fixes and improvements

Update Information

From this version on, all data is stored in JSON format. All existing settings and output devices are imported from the previous version. Only data from RemoteLight version 0.2.1 can be imported! If you are using an older version, please start RemoteLight v0.2.1 at least once before updating to v0.2.2. The old file (data.dat) will be renamed to data.dat.old_v0.2.2.

Download

RemoteLight-0.2.2.jar

v0.2.1

3 years ago

Changelog

  • added 2 new music visualizer (RainbowNoise & Lines)
  • improved FFT computation for Visualizer effect
  • added new animation (SortAlgo [8 sorting algorithms so far])
  • added always-on-top option to simulator window
  • added new UI icons
  • save side menu expand state
  • fixed native sound bug
  • added simple command system (available cmds: start, stop, list, close)
  • added auto-enable last active effect option
  • added new notification system (shows notifications in the lower right corner)
  • UI and backend improvements

Download

RemoteLight-0.2.1.jar

pre0.2.0.9

4 years ago
  • new ColorPicker
  • added a lot of new Look And Feels (FlatLaf)
  • added support for system sound inputs and outputs (Windows & Linux)
  • added 2 new animations (RainbowNoise & Particles)
  • added fadeout option to Close & Open animations
  • redesigned update notification dialog
  • small bug fixes

Download

pre0.2.0.8.3

4 years ago
  • Fixed a bug that prevented adding new Arduino outputs

Hopefully the last quick fix...