From 0487e396e6cfd68bf29a2c4b9fc445cab01c106f Mon Sep 17 00:00:00 2001 From: Nick Westerhausen Date: Wed, 30 Oct 2024 15:51:07 -0400 Subject: [PATCH] chore(docs): update metadata regarding recent changes --- DiscordConnector/PluginInfo.cs | 2 +- Metadata/README.md | 12 ++++++++++++ Metadata/manifest.json | 2 +- Metadata/thunderstore.toml | 2 +- README.md | 2 +- docs/changelog.md | 12 ++++++++++++ 6 files changed, 28 insertions(+), 4 deletions(-) diff --git a/DiscordConnector/PluginInfo.cs b/DiscordConnector/PluginInfo.cs index 152e4eb..0189999 100644 --- a/DiscordConnector/PluginInfo.cs +++ b/DiscordConnector/PluginInfo.cs @@ -16,7 +16,7 @@ internal static class PluginInfo { public const string PLUGIN_ID = "games.nwest.valheim.discordconnector"; public const string PLUGIN_NAME = "Valheim Discord Connector"; - public const string PLUGIN_VERSION = "2.3.1"; + public const string PLUGIN_VERSION = "2.3.2"; public const string PLUGIN_REPO_SHORT = "github: nwesterhausen/valheim-discordconnector"; public const string PLUGIN_AUTHOR = "Nicholas Westerhausen"; public const string SHORT_PLUGIN_ID = "discordconnector"; diff --git a/Metadata/README.md b/Metadata/README.md index f037a8a..a3f4a6a 100644 --- a/Metadata/README.md +++ b/Metadata/README.md @@ -34,6 +34,18 @@ See the [current roadmap](https://github.com/nwesterhausen/valheim-discordconnec ## Abridged Changelog +### Version 2.3.2 + +Built against the latest version of Valheim (0.219.14, the Bog Witch update). + +Fixes + +- Logging improvements for the Discord webhook requests +- Logging improvements for all our logs (a copy is saved to `BepInEx/config/games.nwest.valheim.discordconnector/vdc.log`) + +These changes for logging are to help with troubleshooting plugin issues without requiring the full server log to do so (although +sometimes it would be necessary to see the full server log). + ### Version 2.3.1 Features diff --git a/Metadata/manifest.json b/Metadata/manifest.json index 604feb7..d9a38a1 100644 --- a/Metadata/manifest.json +++ b/Metadata/manifest.json @@ -1,6 +1,6 @@ { "name": "DiscordConnector", - "version_number": "2.3.1", + "version_number": "2.3.2", "website_url": "https://discord-connector.valheim.games.nwest.one/", "description": "Connects your Valheim server to a Discord webhook. Works for both dedicated and client-hosted servers.", "dependencies": [ diff --git a/Metadata/thunderstore.toml b/Metadata/thunderstore.toml index f81823d..6cc8710 100644 --- a/Metadata/thunderstore.toml +++ b/Metadata/thunderstore.toml @@ -4,7 +4,7 @@ schemaVersion = "0.0.1" [package] namespace = "nwesterhausen" name = "DiscordConnector" -versionNumber = "2.3.1" +versionNumber = "2.3.2" description = "Connects your Valheim server to a Discord webhook. Works for both dedicated and client-hosted servers." websiteUrl = "https://discord-connector.valheim.games.nwest.one/" containsNsfwContent = false diff --git a/README.md b/README.md index 2a7915e..5816544 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![GitHub release (latest by date)](https://img.shields.io/github/v/release/nwesterhausen/valheim-discordconnector?label=Github%20Release&style=flat&labelColor=%2332393F)](https://github.com/nwesterhausen/valheim-discordconnector/releases/latest) [![Thunderstore.io](https://img.shields.io/badge/Thunderstore.io-2.3.1-%23375a7f?style=flat&labelColor=%2332393F)](https://valheim.thunderstore.io/package/nwesterhausen/DiscordConnector/) [![NexusMods](https://img.shields.io/badge/NexusMods-2.1.14-%23D98F40?style=flat&labelColor=%2332393F)](https://www.nexusmods.com/valheim/mods/1551/) -![Built against Valheim version](https://img.shields.io/badge/Built_against_Valheim-0.218.15-purple?style=flat&labelColor=%2332393F) +![Built against Valheim version](https://img.shields.io/badge/Built_against_Valheim-0.219.14-purple?style=flat&labelColor=%2332393F) Connect your Valheim server to Discord. ([See website for installation or configuration instructions](https://discord-connector.valheim.games.nwest.one/)). This plugin is largely based on [valheim-discord-notifier](https://github.com/aequasi/valheim-discord-notifier), but this plugin supports randomized messages, muting players, and Discord message embeds. diff --git a/docs/changelog.md b/docs/changelog.md index 34f8397..8837069 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,18 @@ A full changelog of changes, dating all the way back to the first release. +## Version 2.3.2 + +Built against the latest version of Valheim (0.219.14, the Bog Witch update). + +Fixes + +- Logging improvements for the Discord webhook requests +- Logging improvements for all our logs (a copy is saved to `BepInEx/config/games.nwest.valheim.discordconnector/vdc.log`) + +These changes for logging are to help with troubleshooting plugin issues without requiring the full server log to do so (although +sometimes it would be necessary to see the full server log). + ## Version 2.3.1 Features