Skip to content

Commit

Permalink
RELEASE: 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientromp committed Jan 12, 2023
1 parent f43add8 commit fe5f8b1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface UpdateSectionItemDetails {

export const updates: readonly Update[] = [
{
version: '10.1.0',
version: '10.1.1',
sections: [
// {
// type: 'intro',
Expand Down Expand Up @@ -69,6 +69,10 @@ export const updates: readonly Update[] = [
type: 'feature',
text: `Flag the card transformed in the opponent's hand by Plaguespreader's effect.`,
},
{
type: 'feature',
text: `The "show gifts separately" option now puts gifts at the very bottom of the deck when using the Legacy display mode .`,
},
{
type: 'bug',
text: `Fix an issue where Patchwerk would not delete the card in the deck.`,
Expand All @@ -83,6 +87,28 @@ export const updates: readonly Update[] = [
},
],
},
{
category: 'battlegrounds',
details: [
{
type: 'feature',
text: `Games that end before any hero is selected will not count towards stats anymore. When you concede a game this early, HS chooses a hero for you to get 8th place with, which distorts statistics. If this change bothers you (and you'd like an option to revert it), please ping me on Discord.`,
},
{
type: 'bug',
text: `Fix a sim issue where Fish of N"Zoth would not remember other Fish deathrattles.`,
},
],
},
{
category: 'general',
details: [
{
type: 'feature',
text: `The "Flash HS window when it's your turn" will now also flash the window when the game is over.`,
},
],
},
],
},
// {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestone",
"version": "10.1.0",
"version": "10.1.1",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit fe5f8b1

Please sign in to comment.