diff --git a/CHANGELOG.md b/CHANGELOG.md index 625e5261..86400058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the "vscode-pets" extension will be documented in this file. +## [1.26.0] + +* Horses! 🐎🐎🐎 by @thechriskent in https://github.com/tonybaloney/vscode-pets/pull/572 +* Removed grey outline from clippy. by @m-a-x-s-e-e-l-i-g in https://github.com/tonybaloney/vscode-pets/pull/516 +* Add remy and splinter to rat names by @Harry-Hopkinson in https://github.com/tonybaloney/vscode-pets/pull/534 +* Fix broken link to subsection by @OkayKenji in https://github.com/tonybaloney/vscode-pets/pull/496 + ## [1.25.1] * Fixes a bug occuring mostly in VS Code inside WSL where the add pets action doesn't work because the window would immediately disappear. [#489](https://github.com/tonybaloney/vscode-pets/issues/489) diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index a69f4547..fce19c5a 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -50,7 +50,7 @@ The minimum set of behaviors is: * running/chasing * holding green ball -Testing the changes +Testing the changes +++++++++++++++++++ - Run `npm install`. diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 893b333c..81873195 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -33,7 +33,7 @@ Set a default color, size, pet type, position, and theme when you open a Pet Pan * Pet Color: black, brown, green, yellow, gray, purple, red, white, orange * Pet Size: nano, small, medium, large -* Pet Type: cat, chicken, crab, clippy, cockatiel, dog, mod, rocky, rubber duck, snake, totoro, turtle, zappy +* Pet Type: cat, chicken, crab, clippy, cockatiel, dog, horse, mod, rocky, rubber duck, snake, totoro, turtle, zappy .. image:: _static/screenshot-2.gif :alt: Usage screenshot diff --git a/package.json b/package.json index 17e0ad22..f6fa0066 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-pets", "displayName": "vscode-pets", "description": "Pets for your VS Code", - "version": "1.25.1", + "version": "1.26.0", "engines": { "vscode": "^1.73.0" },