Skip to content

Commit

Permalink
Updated to 0.3.4
Browse files Browse the repository at this point in the history
##### v0.3.4 (April 16 2021)
 * [EEL] Added completions support for extension API (REAPER 6.24 introduced new syntax for extension API functions without using extension_api)
 * [EEL] Added completions back (due to recent changes in REAPER, auto-build script wasn't exporting EEL completions)
 * [Lua, EEL] Added completions support for ReaImGui (current version: 0.2)
 * [Lua, EEL] Updated completions to match REAPER 6.27, SWS 2.12.1.3, ReaPack 1.2.3.1 and js_ReaScriptAPI 1.220
  • Loading branch information
Breeder authored Apr 16, 2021
1 parent 54eb7d2 commit e4bbae7
Show file tree
Hide file tree
Showing 6 changed files with 2,867 additions and 400 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
##### v0.3.4 (April 16 2021)
* [EEL] Added completions support for extension API (REAPER 6.24 introduced new syntax for extension API functions without using extension_api)
* [EEL] Added completions back (due to recent changes in REAPER, auto-build script wasn't exporting EEL completions)
* [Lua, EEL] Added completions support for ReaImGui (current version: 0.2)
* [Lua, EEL] Updated completions to match REAPER 6.27, SWS 2.12.1.3, ReaPack 1.2.3.1 and js_ReaScriptAPI 1.220

##### v0.3.3 (March 30 2021)
* [Lua, EEL] Updated completions to match REAPER 6.26, SWS 2.12.1.3, ReaPack 1.2.3.1 and js_ReaScriptAPI 1.220

Expand Down
Loading

0 comments on commit e4bbae7

Please sign in to comment.