From 524015410a49e0e87341f85027b5944b9372a3a7 Mon Sep 17 00:00:00 2001 From: Toastie Date: Tue, 29 Oct 2024 12:47:10 +1300 Subject: [PATCH] Updated changelog. Version upped to 5.1.16 --- CHANGELOG.md | 15 +++++++++++++++ src/EllieBot/EllieBot.csproj | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d5273..7cbe17f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ Mostly based on [keepachangelog](https://keepachangelog.com/en/1.1.0/) except date format. a-c-f-r-o +## [5.1.16] - 29.10.2024 + +## Added + +- Added .ncanvas and related commands. + - You can set pixel colors (and text) on a 500x350 canvas, pepega version of r/place + - You use currency to set pixels. + - Commands: + - see the entire canvas: `.nc` + - zoom: `.ncz ` or `.ncz x y` + - set pixel: `.ncsp ` + - get pixel: `.ncp ` + - Owners can use .ncsetimg to set a starting image, use `.h .setimg` for instructions + - Owners can reset the whole canvas via `.ncreset` + ## [5.1.15] - 21.10.2024 ## Added diff --git a/src/EllieBot/EllieBot.csproj b/src/EllieBot/EllieBot.csproj index 27e6b0d..27d84c7 100644 --- a/src/EllieBot/EllieBot.csproj +++ b/src/EllieBot/EllieBot.csproj @@ -4,7 +4,7 @@ enable true en - 5.1.15 + 5.1.16 $(MSBuildProjectDirectory)