Skip to content

Releases: DEVTomatoCake/Pterodactyl-vsc

v1.1.0

27 Jul 10:28
Compare
Choose a tag to compare

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 for stat calls to reduce load on the client, the panel and a proxy (if enabled).

Full Changelog: v1.0.3...v1.1.0

v1.0.3

06 Apr 18:25
Compare
Choose a tag to compare

This release just fixes the Git repository URL in the package.json.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

06 Apr 18:23
Compare
Choose a tag to compare

What's Changed

  • Improves the errors logged and displayed when the extension is unable to connect to the target panel, e.g. if the domain is invalid (#27).

Deps

Full Changelog: v1.0.1...v1.0.2

v1.0.1

31 Jan 17:41
Compare
Choose a tag to compare

What's Changed

  • Bump @types/node from 20.11.7 to 20.11.8 by @dependabot in #1
  • Bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0 by @dependabot in #4
  • Bump @types/node from 20.11.8 to 20.11.10 by @dependabot in #2
  • Bump @typescript-eslint/parser from 6.19.1 to 6.20.0 by @dependabot in #3
  • Fix internal configuration not being reloaded on manual configuration updates
  • Fixed proxy URL being required instead of optional

Full Changelog: v1.0.0...v1.0.1

v1.0.0

27 Jan 16:50
Compare
Choose a tag to compare

First release .-.