From 6d6a3a811f24949f514de30328e060e705833611 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 20 Feb 2023 21:57:42 +0100 Subject: [PATCH] Upped version to 4.2.13, updated changelog --- CHANGELOG.md | 10 +++++++++- src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d0daf81..e97d776ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o -## [4.3.12] - 11.02.2023 +## [4.3.13] - 20.02.2023 + +### Fixed + +- Fixed `.log userpresence` +- `.q` will now use `yt-dlp` if anything other than `ytProvider: Ytdl` is set in `data/searches.yml` +- Fixed Title links on some embeds + +## [4.3.12] - 12.02.2023 ### Fixed diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 7a8a67f8f..e1371e5e5 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -7,7 +7,7 @@ namespace NadekoBot.Services; public sealed class StatsService : IStatsService, IReadyExecutor, INService { - public const string BOT_VERSION = "4.3.12"; + public const string BOT_VERSION = "4.3.13"; public string Author => "Kwoth#2452";