Skip to content

Latest commit

 

History

History
87 lines (44 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

87 lines (44 loc) · 3.88 KB

tw.gl.repl changelog

1.0.0 (2023-12-27)

Features

  • Initial release of tw.gl.repl object. See README.md and max help files for more information

1.0.0-beta.9 (2023-11-11)

Features

  • add ability to hide text in the repl with key command and max message (#16) (fc6b2ee)

Bug Fixes

1.0.0-beta.8 (2023-10-21)

Bug Fixes

1.0.0-beta.7 (2023-09-09)

1.0.0-beta.6 (2023-09-07)

Bug Fixes

  • fix polarity of ignore_keys option and shortcode, add to help file (#14) (3571ba9)

1.0.0-beta.5 (2023-09-06)

Features

1.0.0-beta.4 (2023-09-04)

Features

  • formatters: add formatter to remove comment lines from output and activate by default (#9) (8338b12)

  • improved help (#11) (db6a17d)

  • feat: expose jumpLine and jumpWord functions to router

Bug Fixes

  • full working windows config as default (#10) (265c8bb)

  • fix: fixes issue with scaling not being properly applied on text set commands

  • fix: fix gotoIndex bug due to variable overloading

  • fix: fix jump word bindings to key which appears on default mac keyboard

  • refactor: change package name to GLRepl

  • fix: fix keypress processor destruction on config load to ensure preattached functions work

  • ci: change artifact path to new package name

  • ci: remove cruft from release

  • refactor: refactor glrepl variable names and associated documentation

  • fix: fix bug with cursor line indices going to -1

  • refactor: remove lines function in favor of length and add minimum index function

  • fix: fix issue with running the last line of the buffer in ephemeral mode

  • refactor(extras-patch): refactor example patch names and fix issue with livecode example when patcher deleted

  • docs: update docs and build out overview patch

1.0.0-beta.3 (2023-05-16)

1.0.0-beta.2 (2023-05-16)

1.0.0-beta.1 (2023-05-11)

Features

  • add supress_output function to stop message output, use with output_matrix for mercury drop-in (5c50ec3)