Skip to content

Commit

Permalink
RELEASE: 8.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientromp committed Oct 22, 2021
1 parent 22d9f2f commit 8b2afe3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 18 deletions.
17 changes: 6 additions & 11 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestone",
"version": "8.0.21",
"version": "8.0.22",
"scripts": {
"lint": "node --max_old_space_size=6000 ./node_modules//eslint/bin/eslint.js --color --fix --ext .ts ./src/",
"test": "node --max_old_space_size=6000 ./node_modules/jest/bin/jest.js --colors",
Expand Down
26 changes: 20 additions & 6 deletions core/src/js/components/main-window/updates.ts
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: '8.0.18',
version: '8.0.22',
sections: [
// {
// type: 'intro',
Expand All @@ -45,16 +45,30 @@ export const updates: readonly Update[] = [
type: 'main',
header: 'Main updates',
updates: [
{
category: 'achievements',
details: [
{
type: 'misc',
text: `Achievements tracking (all options) has been disabled by default to make sure they don't negatively impact the performance for users who don't care about them. If you want to track your Firestone achievements or have live notifications for Hearthstone ones, please reenable them in the options.`,
},
],
},
{
category: 'mercenaries',
details: [
{
type: 'feature',
text: `Add a tab with a recap of all your mercenaries. It includes their level, XP, coins, current task progression, abilities, etc. and is fully sortable.`,
text: `Show ability speeds and speed modifiers in the battle team widget.`,
},
],
},
{
category: 'replays',
details: [
{
type: 'feature',
text: `Add a recap of all active tasks at the bottom of the team widgets.`,
text: `Mercenaries PvE matches are now filtered out of the "All" filter for replays. To see the PvE encounters, you must now select either "Mercenaries (All)" or "Mercenaries (PvE)".`,
},
],
},
Expand All @@ -68,12 +82,12 @@ export const updates: readonly Update[] = [
category: 'mercenaries',
details: [
{
type: 'bug',
text: `Properly show the remaining ability cooldowns when an enemy hero is summoned from the bench after a teammate dies. Previously, the cooldown was always set to its base value.`,
type: 'feature',
text: `Add more synergies highlights.`,
},
{
type: 'bug',
text: `Fix an issue where the opponent's and player's equipments would sometimes not be shown during a PvP battle.`,
text: `Fix Natalie's Anathema ability not being properly accounted for in total missing cost for her full upgrade.`,
},
],
},
Expand Down

0 comments on commit 8b2afe3

Please sign in to comment.