You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 9.8KB

5 years ago
5 years ago
5 years ago
7 years ago
7 years ago
7 years ago
7 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. #### Preface
  2. In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac.
  3. ### 1.1.6 (2019-11-04)
  4. - Add ability for plugins to use LuaJIT on Mac.
  5. - Fix normal random number generator possibly returning -infinity.
  6. - Core
  7. - MIDI-Map: Don't move param until the first MIDI CC command is sent.
  8. - API
  9. - Remove support for namespaced `rack::APP`, `rack::DEBUG`, etc macros. Use namespace-less `APP`, `DEBUG`, etc instead.
  10. - Add `dsp::IIRFilter`.
  11. ### 1.1.5 (2019-09-29)
  12. - Swap order of tags and brands in Module Browser.
  13. - Add View > Frame rate menu bar item.
  14. - Hide menu and scrollbars when fullscreen.
  15. - Add key command (F3) for engine CPU meter.
  16. - Add numpad key commands.
  17. - Automatically unzip update on Mac.
  18. - Stop worker threads when engine is paused to save CPU.
  19. - Core
  20. - Disable smoothing for MIDI CC buttons in MIDI-Map.
  21. - Fix sustain pedal release bug when using polyphonic mode in MIDI-CV.
  22. - API
  23. - Add libsamplerate library.
  24. ### 1.1.4 (2019-08-22)
  25. - Fix parameter smoothing of MIDI-Map.
  26. - Sort modules within plugin in the Module Browser according to plugin rather than alphabetically.
  27. - Fix bug where knobs sometimes jump while dragging.
  28. - Reimplement CPU meter to measure thread runtime, not real time.
  29. - Fix crashes when deleting/duplicating modules while dragging modules/cables in certain cases.
  30. - API
  31. - Add `dsp::BiquadFilter`.
  32. - Add `dsp/approx.hpp` with approximate math functions.
  33. - Add `simd::tan()`, `atan()`, and `atan2()`.
  34. - Add `string::toBase64()` and `fromBase64()`.
  35. ### 1.1.3 (2019-07-23)
  36. - Include root certificate bundle for libcurl on all OS's.
  37. - Revert to OpenSSL from Schannel on Windows.
  38. - Bundle unsigned Fundamental package on Mac.
  39. ### 1.1.2 (2019-07-20)
  40. - Add app notarization on Mac, which removes the "Apple cannot check for malicious software" message on launch.
  41. - Write stack trace to log.txt and display dialog box when Rack crashes.
  42. - Re-enable JACK MIDI driver on Linux.
  43. - Fix scroll speed for mice and trackpads on Mac.
  44. - Fix undo history bug when dragging patch file to the Rack window.
  45. - Fix crash when pasting presets to an empty rack space with Mod-V.
  46. - Fix module expanders being assigned incorrectly when loading presets.
  47. - Add check for duplicate port IDs for modules.
  48. ### 1.1.1 (2019-07-01)
  49. - Add auto-updating on Windows when Help > Update VCV Rack is clicked.
  50. - Fix extension filters in open/save dialog box on Windows.
  51. - Fix expanders not attaching when force-dragging modules.
  52. ### 1.1.0 (2019-06-27)
  53. - Request microphone access on Mac to prevent Mac 10.14+ from blocking audio input.
  54. - Clear filters in Module Browser when backspace is pressed while the search field is empty.
  55. - Add Mod-0 key command to set zoom to 100%.
  56. - Emulate middle-click with Ctrl-shift-click on Mac.
  57. - Fix MIDI receiving in Bridge MIDI driver.
  58. - Fix opening/saving UTF-8 filenames on Windows.
  59. - Fix bug where cable ID's were not being set in .vcv patches.
  60. - Plugin API
  61. - Add `string::absolutePath()`.
  62. - Use namespace for Core plugin to avoid name clashes.
  63. ### 1.0.0 (2019-06-19)
  64. - Add polyphonic cables.
  65. - Add multithreading to engine.
  66. - Add undo/redo history.
  67. - Add module expander support.
  68. - Add parameter labels, units, and descriptions.
  69. - Add parameter tooltips for quickly viewing parameter values.
  70. - Add parameter context menu for entering numerical values, unmapping, etc.
  71. - Change parameter initialization to double-click.
  72. - Add ability to Mod-click on an input port to clone the existing cable.
  73. - Add module "force" dragging when holding Mod.
  74. - Add ability to disable modules with a context menu item and key command Mod-E.
  75. - Add sample rates up to 768,000 Hz (16 x 48,000 Hz).
  76. - Overhaul Module Browser with visual previews of modules.
  77. - Add plugin info sub-menu to module context menu with links to manual, website, source code, etc.
  78. - Add factory presets to module context menu if plugin supplies a folder of presets.
  79. - Add default template patch.
  80. - Add menu item to save the current patch as the template.
  81. - Add "frameRateLimit" and "frameRateSync" for setting maximum screen refresh rate and to toggle vertical sync.
  82. - Add "autosavePeriod" for setting the frequency of autosaves in seconds.
  83. - Add textual menu bar, rearranged menu items, removed icons.
  84. - Make CPU timer display microseconds and percentage instead of millisamples.
  85. - Add engine real-time priority setting.
  86. - Make rack infinite in all four directions.
  87. - Add bus board graphic to rack.
  88. - Add key command Mod-`-` and Mod-`=`, or Mod-scroll, for zooming the rack.
  89. - Fix draw order of cable plugs and wires.
  90. - Make Gamepad MIDI driver generate MIDI CC instead of MIDI notes for buttons.
  91. - Add Numpad keyboard MIDI device.
  92. - Fix Unicode user directories on Windows.
  93. - Add ability to change cable colors in `settings.json`.
  94. - Add `-p X` flag for dumping a screenshot of each available module.
  95. - Allow user to see changelogs of plugins before updating their plugin library.
  96. - Allow user to update individual plugins.
  97. - Core
  98. - Add Audio-16 with 16/16 inputs/outputs.
  99. - Add CV-MIDI, CV-CC, and CV-Gate for sending MIDI to external devices.
  100. - Add MIDI-Map for mapping MIDI CC parameters directly to Rack parameters.
  101. - Add polyphony to MIDI-CV.
  102. - Add MPE mode to MIDI-CV.
  103. - Add "Panic" button to all MIDI modules to reset performance state.
  104. - Plugin API
  105. - Add [`helper.py`](helper.py) for creating and manipulating plugins with the command-line.
  106. - Add [`simd.hpp`](include/dsp/simd.hpp) for generically handling arithmetic and math functions for vectors of floats, accelerated with SSE.
  107. - Add `dsp::VuMeter2`.
  108. - Add `dsp::Timer` and `dsp::Counter`.
  109. - Overhaul event system with many new events.
  110. - etc. See more at https://vcvrack.com/manual/Migrate1.html.
  111. - Licenses
  112. - Relicense Rack to GPLv3 with the VCV Rack Non-Commercial Plugin License Exception and a commercial licensing option.
  113. - Collect all license statements into new [LICENSE.md](LICENSE.md) file.
  114. - License Core panel graphics under CC BY-NC-ND 4.0.
  115. ### 0.6.2 (2018-07-13)
  116. - Add module presets.
  117. - Add [command line arguments](https://vcvrack.com/manual/Installing.html#command-line-usage) for setting Rack directories.
  118. - Improve UI/engine communication stability.
  119. - [VCV Bridge](https://vcvrack.com/manual/Bridge.html) 0.6.2
  120. - Add VST FX plugin.
  121. ### 0.6.1 (2018-06-17)
  122. - Add gamepad MIDI driver.
  123. - Add computer keyboard MIDI driver.
  124. - Add JACK support on Linux.
  125. - Add velocity mode to MIDI-Trig.
  126. - Add MIDI multiplexing so multiple MIDI modules can use the same MIDI device on Windows.
  127. - Make Module Browser layout more compact.
  128. - Add power meter.
  129. - Add icons to toolbar.
  130. - [VCV Bridge](https://vcvrack.com/manual/Bridge.html) 0.6.1
  131. - Replace VST effect plugin with VST instrument plugin with audio inputs.
  132. - Add MIDI support.
  133. - Add DAW transport and clock.
  134. ### 0.6.0 (2018-03-29)
  135. - Release [*VCV Bridge*](https://vcvrack.com/manual/Bridge.html) for interfacing Rack with your DAW.
  136. - VST/AU effect plugins (Mac and 32/64-bit Windows) for using Rack as a send/return on a DAW track.
  137. - Enables future VSTi/AU instrument plugins with MIDI and DAW clock transport to be added in a later Rack 0.6.* update.
  138. - Updated [*Plugin Manager*](https://vcvrack.com/plugins.html) to handle open-source plugins.
  139. - Potentially all plugins can be added with help from the [VCV Community](https://github.com/VCVRack/community/issues/248).
  140. - New *Module Browser* for adding modules to the rack.
  141. - Launch by right-clicking on the rack or pressing <enter>.
  142. - Add "favorite" modules by clicking on the star button.
  143. - Navigate modules with arrow keys or mouse.
  144. - Redesign [Core](https://vcvrack.com/manual/Core.html) modules.
  145. - Access to audio channels beyond the first 8 inputs/outputs.
  146. - Improve AUDIO stability.
  147. - Add retrigger output to MIDI-1.
  148. - Merged MIDI clock module with MIDI-1.
  149. - Fix MIDI-4 sustain pedal in polyphonic modes.
  150. - Improve sample rate conversion performance, is disabled entirely when not needed.
  151. - Patch cable colors are saved to patch files.
  152. - Add highlighting for active patch cables when hovering mouse over port.
  153. - Add shadows to knobs and ports.
  154. - Add File > "Disconnect cables".
  155. - Release [Rack SDK](https://github.com/VCVRack/Rack/issues/258#issuecomment-376293898) for compiling plugins without compiling Rack.
  156. ### 0.5.1 (2017-12-19)
  157. - Add Plugin Manager support.
  158. - Fix metadata panel in the Add Module window.
  159. ### 0.5.0 (2017-11-21)
  160. - Add zoom scaling from 25% to 200%.
  161. - Automatically scroll when dragging cables to the edge of the screen.
  162. - Add Quad MIDI-to-CV Interface, CC-to-CV, Clock-to-CV, and Trigger-to-CV MIDI interfaces.
  163. - Improve support for ASIO, WASAPI, DirectSound, Core Audio, and ALSA audio drivers.
  164. - New module browser with search and tags.
  165. - Enhanced LED emulation in graphics engine.
  166. - File > New attempts to load "template.vcv" in the "Documents/Rack" folder if it exists.
  167. ### 0.4.0 (2017-10-13)
  168. - Cables can now stack on output ports.
  169. - Add sub-menus for each plugin, includes optional plugin metadata like URLs.
  170. - Add MIDI CC-to-CV Interface, updated MIDI-to-CV Interface.
  171. - Add new scrolling methods: middle-click-and-drag, shift-scroll, and arrow keys.
  172. - Add engine pausing in sample rate menu.
  173. - Add resizable blank to Core.
  174. - Add LEDs on plugs.
  175. - Support for AMD Phenom II processors.
  176. - Use self-contained Mac app bundle, no need for a Rack folder.
  177. ### 0.3.2 (2017-09-25)
  178. - Add key commands.
  179. - Fix "invisible knobs/ports" rendering bug for ~2010 Macs.
  180. - Add "allowCursorLock" to settings.json (set to "false" for touch screen support).
  181. - Fix 100% CPU issue when no audio device is selected.
  182. - Add vector scaling panels.
  183. ### 0.3.1 (2017-09-13)
  184. - Fix Windows open dialog current working directory graphics problem.
  185. - Mod-C/Mod-V to copy/paste from text and password fields.
  186. - Automatically remember settings and login token between launches.
  187. - Remove .zip after downloading and extracting plugin.
  188. - Mod-click to right click on Mac.
  189. - Fix menu "flicker" when menu cannot fit in window.
  190. - tweaks to Fundamental and Audible Instruments plugins.
  191. ### 0.3.0 (2017-09-10)
  192. - Knobcon public Beta release.