Skip to content

Commit

Permalink
bump version to 2.14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Feb 14, 2024
1 parent 4754efa commit 216638b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
4 changes: 2 additions & 2 deletions version.h.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define SWS_VERSION 2,14,0,0
#define SWS_VERSION_STR "2, 14, 0, 0\0"
#define SWS_VERSION 2,14,0,1
#define SWS_VERSION_STR "2, 14, 0, 1\0"
#define SWS_VERSION_TYPE SWS_VERSION_UNSTABLE
#define SWS_VERSION_STABLE "Featured"
#define SWS_VERSION_UNSTABLE "Pre-release"
Expand Down
30 changes: 29 additions & 1 deletion whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
!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.

Actions:
+Add support for REAPER v6.76+ high-precision mousewheel, fixing on affected systems:
- SWS/wol: Adjust envelope or track height under mouse cursor
- SWS/wol: Adjust selected envelope height
- SWS/wol: Adjust selected envelope or last touched track height
+Repair "SWS: Vertical zoom to selected tracks, minimize others" in REAPER v6.76+ and fix a crash if all selected tracks are height locked

Contextual toolbars:
+Fix empty menus being displayed over inapplicable rows in the list on Linux
+Fix selection in the toolbar list on Windows (post https://forum.cockos.com/showthread.php?p=2757815|2757815|)

Miscellaneous:
+Move the Extensions menu items into a SWS/S&M submenu (previous behavior may be restored via [General]/ExtensionsSubmenu=0 in S&M.ini)

REAPER v7 track spacers:
+Add support in "SWS/wol: Adjust envelope or track height under mouse cursor" and "SWS/wol: Adjust selected envelope or last touched track height"
+Factor in track height and fixed lanes count when computing the size of track spacers in the TCP
+Fix prediction of track spacer sizes in the vertical zoom actions
+Take into account track spacers on hidden tracks activating on the next visible one (post https://forum.cockos.com/showthread.php?p=2757773|2757773|)

ReaScript API:
+Add CF_SendActionShortcut
+Remove bogus range check in SNM_SetDoubleConfigVar{,Ex} when writing to 32-bit variables

!v2.14 pre-release build (February 8, 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.
Expand Down Expand Up @@ -50,7 +78,7 @@ ReaScript API:
+Add CF_SelectTakeFX (issue 1746)
+Add JB_{Get,Set}SWSExtraProjectNotes (issue 1731)
+Add NF_GetThemeDefaultTCPHeights to expose default TCP heights of the current theme (thread https://forum.cockos.com/showthread.php?t=235862|235862|, thread https://forum.cockos.com/showthread.php?t=286647|286647|)
+Add {Get,Set}{Double,Int,Long}ConfigVarEx taking a ReaProject* parameter (thread https://forum.cockos.com/showthread.php?t=279322|279322|)
+Add SNM_{Get,Set}{Double,Int,Long}ConfigVarEx taking a ReaProject* parameter (thread https://forum.cockos.com/showthread.php?t=279322|279322|)
+CF_Preview API:
- Add CF_Preview_GetOutputTrack
- Add support for previewing MIDI sources through tracks
Expand Down

0 comments on commit 216638b

Please sign in to comment.