0.2.0
Notable Changes
- 🙋 Add support for Discord Mention in messages.
- 🤩 Add support for Discord Emoji in messages.
- 🪪 Player activity monitor (join and leave) in Discord Webhooks and Docker Logs.
- 🔣 Add support for special characters in player names.
- 🛠️ Add support to send
RCON
messages with spaces.
What's Changed
- ♻️⚛️ Improve file structure and made it more atomic and concise by @thejcpalma in #5
- 🧱 Improve the robustness of log functions to handle various scenarios. by @thejcpalma in #5
- ✨ Add a custom RCON binary for broadcast command to be able to send spaces by @thejcpalma in #5
- 🪪 Implement player join/leave events on logs and Discord webhook by @thejcpalma in #5
- 🔐 Redact passwords and public IP in the logs for safe sharing by @thejcpalma in #5
- ⚙️ Implement new utility functions for easier configuration handling by @thejcpalma in #5
- 🗃️ Add
PalWorldSetting.ini.template
for dynamic configuration by @thejcpalma in #5 - 🗃️ Add
Engine.ini.template
for dynamic configuration by @thejcpalma in #5 - 🗃️ Change
NETSERVERMAXTICKRATE
toNET_SERVER_MAX_TICK_RATE
to accommodate the changes inEngine.ini.template
by @thejcpalma in #5 - 🗃️ Rename rcon.yaml (as
rcon.yaml.template
) to use the new configuration logic by @thejcpalma in #5 - 📚 Update the server configuration documentation on
ENV_VARS.md
by @thejcpalma in #5 - 📚 Update the webhook documentation to include player monitoring and emoji usage in titles and descriptions by @thejcpalma in #5
- 🔠 Enhance player name handling in webhooks to support special characters. by @thejcpalma in #5
- 🔣 Improve user experience for diverse player names and Discord mentions. by @thejcpalma in #5
- 🛠️ Introduce the
jq
package to streamline the processing of Discord Webhook messages. by @thejcpalma in #5 - 📚 Update the documentation to reflect the changes by @thejcpalma in #5 and #6
Full Changelog: 0.1.3...0.2.0