Skip to content

Redux Revamp

Compare
Choose a tag to compare
@TimSusa TimSusa released this 20 Sep 16:41
· 172 commits to master since this release

Prouldy presenting the full redux revamp

  • Get rid of about 300kB of code in the bundle
  • Completely migrated to usage of slices and automatic action generation via @redux-toolkit
  • Get rid of mapDispatchToProps and mapStateToProps
  • Repaired a hell lot of old features
  • Updated all frameworks to latest available versions and refactored accordingly
  • Fix inputs for midi settings
  • Fix react key warnings for midi dialogs
  • Optimize writing of state, if midi message arrives. So the data is compared before, only written, when different
  • Further Changes can be seen in the part of the changelog on the bottom

Download and Install

  • mac: Please, download the *.dmg File (can be seen on "assets" at the bottom here) and double click
  • win: Please, download the *.exe File (can be seen on "assets" at the bottom here) and double click
  • linux: Please, download the *.tar.gz File (can be seen on "assets" at the bottom here) and you know, what to do

Changelog

1.3.39 (2020-09-20)

Bug Fixes

  • Crash, when loading presets into livemode (626c8f0)

1.3.39-alpha.10 (2020-09-20)

Bug Fixes

  • Copy To Last Page causing setting errors #187, will copy all to last end of page (8626069)
  • Swap Footer pages (a00f40e)
  • Undo Redo for layout changs (1b48965)

1.3.39-alpha.9 (2020-09-19)

Bug Fixes

  • Configure timescheduler and raf (30cba3e)
  • Input listener performance (184c13c)

1.3.39-alpha.8 (2020-09-19)

Bug Fixes

  • Fontsize and Fontweight settings input (b813bb1)
  • Toggle hide value (90882b4)

1.3.39-alpha.7 (2020-09-19)

Bug Fixes

  • Crash when changing views without loaded a preset (47c0fdb)
  • Opening of footer pages settings menu (adb0111)

1.3.39-alpha.6 (2020-09-19)

Bug Fixes

1.3.39-alpha.5 (2020-09-18)

Features

  • Add tooltip warning to input of globalMidiInputDelay (9d95dd2)
  • Have global settings dynamically available (5ffb3b5)

Bug Fixes

  • Input of global midi input (94108e8)

1.3.39-alpha.4 (2020-09-16)

Bug Fixes

  • Bad midi settings input (8a0291d)

1.3.39-alpha.3 (2020-09-15)

Features

  • Establish Global midi input settings globally (75fea4b)

1.3.39-alpha.2 (2020-09-15)