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)