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 8.2KB

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