Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Oct 28, 2022
1 parent f8fc3a7 commit 8b5f42b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

All notable changes to the "vscode-pets" extension will be documented in this file.

## [1.16.0]

## Major updates

* Add Romanian translation by @andrewdoro in https://github.com/tonybaloney/vscode-pets/pull/258
* Add Korean translation by @3-24 in https://github.com/tonybaloney/vscode-pets/pull/259
* Add Polish translation by @wooojek in https://github.com/tonybaloney/vscode-pets/pull/262
* Add Hindi translation by @devXprite in https://github.com/tonybaloney/vscode-pets/pull/253
* Improve Japanese translation by @dafujii in https://github.com/tonybaloney/vscode-pets/pull/271
* adding white cat option by @Dpschu2 in https://github.com/tonybaloney/vscode-pets/pull/294
* Translate the basic strings to Italian by @Francesca-Belfiore in https://github.com/tonybaloney/vscode-pets/pull/268
* Add Chinese Translation by @ashishkashyap31 in https://github.com/tonybaloney/vscode-pets/pull/266
* Make extension compatible with other ecosystems by using the generic state API by @xoriath in https://github.com/tonybaloney/vscode-pets/pull/275
* Add russian translation by @Romanok2805 in https://github.com/tonybaloney/vscode-pets/pull/278

## Other updates

* add pet names by @paco9595 in https://github.com/tonybaloney/vscode-pets/pull/248
* feat: improve readability of readme documentation by @kev-odin in https://github.com/tonybaloney/vscode-pets/pull/265
** Reduce code duplication on createPet function by @Technickel-Dev in https://github.com/tonybaloney/vscode-pets/pull/270
* docs: add png for settings and fixed typos by @kev-odin in https://github.com/tonybaloney/vscode-pets/pull/269
* Add my cats'names by @Danilo-Mannucci in https://github.com/tonybaloney/vscode-pets/pull/273
* Update names.ts by @Atharvasaraiya in https://github.com/tonybaloney/vscode-pets/pull/263
* Enforce unique, sequential ID for pet names by @ccjmne in https://github.com/tonybaloney/vscode-pets/pull/279
* Add new duck names by @KComrade53 in https://github.com/tonybaloney/vscode-pets/pull/284
* Change PetCollection.pets to be a getter by @KComrade53 in https://github.com/tonybaloney/vscode-pets/pull/285
* Change relevant pet fields to getters by @KComrade53 in https://github.com/tonybaloney/vscode-pets/pull/286
* Added new pet names by @ShabanaNaik in https://github.com/tonybaloney/vscode-pets/pull/287
* Add pet names by @9112Michael in https://github.com/tonybaloney/vscode-pets/pull/289
* Avoid `*` activating extension by @joyceerhl in https://github.com/tonybaloney/vscode-pets/pull/290
* Updated name.ts by @simransia in https://github.com/tonybaloney/vscode-pets/pull/293

## [1.15.1]

* Fixed bug in missing package in the bundled VSIX causing the extension not to activate.
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.15.1",
"version": "1.16.0",
"engines": {
"vscode": "^1.68.0"
},
Expand Down

0 comments on commit 8b5f42b

Please sign in to comment.