Reaper-Tools

Audiokinetic Reaper Tools Repository
Log | Files | Refs

commit 8f05214c6f24f70d14af1d08f9f8cd073fdf2bf2
parent 00d85df041cb17d90f53322dcb029c063c4c9f18
Author: Andrew Costa <94498518+ak-acosta@users.noreply.github.com>
Date:   Fri, 23 Sep 2022 16:58:54 -0400

Updating ReaWwise.ext for v1.0.3 (#2)


Diffstat:
MExtensions/ReaWwise.ext | 5++++-
Mindex.xml | 10+++++++++-
2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/Extensions/ReaWwise.ext b/Extensions/ReaWwise.ext @@ -1,6 +1,9 @@ @description ReaWwise @author Audiokinetic -@version 1.0.2 +@version 1.0.3 +@changelog + Bug fix: + - Fixed issue where the preview panel is empty due to parsing RENDER_TARGETS incorrectly for REAPER 6.68 @provides [win64] reaper_reawwise.dll https://github.com/audiokinetic/ReaWwise/releases/download/$version/reaper_reawwise.dll [darwin] reaper_reawwise.dylib https://github.com/audiokinetic/ReaWwise/releases/download/$version/reaper_reawwise.dylib diff --git a/index.xml b/index.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<index version="1" name="Audiokinetic" commit="08fc842cd40abc6537e6e5406eecbc0057d61cdc"> +<index version="1" name="Audiokinetic" commit="038a6980401da08ca51431dd0adf8982c2721e1c"> <category name="Extensions"> <reapack name="ReaWwise.ext" type="extension" desc="ReaWwise"> <metadata> @@ -54,13 +54,21 @@ Karl Davis <link rel="screenshot" href="https://github.com/audiokinetic/ReaWwise/blob/main/user-interface.png">User Interface</link> </metadata> <version name="1.0.1" author="Audiokinetic" time="2022-09-13T18:40:25Z"> + <changelog><![CDATA[Various bug fixes]]></changelog> <source platform="win64" file="reaper_reawwise.dll">https://github.com/audiokinetic/ReaWwise/releases/download/1.0.1/reaper_reawwise.dll</source> <source platform="darwin" file="reaper_reawwise.dylib">https://github.com/audiokinetic/ReaWwise/releases/download/1.0.1/reaper_reawwise.dylib</source> </version> <version name="1.0.2" author="Audiokinetic" time="2022-09-21T18:20:16Z"> + <changelog><![CDATA[Various bug fixes]]></changelog> <source platform="win64" file="reaper_reawwise.dll">https://github.com/audiokinetic/ReaWwise/releases/download/1.0.2/reaper_reawwise.dll</source> <source platform="darwin" file="reaper_reawwise.dylib">https://github.com/audiokinetic/ReaWwise/releases/download/1.0.2/reaper_reawwise.dylib</source> </version> + <version name="1.0.3" author="Audiokinetic" time="2022-09-23T20:49:08Z"> + <changelog><![CDATA[Bug fix: + - Fixed issue where the preview panel is empty due to parsing RENDER_TARGETS incorrectly for REAPER 6.68]]></changelog> + <source platform="win64" file="reaper_reawwise.dll">https://github.com/audiokinetic/ReaWwise/releases/download/1.0.3/reaper_reawwise.dll</source> + <source platform="darwin" file="reaper_reawwise.dylib">https://github.com/audiokinetic/ReaWwise/releases/download/1.0.3/reaper_reawwise.dylib</source> + </version> </reapack> </category> </index>