Releases: thijsvanloef/palworld-server-docker
0.31.0
Notable Changes
⭐Add Discord Messages for players joining and leaving
⭐Add More flexibility to discord webhooks (different channels, turn messages on/off)
What's Changed
- Add Discord player logging to notify when players join and leave the server by @xHyperElectric in #487
- Bump golang from 1.22.0-alpine to 1.22.1-alpine by @dependabot in #489
- Allow more flexibility in discord webhooks by @thijsvanloef in #490
New Contributors
- @xHyperElectric made their first contribution in #487
Full Changelog: 0.30.1...0.31.0
0.30.1
Notable Changes
🛠️ Fix discord webhook that displays start when server has been stopped
What's Changed
- Fix link to rcon commands list by @raimannma in #478
- add deprecation warning to translated readmes by @thijsvanloef in #480
- Optimize metadata for docusaurus instance. by @thijsvanloef in #481
- ko-kr pages updated to reflect newest information available. by @chowhi123 in #483
- docs: add french language to documentation by @Strawbang in #479
- fix bug that displays start when server has been stopped by @thijsvanloef in #486
New Contributors
- @Strawbang made their first contribution in #479
Full Changelog: 0.30.0...0.30.1
0.30.0
Notable Changes
⭐ Generate Engine.ini based on ENV vars https://palworld-server-docker.loef.dev/getting-started/configuration/engine-settings
⭐ Add support for Discord Mentions
🛠️ Better ARM compatibility
🛠️ Change rcon logic after 0.1.5.1 update
What's Changed
- Generate Engine.ini based on ENV vars by @thijsvanloef in #454
- Discord: Add support for Mentions by @thijsvanloef in #455
- Add DISABLE_GENERATE_ENGINE to docs by @thijsvanloef in #466
- add rcon-wrapper docs by @thijsvanloef in #467
- update manifest id, fix typo by @thijsvanloef in #470
- updated german sites and added new sites according to the changes since last translation by @tomxpcvx in #471
- Update en README.md to correct spelling mistakes by @chowhi123 in #475
- Remove -rcon arg statement by @43414d in #473
- Update ko-kr README.md by @chowhi123 in #476
- Better compatibility for ARM64 hosts by @sonroyaalmerol in #464
New Contributors
- @chowhi123 made their first contribution in #475
Full Changelog: 0.29.1...0.30.0
0.29.1
Notable Changes
🛠️ Add support for SHOW_PLAYER_LIST variable to turn player list on/off (default: on)
What's Changed
Full Changelog: 0.29.0...0.29.1
0.29.0
⚠️ Important fix for 0.1.5.0 ⚠️
This update fixes the RCON/Community server issues introduced in 0.1.5.0 palworld update.
Also replaced the steamcmd-arm64 image from @sonroyaalmerol to a fork of my own, to prevent further breaking changes.
What's Changed
- update "EpicApp=Palserver" to "-publiclobby" per 1.5.0 changes by @43414d in #460
- change arm base image by @thijsvanloef in #463
New Contributors
Full Changelog: 0.28.2...0.29.0
0.28.2
Notable Changes
🛠️ Improve Player Logging
🛠️ Fix cli: execute: auth: rcon: dial tcp 127.0.0.1:25575: connect: connection refused
error during startup
📚 Fix wrong environment variable descriptions
📚 Automatic start stop documentation
What's Changed
- Player Logging Improvement by @Dashboy1998 in #431
- update zh docusaurus by @win5923 in #438
- Remove temp file on failure in update required by @Dashboy1998 in #435
- adding/fixing docs by @thijsvanloef in #448
- fix wrong description in speed and interval variables by @thijsvanloef in #451
- add automatic start/stop documentation by @thijsvanloef in #452
- Fix RCON errors during startup by @thijsvanloef in #450
Full Changelog: 0.28.1...0.28.2
0.28.1
Patch release
🛠️Fix Backup Restore script
What's Changed
- change default server name by @thijsvanloef in #432
- Switch to pidof in restore by @Dashboy1998 in #436
Full Changelog: 0.28.0...0.28.1
0.28.0
Notable Changes
⭐ Add Player Logging
🛠️ Cancel Reboot/Update countdown and restart if no players are connected
📚 Added Portuguese documentation
What's Changed
- Change github/codeql-action/upload-sarif to v3 by @Dashboy1998 in #419
- Updated isWritable by @Dashboy1998 in #381
- Create broadcast function by @Dashboy1998 in #411
- Add shellcheckrc by @Dashboy1998 in #418
- Added get players list functions by @Dashboy1998 in #420
- cleanup workflows by @thijsvanloef in #422
- Moved source includes by @Dashboy1998 in #413
- Add portuguese documentation by @ariemad in #423
- Added shutdown and save functions by @Dashboy1998 in #412
- Add: ZH-CN translations for locking game version by @celaraze in #426
- Add player logging by @Dashboy1998 in #424
- Surpressing broadcast output by @Dashboy1998 in #425
- Add sha1sum check for rcon by @Dashboy1998 in #429
- Skip count down when players left by @Dashboy1998 in #428
Shoutout
Major shoutout to @Dashboy1998 for all he contributed to this release!
New Contributors
Full Changelog: 0.27.0...0.28.0
0.27.0
Notable Changes
⭐Ability to pin to a specific server/game Version
🛠️ Not starting update when necessary (Shorter Boot times)
🛠️Add Utility Functions (Code Cleanup)
🔒Add Daily Security Scanning of image
📚Add German documentation
What's Changed
- add translate guide by @thijsvanloef in #396
- Introduced Utility Functions - Remove duplicate code snippets by @Phelms215 in #356
- Fix Discord Webhook warn levels by @Luatan in #404
- Enhance unit-test by @win5923 in #405
- added german language files by @tomxpcvx in #403
- Removed root processes by @Dashboy1998 in #216
- Target Manifest - Allow game version lock by @Phelms215 in #408
- Fix always showing: "Game not at target version" by @thijsvanloef in #409
- Fixed image size by @Dashboy1998 in #410
- add trivy security scanning by @thijsvanloef in #414
- add CI/CD badges by @thijsvanloef in #416
- German docu update by @tomxpcvx in #417
New Contributors
- @Phelms215 made their first contribution in #356
- @tomxpcvx made their first contribution in #403
Full Changelog: 0.26.0...0.27.0
0.26.0
Notable Changes
📚Add Algolia Search to Documentation
📚Add Dutch to Documentation
🛠️Update Base Image to Debian (12) Bookworm
🛠️Fix Public Port not working
🛠️Fix SED for MacOS users
What's Changed
- update kr README.md by @Temple2001 in #369
- Fix docusaurus "edit this page" links and add anonymised analytics by @thijsvanloef in #370
- Add docusaurus Korean translation by @Temple2001 in #371
- add docker hub link to docusaurus by @thijsvanloef in #372
- Update docusaurus
ZH-CN
translation by @win5923 in #374 - add algolia search by @thijsvanloef in #375
- update package versions by @thijsvanloef in #385
- improve docs by @thijsvanloef in #387
- add dutch docs by @thijsvanloef in #388
- fix PUBLIC_PORT by @MusclePr in #390
- fix unit-test by @win5923 in #377
- Added exit on bad crontab by @Dashboy1998 in #386
- Wait for the server to shutdown before restoring a backup by @Luatan in #378
- Added exit for compile settings failure by @Dashboy1998 in #383
New Contributors
Full Changelog: 0.25.0...0.26.0