Skip to content

Commit

Permalink
RELEASE: 11.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientromp committed Jun 14, 2023
1 parent ca6b229 commit 9690bf3
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,29 @@ export interface UpdateSectionItemDetails {

export const updates: readonly Update[] = [
{
version: '11.2.18',
version: '11.2.20',
force: false,
sections: [
// {
// type: 'intro',
// header: 'Message from the dev',
// text: `The last patch has been more bumpy than I expected. If you find that the app doesn't track your games properly, please first try restarting Hearthstone, and see if the problem persists. Thanks again for your patience and support!`,
// },
// {
// type: 'main',
// header: 'Main updates',
// updates: [
// {
// category: 'general',
// details: [
// {
// type: 'feature',
// text: `(PREMIUM) Premium users now have a Profile Page online (see mine at https://www.firestoneapp.gg/profile/daedin). For now it only includes a collection overview, but I will add more things in the coming weeks. Let me know what you would like to see there!`,
// },
// ],
// },
// ],
// },
{
type: 'main',
header: 'Main updates',
updates: [
{
category: 'general',
details: [
{
type: 'feature',
text: `(PREMIUM) Your Profile page now contains all-time stats for BG heroes, packs and achievement information. Once all the data and look and feel is finalized on the website, I will be looking at adding the information on the app itself (with the caveat that it can only be shared from the website). You can see the current state of the page here: https://www.firestoneapp.gg/profile/daedin. Let me know what you would like to see there!`,
},
],
},
],
},
{
type: 'minor',
header: 'Minor updates',
Expand All @@ -65,33 +65,45 @@ export const updates: readonly Update[] = [
details: [
{
type: 'feature',
text: `The Corpse Counter can now be displayed if the opponent is a Deathknight that played one of each runes.`,
text: `Known cards in the opponent's deck (like the ones you spy on with Identity Theft) are now used to display the correct runes when facing a Death Knight.`,
},
{
type: 'bug',
text: `Fix an issue where Vengeful Spirit would highlight deathrattles from weapons in the deck.`,
type: 'feature',
text: `Add a Lightray counter to count the number of paladin cards you have played this match.`,
},
{
type: 'feature',
text: `Molten Pick of ROCK now shows in the decklist its bonus damage, so that you can keep track of it more easily.`,
},
{
type: 'content',
text: `Add card highlights for Mass Resurrection, Totemic Might and Totemic Surge.`,
text: `Add card highlights and oracles for Jade Stash (the split version of Jade Idol), Revive Pet, Hagatha's Embrace, Meek Mastery.`,
},
{
type: 'bug',
text: `Fix some issues where known cards would not be flagged correctly in the opponent's hand, and miscellaneous smaller issues that would happen when revealing some cards in the opponent's hand or deck.`,
},
],
},
{
category: 'battlegrounds',
details: [
{
type: 'ui',
text: `Fix the font on the session recap widget (for some reason it was set to the default Times New Roman).`,
type: 'feature',
text: `The simulator now fully support Choral Mrrrglr (even when the opponent has it on their board).`,
},
{
type: 'bug',
text: `Fix a visual glitch in the simulation replays when summoning a minion with Bassgill (the issue was only visual).`,
},
],
},
{
category: 'collection',
category: 'duels',
details: [
{
type: 'content',
text: `Don't show the pity timers for Merc packs.`,
type: 'bug',
text: `Fix deckbuilder not working for Diablo.`,
},
],
},
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": "11.2.19",
"version": "11.2.20",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit 9690bf3

Please sign in to comment.