Skip to content

Commit

Permalink
add whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
svehera committed Nov 14, 2024
1 parent f63e971 commit 22e37a1
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 8 deletions.
59 changes: 58 additions & 1 deletion src/assets/WhatsNew.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,63 @@
{
"currentVersion": "1.6.4",
"currentVersion": "1.6.5",
"releaseNotes": [
{
"version": "1.6.5",
"date": "November 15",
"type": "Update",
"new": [
{
"text": "Added new collectable units",
"subPoints": [
"Hollan, the Biophagus, unlockable in the ’Path of Ascension' event, starting November 17",
"Shas'vre Vior'la Tson'ji, XV88 Broadside Battlesuit, unlockable in the Incursion event starting December 2",
"Parasite of Mortrex (PoM), Invader Organism, unlockable in the (Epic!) Battle Pass season starting on December 15"
]
},
{
"text": "Added new Campaign Battles: ‘Mirror Elite Saim-Hann’ part 5"
},
{
"text": "Re-designed LRE planner UI/UX",
"subPoints": [
"Updated table view and added new card view",
"Added possibility to have multiple teams per track",
"Updated settings to have more granular LRE unit tile view settings",
"Updated progress view to be more compact and added intermediate state"
],
"images": [
{
"path": "teams.png"
},
{
"path": "add.png"
},
{
"path": "cards.png"
},
{
"path": "progress.png"
}
]
}
],
"minor": [
{
"text": "Updated Dirty Dozen table. Thanks ijriims for contribution"
}
],
"bugFixes": [
{
"text": "Fixed issue with missing damage types and traits on the Characters page (Count Casual)"
},
{
"text": "Fixed issue Vitruvius are still at 400 shards instead of 500 (Peuchy)"
},
{
"text": "Fixed issue Wrong component for Morvenn Vahl (Iron II) (Gorgoth)"
}
]
},
{
"version": "1.6.4",
"date": "October 15",
Expand Down
Binary file added src/assets/images/whatsnew/1.6.5/add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/whatsnew/1.6.5/cards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/whatsnew/1.6.5/progress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/whatsnew/1.6.5/teams.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/v2/features/dirty-dozen/dirty-dozen.models.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export interface IDirtyDozenChar {
Name: string;
Position: number;
GRTyranid: number;
GRNecron: number;
GROrk: number;
GRMortarion: number;
GRScreamer: number;
GRRogalDorn: number;
GRAvatar: number;
// GRTyranid: number;
// GRNecron: number;
// GROrk: number;
// GRMortarion: number;
// GRScreamer: number;
// GRRogalDorn: number;
// GRAvatar: number;
GuildRaid: number;
GuildWar: number;
Horde: number;
Expand Down

0 comments on commit 22e37a1

Please sign in to comment.