Skip to content

Commit

Permalink
Merge pull request #247 from svehera/develop
Browse files Browse the repository at this point in the history
Update daily raids filter
  • Loading branch information
svehera authored Nov 18, 2024
2 parents d0efcc9 + 596267b commit 22ba4ea
Show file tree
Hide file tree
Showing 18 changed files with 3,051 additions and 1,131 deletions.
39 changes: 38 additions & 1 deletion src/assets/WhatsNew.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
{
"currentVersion": "1.6.5",
"currentVersion": "1.6.6",
"releaseNotes": [
{
"version": "1.6.6",
"date": "November 18",
"type": "Update",
"new": [
{
"text": "Updated Daily Raids filter to recommend locations by enemies types and enemies count",
"subPoints": [
"Thanks to all volunteers that helped collect data: SeventhSun, VitaMorte, Unlucky☆SirEldricIV, Cody212501"
],
"images": [
{
"path": "filter1.png"
},
{
"path": "filter2.png"
}
]
}
],
"minor": [
{
"text": "Updated Learn Campaigns table to include data about enemies types and enemies count",
"route": "learn/campaigns",
"images": [
{
"path": "campaigns.png"
}
]
}
],
"bugFixes": [
{
"text": "Fixed issue with LRE planner when selection doesn't merge correctly on table view (SeventhSun)"
}
]
},
{
"version": "1.6.5",
"date": "November 15",
Expand Down
Loading

0 comments on commit 22ba4ea

Please sign in to comment.