From d4b5f9904daa847a236ae240f20fe20b4cf7cff7 Mon Sep 17 00:00:00 2001 From: cfillion Date: Wed, 14 Aug 2024 14:43:45 -0400 Subject: [PATCH] bump version to 2.14.0.2 --- .appveyor.yml | 17 ++++++++++++++--- license.h | 3 ++- version.h.in | 4 ++-- whatsnew.txt | 28 ++++++++++++++++++++++++++++ 4 files changed, 46 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8244ebf03..8b97b25c4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -56,7 +56,7 @@ for: - cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$TOOLCHAIN - cmake --build . - cpack - deploy_script: |- + before_deploy: |- if [ "$APPVEYOR_REPO_TAG" = "true" ] && [ -n "$DEPLOY_KEY" ]; then echo "$DEPLOY_KEY" | base64 -d > deploy_key && chmod 600 deploy_key && scp -i deploy_key -o StrictHostKeyChecking=NO -q sws*.tar.xz \ @@ -90,7 +90,7 @@ for: -DCMAKE_OSX_ARCHITECTURES=$ARCH -DCMAKE_OSX_DEPLOYMENT_TARGET=$DEPLOY_TARGET - cmake --build . - cpack - deploy_script: |- + before_deploy: |- if [ "$APPVEYOR_REPO_TAG" = "true" ] && [ -n "$DEPLOY_KEY" ]; then echo "$DEPLOY_KEY" | base64 -D > deploy_key && chmod 600 deploy_key && scp -i deploy_key -o StrictHostKeyChecking=NO -q sws*.dmg \ @@ -118,7 +118,7 @@ for: - cmake .. -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo - cmake --build . --target all langpack whatsnew - '"C:\Program Files\CMake\bin\cpack"' - deploy_script: + before_deploy: - ps: |- if($env:APPVEYOR_REPO_TAG -eq "true" -And $env:DEPLOY_KEY -ne $null) { $bytes = [System.Convert]::FromBase64String($env:DEPLOY_KEY) @@ -188,3 +188,14 @@ notifications: {{/artifacts}} {{/jobs}}{{/passed}} + +deploy: + provider: GitHub + draft: true + description: '' + force_update: true + auth_token: + secure: dKuYK8SyWSI/e/akb6EXvhMgumwjN2696hvjJbIZlXeSJjlWmOy9wUDRKwjWLVA06RBfguJppOBN9zjNB1Ur3h8rMYFAQnJnV2r7UW3/M1sEEl75E1+bmMT1HWAuTwkh + artifact: /.*\.(dll|dylib|so)|sws_python(32|64)\.py|SWS_Template\.ReaperLangPack/ + on: + APPVEYOR_REPO_TAG: true diff --git a/license.h b/license.h index 75f540b9f..4e9dd404b 100644 --- a/license.h +++ b/license.h @@ -1,7 +1,8 @@ #pragma once #define LICENSE_AUTHORS \ -"Copyrights:"\ +"Copyrights:\r\n"\ +"(c) 2024 Christian Fillion (cfillion)\r\n" \ "(c) 2019 Tim Payne (SWS)\r\n" \ "(c) 2016 Jeffos (S&M)\r\n" \ "(c) 2015 Dominik Martin Drzic (BR), wol\r\n" \ diff --git a/version.h.in b/version.h.in index 224e11aac..9dab2ae3a 100644 --- a/version.h.in +++ b/version.h.in @@ -1,5 +1,5 @@ -#define SWS_VERSION 2,14,0,1 -#define SWS_VERSION_STR "2, 14, 0, 1\0" +#define SWS_VERSION 2,14,0,2 +#define SWS_VERSION_STR "2, 14, 0, 2\0" #define SWS_VERSION_TYPE SWS_VERSION_UNSTABLE #define SWS_VERSION_STABLE "Featured" #define SWS_VERSION_UNSTABLE "Pre-release" diff --git a/whatsnew.txt b/whatsnew.txt index ac6b895e0..55c925c26 100644 --- a/whatsnew.txt +++ b/whatsnew.txt @@ -1,3 +1,31 @@ +!v2.14.0.2 pre-release build (August 14, 2024) + +This version of SWS may be installed using either the traditional installers (.exe, .dmg, .tar.xz) or https://reapack.com/|ReaPack| (v1.2.4.4 or newer) via the default ReaTeam Extensions repository. + +Actions: ++Fix running cycle actions (and some other SWS actions) from the alt-recording and alt-{1..16} sections in REAPER 7.03+ (issue 1803) ++Fix various FNG MIDI actions crashing when the active per-project MIDI editor is empty (issue 1869) ++Fix video processor code lines containing unbalanced quotes being discarded when copying FX chains (issue 1857) ++Ignore tracks set to a record output mode when checking for duplicate recording inputs (thread https://forum.cockos.com/showthread.php?t=261948|261948|) + +Auto color/icon/layout: ++Optimize for situations with hundreds of rules and tracks (thread https://forum.cockos.com/showthread.php?t=278856|278856|) + +Contextual toolbars: ++Fix localization of default toolbar names + +REAPER v7 track spacers: ++Fix excessive CPU usage when tracks with a visual spacer and storage-heavy effects in non-collapsed fixed lanes mode are present (v7.12+) (thread https://forum.cockos.com/showthread.php?t=288774|288774|) + +ReaScript API: ++Fix CF_NormalizeUTF8 returning extraneous null bytes on Windows and make no-op on XP to restore compatibility ++Fix CF_Preview dropping samples near the end of the source when pitch shifting (issue 1854) ++Fix CF_Preview updating peaks after the read cursor has wrapped around when looping is disabled ++Fix NF_SetSWSTrackNotes crashing when given a null track (issue 1881) + +Snapshots: ++Fix missing recall actions when loading re-ordered snapshots beyond the configured action amount (issue 1871) + !v2.14.0.1 pre-release build (February 14, 2024) This version of SWS may be installed using either the traditional installers (.exe, .dmg, .tar.xz) or https://reapack.com/|ReaPack| (v1.2.4.4 or newer) via the default ReaTeam Extensions repository.