Skip to content

Releases: intechstudio/grid-editor

Release v1.2.12

03 Jan 12:35
Compare
Choose a tag to compare

Improvements

  • Action list initialization freeze bug fixed
  • Native firmware upgrade without compiled binary blob
  • Improved analytics
  • Firmware compatibility list implemented

Release v1.2.11

17 Dec 14:18
Compare
Choose a tag to compare

New Features

  • EF44 module support
  • Profile browser UX improved
  • Influx based analytics

Improvements

  • Empty action picker bug fixed

Release v1.2.10

09 Dec 15:27
Compare
Choose a tag to compare

New Features

  • Profile library download
  • Redesigned profile browser
  • Active window based page switching
  • Automated firmware updating
  • Close to tray functionality
  • Cool new animations

Improvements

  • General stability
  • Heartbeat handler bug fixed
  • Save profile bug fixed
  • Whole element copy bug fixed

Grid Editor v1.2.9 (2021/11)

25 Nov 15:35
5d52536
Compare
Choose a tag to compare

Improvements

Mouse move and mouse button actions fixed
Profile import/export stability improved
Module preview UI reactivity improved
Miscellaneous performance improvements

Grid Editor - Release v1.2.8

20 Sep 13:54
Compare
Choose a tag to compare

Grid Editor v1.2.8 is compatible with Grid Firmware v1.2.8.

New features / improvements

  • Made MIDI monitor easier to read;
  • Added tooltips to most areas in the app;
  • You can name each control element;
  • Manual event trigger to send out initial control element values (on init);
  • Add action panel reworked;
  • You can scale controller's size in Preferences;
  • New action: Timer Start;
  • New action: Timer Stop;
  • New action: Mouse Move;
  • New action: Mouse Button;

Known issues

  • Control element naming is not updated every time

Grid Editor - Release v1.2.7

31 Aug 14:14
Compare
Choose a tag to compare

Grid Editor version 1.2.7 with bug fixes and general user experience improvements is here!

Works with firmware v1.2.7.

Improvements

  • Copy All and Overwrite all events and configs on a control element
  • Minor change to serial port selector listing
  • Added beautify toggle option for LED colors

Grid Editor - Release v1.2.6

25 Aug 14:16
Compare
Choose a tag to compare

Grid Editor version 1.2.6 with bug fixes and general user experience improvements is here!

Compatible with firmware v1.2.6.

New Features

  • Serial port selector in preferences

Improvements

  • Reworked cut-copy-paste-remove user interface elements - now always visible

  • Lua beautifier added for CodeBlock

  • Local Variables now has variable name validators to avoid broken

  • configurations

  • Preferences window improved: added better settings separation

Grid Editor - Release v1.2.5

17 Aug 09:06
Compare
Choose a tag to compare

Grid Editor version 1.2.5 with bug fixes and general user experience improvements is here!

Compatible with firmware v1.2.5.

<?lua --[[@cb]] print('1.2.5 is here!') ?>

Improvements / New Features:

  • Added a commit button for Local Variables and Code Block to avoid fragmented configurations
  • Improved profile browser
  • Added basic MIDI Monitor (different from USB MIDI, for config debug purposes only!)
  • Improved cursor-log behaviour
  • Configurations per Event have now 400 character limit

Fixes:

  • No more hanging engine on page changes while the FIFO writebuffer is busy
  • All modules (including PBF4) should save and load page profiles
  • Added extra error handling for reading and writing of selected module folders
  • Fixed wrong configuration display in share/export quick modal

Grid Editor - Release v1.2.4 - hotfix

13 Jul 16:36
Compare
Choose a tag to compare

THIS IS A HOTFIX FOR v.1.2.3!

Compatible with firmware v.1.2.3!

This is the third patch of the new Grid software.

<?lua --[[cb]] print('grid is cool') ?>

New feature:

  • Save configuration on a per page basis to file
  • Load configuration from file to module (must match module type!)

General improvements:

  • New FIFO buffer for handling communication between the Editor & Firmware
  • Improved general stability
  • Fixed conditions: if and else if has now proper code input field
  • Added support for various arithmetic operators and special characters

Grid Editor - Release v1.2.3

12 Jul 15:45
Compare
Choose a tag to compare

This is the third patch of the new Grid software.

<?lua --[[cb]] print('grid is cool') ?>

New feature:

  • Save configuration on a per page basis to file
  • Load configuration from file to module (must match module type!)

General improvements:

  • New FIFO buffer for handling communication between the Editor & Firmware
  • Improved general stability
  • Fixed conditions: if and else if has now proper code input field
  • Added support for various arithmetic operators and special characters