Changelog
Version history and updates for Adin's Tarkov Tracker
v0.3.1
Friday, January 30, 2026- New tabbed sidebar on map pages: Tasks, Keys, and Loot tabs for better organization
- Keys tab shows all keys used on the map with flea market prices (low/high 24h)
- Loot tab shows all loose loot spawns with item images and flea market prices
- Search functionality in the Loot tab to quickly find specific items
- Loot items needed for focused hideout upgrades are highlighted in green
- Keys needed for incomplete task objectives are highlighted in amber
- Items sorted by relevance: needed items appear first, then by value
- Map calibration data extracted to dedicated utility file for maintainability
- Fixed data sync to properly include lootLoose data from the API
v0.3.0
Thursday, January 29, 2026- Complete redesign of the Maps experience - browse all maps from a unified grid view
- New native map viewer with smooth pinch-zoom and pan that works on iPad and touch devices
- Auto-generated map pins from task objective position data - no more manual annotation needed
- Pin indicators on task cards showing which objectives have locations on the map
- Quick-add pins for objectives that should have map locations but don't have position data yet
- Draggable pins for fine-tuning positions when the data isn't perfect
- Task sidebar with filtering by status: Active, Locked, Completed, or All
- Open All Wiki button to open wiki pages for all active tasks on a map at once
- Improved objective display in task dialogs showing quantities for all objective types including kills
- Removed legacy annotation system in favor of auto-generated pins
- Removed separate watchlist page - maps now show all relevant tasks automatically
- Simplified navigation with cleaner page structure
v0.2.1
Thursday, January 1, 2026- Reworked the annotation page to have zoom and pan controls
- Added the ability to control the pin size on the annotation and watchlist pages
- Fixed a bug where newly placed pins were disappearing
- Updated the logic to allow users to move pins after they've been placed
- Updated item pins to use the item icon instead of a map pin icon. This is for more visual clarity and between items and tasks.
v0.2.0
Tuesday, December 30, 2025- Migrated data storage from localStorage to IndexedDB database for improved performance and reliability
- Added a migration component to handle the migration from localStorage to IndexedDB
- Added a new Annotation page to allow users to annotate maps with tasks and items
- Updated the watchlist page to show the map with annotations on it from the watchlist tasks and items
v0.1.3
Monday, December 29, 2025- Added task watchlist functionality - tasks can now be added to watchlist separately from items
- Refactored watchlist into overview page with map filtering and dedicated items/tasks pages
- Added map images for all Tarkov maps displayed in watchlist overview
- Enhanced Record Raid Dialog with task selection and completion tracking
- Improved Record Raid Dialog summary view showing hideout progress and task completion
- Updated navigation import/export buttons to icon-only and moved the Record Raid button there
- Improved cache management when I publish new versions of the app
v0.1.2
Sunday, December 28, 2025- Added Lightkeeper requirement support for tasks
- Enhanced task filtering with requirement filter (All/Kappa/Lightkeeper)
- Added 'Mark Prerequisites Complete' button to bulk mark prerequisite tasks as completed
- Improved task visualization to hide empty level rows
- Added player level input to the task visualization
- Added a filter to only show tasks that meet the player level requirement
- Added a progress indicator to the task visualization for Kappa and Lightkeeper requirements
- Improved the player level input
- Fixed verbage that used to say Quests to Tasks
- Fixed scrolling issue in the task visualization
- Added the data by tarkov.dev link to the navigation. Should have been there the whole time.
- Updated the home page to be more directly informative and less marketing-y. It was vibe coded so I didn't have to think too much about it and frankly, it was ass.
- Improved the Record Raid Dialog to be more condensed and easier to use. Pressing Tab or Enter on the last item will auto add a new item.
- Fixed the task dialog to show the required keys correctly
v0.1.1
Saturday, December 27, 2025- Added mobile navigation drawer for better mobile experience
- Added fuzzy search functionality with SearchInput component
- Added debounce hook for optimized search performance
- Enhanced task visualization with search and filtering capabilities
- Improved inventory, watchlist, and hideout views with search integration
- Added drawer UI component for mobile-friendly interactions
- Added on click to the item icons to open the item info panel for better mobile experience
v0.1.0
Friday, December 26, 2025- Initial release
- Hideout upgrade tracking
- Task and task progression tracking
- Inventory management
- Item watchlist functionality
- Export/import data functionality