nodecg

Create broadcast graphics using Node.js and a browser

MIT License

Downloads
1.1K
Stars
1.1K
Committers
40

Bot releases are visible (Hide)

nodecg - v2.2.2 Latest Release

Published by github-actions[bot] 4 months ago

2.2.2 (2024-06-29)

Bug Fixes

  • dashboard: iframe lazy loading (#729) (a3dc36c)
  • ensure assignable sounds are set correctly (#736) (42d41a6)
  • ensure sounds work on dashboard panels (#735) (f9d346b)
  • types: target ES2015 in generated typings (#732) (fa977b3)
nodecg - v2.2.1

Published by github-actions[bot] 9 months ago

2.2.1 (2024-01-14)

Bug Fixes

  • login: use correct logic for redirect URL protocol (50551b2)
nodecg - v2.2.0

Published by github-actions[bot] 10 months ago

2.2.0 (2024-01-05)

Features

  • deps: update dependencies (eaf0d07)
  • engines: use package.json for supported Node.js versions (#723) (e27df66)

Bug Fixes

  • deps: update typeorm (#722) (3d02d00)
  • json-schema: prevent ajv to throw on invalid JSON schema (#725) (9d1af91)
  • types: use declarationDir to generate types (#716) (18b1af2)
nodecg - v2.1.12

Published by github-actions[bot] 11 months ago

2.1.12 (2023-11-16)

Bug Fixes

  • iframe-resizer content window injection (#679) (78f80ba)
  • config loader: handle when cfg is symlink (#670) (50f0c11)
  • replicants: remove custom schema properties (#676) (6ae4a49)
nodecg - v2.1.11

Published by github-actions[bot] over 1 year ago

2.1.11 (2023-06-28)

Bug Fixes

nodecg - v2.1.10

Published by github-actions[bot] over 1 year ago

2.1.10 (2023-06-26)

Bug Fixes

  • always emit full user object on login event; only emit login and logout events for allowed users (#666) (9da8b02)
nodecg - v2.1.9

Published by github-actions[bot] over 1 year ago

2.1.9 (2023-06-24)

Bug Fixes

  • validation of URI in json schema for certain spec drafts (#663) (4076a5d)

Performance Improvements

  • replace deep-equal and clone with fast-equals and klona/json (#661) (a4cc07b)
nodecg - v2.1.8

Published by github-actions[bot] over 1 year ago

2.1.8 (2023-06-12)

Bug Fixes

nodecg - v2.1.7

Published by github-actions[bot] over 1 year ago

2.1.7 (2023-06-06)

Bug Fixes

  • support uploading files with non-ascii characters in their filenames (#657) (318332e)
nodecg - v2.1.6

Published by github-actions[bot] over 1 year ago

2.1.6 (2023-06-05)

Bug Fixes

nodecg - v2.1.5

Published by github-actions[bot] over 1 year ago

2.1.5 (2023-05-20)

Bug Fixes

  • avoid using process.env.browser to avoid real-world env conflicts (#649) (e2c80e0)
nodecg - v2.1.4

Published by github-actions[bot] over 1 year ago

2.1.4 (2023-05-15)

Bug Fixes

  • fix error when running NodeCG after installation as a dependency via npm (#647) (3aaaae8)
nodecg - v2.1.3

Published by github-actions[bot] over 1 year ago

2.1.3 (2023-04-24)

Bug Fixes

nodecg - v2.1.2

Published by github-actions[bot] over 1 year ago

2.1.2 (2023-04-02)

Bug Fixes

  • server: prevent another possible (but unreproduced) directory traversal attack (#643) (ca2208c)
nodecg - v2.1.1

Published by github-actions[bot] over 1 year ago

2.1.1 (2023-03-26)

Bug Fixes

  • server: don't crash when /instance/**/*.html route 404s (#636) (c59adc8)
  • server: prevent directory traversal attacks (#639) (0646587)
nodecg - v2.1.0

Published by github-actions[bot] over 1 year ago

2.1.0 (2023-03-25)

Features

Bug Fixes

  • allow socket authentication with a token only (#635) (0241071)
nodecg - v2.0.4

Published by github-actions[bot] over 1 year ago

2.0.4 (2023-03-24)

Bug Fixes

nodecg - v2.0.3

Published by github-actions[bot] over 1 year ago

2.0.3 (2023-03-24)

Bug Fixes

  • mark more required deps as prod deps (#627) (bc2875a)
nodecg - v2.0.2

Published by github-actions[bot] over 1 year ago

2.0.2 (2023-03-24)

Bug Fixes

  • include templates in server build outputs (#625) (cdd8bf2)
  • make node-fetch-commonjs a prod dep (#623) (72610c1)
nodecg - v2.0.1

Published by github-actions[bot] over 1 year ago

2.0.1 (2023-03-23)

Bug Fixes