Files
api/plugin/CHANGELOG.md
T
2025-02-20 19:04:54 -05:00

7.9 KiB

Changelog

4.1.2 (2025-02-21)

Features

  • add validation step to ensure that variables are set (e3e9b2b)
  • always start the API and run npm link from script path (30133ac)
  • api: rm 2fa & t2fa from myservers config type (#996) (89e791a)
  • array iteration for restoring files (036e97b)
  • attempt to resolve performance issues with rm earlier in build … (#1152) (2a1aa95)
  • attempt to start unraid-api with background task (2a102fc)
  • begin building plugin with node instead of bash (#1120) (253b65a)
  • cleanup disclaimer and command to add users (6be3af8)
  • convert to pnpm monorepo (#1137) (8d89f8b)
  • copy only needed files for nodejs (acf587a)
  • do not move upgradepkg (ea16419)
  • dont pass entire server state for privacy (54e3f17)
  • download nodejs and install on legacy OS versions (2a95e4b)
  • error when nodejs download fails (6a9b14c)
  • extract node to usr/local/ (4c0b55b)
  • fix missing flash line (6897aad)
  • fix pm2 setup and add link command (de9500f)
  • move ssoenabled to a boolean flag rather than ids (404a02b)
  • move variable declarations to theme.ts (3c82ee1)
  • name package with PR number (a642bf1)
  • nodejs issues with version 2 (9c6e52c)
  • plugin: rm Date & Time format settings from Notification Settings (e2148f3)
  • remove nghttp3 and only bundle nodejs (8d8df15)
  • separate install process (b90a516)
  • sso login boolean (34190a6)
  • ui: webgui-compatible web component library (#1075) (1c7b2e0)
  • unraid single sign on with account app (5183104)
  • update packageManager field for pnpm (8d5db7a)
  • Update plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/state.php (42c0d58)
  • upload files directly to cloudflare (1982fc2)
  • use plugin file for install and uninstall (c9ac3a5)
  • validate entries correctly (b101a69)
  • web: activation modal steps, updated copy (#1079) (8af9d8c)
  • web: rm old notification bell upon plugin installation (#979) (e09c07c)

Bug Fixes

Miscellaneous Chores