Releases: clvrk/vellum
Releases · clvrk/vellum
v1.3.1 beta
- Fix
updatecheck
command - Fix gap in backup coverage @tomrhollis
v1.3.0 beta
- Added plugin-system
- Added scheduled backups (enabled by default)
- Added backup restore functionality (
--restore
flag) - Added server watchdog @bennydiamond
- Added setting low-priority of render-processes @bennydiamond
- Added timeout for UpdateChecker HTTP-requests
- World-name now loads from
server.properties
instead ofconfiguration.json
- Several fixes & optimizations @tomrhollis
- Fix application exit on stop command
v1.2.3
v1.2.2
- Fixed issue where the application would exit when
PreExec
orPostExec
commands got executed on Windows - Fixed issue where the queried file-list output would not get suppressed on Bedrock v1.16
- Added option
OnActivityOnly
to only take backups on player activity (@fourtysevens) - Added option
StopBdsOnException
to shut down BDS if vellum should crash unexpectedly due to an unhandled exception - Added
updatecheck
command to manually fetch the latest BDS & vellum versions
v1.2.1
- Renamed project to "vellum"
- Bedrock server v1.16 now supported
- Optimized configuration structure
- Fixed a bug where always one backup more than the specified "BackupsToKeep" threshold would be kept
- Fixed an issue where the tool would not continue to proceed to perform a backup if BDS crashed on shutdown while "StopBeforeBackup" was set to "true"
- Fixed an issue where players in-game would not get notified before a server shutdown
- Added CLI option to specifiy configuration-file (-c | --configuration)
- Added overloaded console command to schedule server shutdown ("stop ")
- Added overloaded console command to reload configuration-file ("reload vellum")
- Added update checker
- Added option "CheckForUpdates"
- Renamed option "TimeBeforeStop" to "NotifyBeforeStop"
v1.1.0
- Added option "BusyCommands" to allow executing console commands while a backup task is running
- Added two custom commands to force-start backup- & render-tasks
- Fixed a bug where the tool would throw an exception on exiting
- Fixed a bug where the tool would throw an exception when a "stop" command was executed while "EnableRenders" was set to "false"
- Fixed NuGet package deployment