Skip to content

2.14.0

Compare
Choose a tag to compare
@agraef agraef released this 11 Sep 22:29
· 702 commits to master since this release

Jonathan's changelog:

  • visual change to abstractions on the parent if they have been edited without saving
  • fix for pddplink where it wouldn't properly re-instantiate under some conditions
  • ported some editing shortcuts for gatom from Pd-l2ork 1.0:
    • to append to the previously entered value
    • when in append mode deletes everything
    • dragging up and down with mouse allows for dynamic switching between (fine-grained) and normal mode
    • fixed bug where activating gatom would erroneously highlight the gatom's label
  • translation updates
  • new, fixed-size dialogs with improved margins and sizing
  • added binding to close the search dialog, same as other windows
  • improved styling for the "find bar" of the console, patch, and search
  • make activated object box the same size as the instantiated box at all zoom levels
  • make sure patch windows are the same exact sizes across all OSes
  • replaced font menu with a more straight-forward submenu
  • scrollbar improvements: new grab cursor on hover, colors for normal/hover/click
  • fix for message box appearance when activated
  • smarter red rectangle behavior-- it disappears for scalar-only subpatches so users won't get confused by it
  • fixed erroneous resize arrows on regular text object
  • fixed consistency check with resizing GOP with its subpatch window open
  • added make check to main makefile to run the regression/external tests
  • added a clone "iterator" to interact with instances of [clone]
  • added "sys_relativizepath" to m_pd.h
  • remove some old debugging messages to the console
  • fix some errors causing problems under mingw
  • ported bindings for [nbx] from Pd-l2ork 1.0:
    • change values with up/down arrow keys
    • plus arrow bindings
    • added proper highlighting on activation
  • bugfixes for bassemu external
  • bugfixes for [import]
  • ported fix for [fiddle~] from Vanilla
  • update pd-lua to 0.10.1
  • for Windows-- added missing libs to make Gem work again
  • added ability to save a subpatch as an abstraction
  • fixed positioning for some external GUIs when autopatching
  • fixed regression where spacebar wasn't getting send to the backend properly
  • fix for bendin wrt default range
  • fix for "saveas" dialog filename
  • added feature to encapsulate a selection in a subpatch while maintaining correct connections on the parent
  • suppress a lot of noisy errors during test phase of build
  • silence unnecessary automake output
  • fix variadic macro for building with MSVC 2019