Skip to content

Commit

Permalink
Update release with horses
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Jun 4, 2024
1 parent 580aeb4 commit 61374a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The minimum set of behaviors is:
* running/chasing
* holding green ball

Testing the changes
Testing the changes
+++++++++++++++++++

- Run `npm install`.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 61374a6

Please sign in to comment.