v1.0.0-beta.2 - Interface updates and instructions
Pre-release
Pre-release
Release Notes: v1.0.0-beta.2
🚀 What's New in v1.0.0-beta.2
This release brings major UX improvements to resource tracking when summoning Nether Creatures, adds a built-in instructions guide, and fixes alignment layout issues on mobile devices.
👾 Centralized Creature Summoning Controls
- Simplified Inventory Cards: Removed individual resource shortcut buttons (
-3 (Demon),+X (Netherling), etc.) from the On-Hand Resources cards to keep the inventory panel clean and compact. - Unified Summon/Undo Buttons: Added intuitive
+(Summon) and-(Undo) button pairs directly under each creature card in the Creature Drop Yields section.- Clicking
+automatically subtracts the creature's summoning cost and adds its current drop yield. - Clicking
-refunds the summoning cost and subtracts its drop yield. - All resource updates are safely capped at
0to prevent negative inventory counts.
- Clicking
- Dynamic Tooltips: Hovering over the
+or-buttons shows the exact resource adjustments that will occur, updating in real-time as Nether Pie and Bounty modifiers scale the yields.
ℹ️ General Instructions Popup
- Added an Instructions button to the header toolbar (left of "Export") styled to match the theme.
- Opens a premium glassmorphic overlay modal containing a concise guide on modifiers, summon controls, resource tracking, and a visual explanation of the calculator's Cascade Math logic.
📱 Layout & Mobile Alignment Fixes
- Addressed an issue on mobile where the multi-word name "Nether Demon" wrapped to two lines, pushing the buttons out of alignment with the other cards.
- Moved level labels (
(Lvl X)) to a new line and enforced a consistent minimum height for name labels across all three creature cards.
🛠️ Code Changes & Git Details
- Version Bump: Updated embedded app version to
v1.0.0-beta.2. - Git Tag:
v1.0.0-beta.2 - Target Branch:
main