What's Changed
- Dependabot dependency updates
- Added another command "Pterodactyl: Refresh server files" (#75)
- Improved handling of invalid inputs (server ID) by throwing an error message (#76)
- VS Code (currently) apparently spams a lot of repeated requests when opening a Node.js project with a
node_modules
folders, reaching many thousand HTTP requests within a few minutes. I've added a short cache of 10 seconds forstat
calls to reduce load on the client, the panel and a proxy (if enabled).
Full Changelog: v1.0.3...v1.1.0