Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Auto detect text files and perform LF normalization
* text=auto
*.sh eol=lf
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "task-checklist",
"version": "5.3.1",
"version": "5.3.2",
"description": "A Warframe Task Checklist to track daily, weekly, and other tasks. Built with HTML, CSS, and vanilla JavaScript, processed with Vite.",
"type": "module",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions sources/img/icons/optimize.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh
# Compress PNG images. Requires https://github.com/oxipng/oxipng
oxipng.exe \
--opt max \
--strip safe \
--alpha \
--interlace off \
--zopfli --zi 50 --ziwi 30 \
--preserve \
-vv \
"$1"
Binary file added sources/img/icons/tasks/AmirFAndFQuickAccess.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 sources/img/icons/tasks/Hunhow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed sources/img/icons/tasks/MarkedForDeathStalker.png
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const dailyBackgroundImageIds = [
'bg-image-4',
// Add more IDs if you add more background image divs in HTML
];
export const APP_VERSION = "5.3.1";
export const APP_VERSION = "5.3.2";
const GIT_COMMIT_HASH_LONG = import.meta.env.VITE_GIT_COMMIT_HASH;
const GIT_COMMIT_HASH = GIT_COMMIT_HASH_LONG.slice(0,7);
const WARFRAME_VERSION = "43.5.4";
Expand Down
18 changes: 17 additions & 1 deletion sources/js/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,13 @@
"prereq": "\"Liked\" by Marie"
}
]
},
{
"id": "daily_kim_fables",
"title": "Fables & Frontiers",
"prereq": "\"Close\" with Amir",
"icon": "KIM/FablesFrontiers_RetroPfpA.png",
"noIconFilter": true
}
]
},
Expand Down Expand Up @@ -442,6 +449,15 @@
"location": "Dark Refractory (Base of Operations)",
"terminal": "Navigation"
},
{
"id": "weekly_oops_all_eximus",
"title": "Oops! All Eximus!",
"text": "Exterminate Surge Eximus units for a Surge Eximus Specter Blueprint.",
"icon": "AmirFAndFQuickAccess.png",
"location": "Höllvania Central Mall",
"npc": "Amir (Höllvandeim)",
"prereq": "Complete all 6 days of the Fables & Frontiers KIM story"
},
{
"id": "weekly_clan_initiative",
"title": "Clan Weekly Initiatives",
Expand Down Expand Up @@ -532,7 +548,7 @@
"id": "weekly_hunhow",
"title": "Hunhow",
"text": "Trade Emerald & Crimson Talents for Kuva.",
"icon": "MarkedForDeathStalker.png",
"icon": "Hunhow.png",
"location": "Pontis Tower, Uranus",
"npc": "Hunhow",
"prereq": "Jade Shadows: Constellations"
Expand Down