Skip to content

1.0.10

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jun 15:26
· 7 commits to main since this release
8e3016a

Added:

  • Added slovak translation ( @Tomaxikz )
  • Added frontend impl for java_version egg feature
  • Added ability to modify keyboard shortcuts/disable them entirely
  • Added support for browsing & opening a Calagopus server via VS Code/compatible IDE
  • Added support for callback-based api key creation
  • Added better debugging messages to deployment endpoint
  • Added support for deleting all nests' eggs before deleting nest
  • Added deployment capacity tab to nodes subpages
  • Added minimal file browser UI to copy-remote modal
  • Added ability to mass-rename files via rules in the file manager
  • Added ability to develop extension within a single directory (also adds easier git integration)
  • Added 3 more ratelimits (password forgot, remote, remote sftp auth)

Fixed:

  • Fixed node stats failing in some reverse proxy setups
  • Fixed node admin objects including tokens with only read permissions - now requires dedicated nodes.read-token permission ( @martwypoeta )
  • Fixed some code not using mantine wrapper imports
  • Fixed issue with some setups where wings-proxy would fail on unbounded responses
  • Fixed issue in rule_validator where regexes including commas would get split
  • Fixed logic issue when updating extensions that do not have db migrations
  • Fixed API keys requesting websocket token getting the users' permissions instead of the downscaled ones
  • Fixed some destructive actions not having confirmation modals
  • Fixed OOBE silently requiring primary allocation for server creation
  • Fixed admin extension modals not animating themselves properly
  • Fix small state issue in file manager search
  • Fixed heavy image sometimes not updating binary properly

Full Changelog: release-1.0.9...release-1.0.10