Releases: artyredd/MiniMapMod
Releases · artyredd/MiniMapMod
3.3.2
3.3.1
3.3.0
Experimental 3.3.1
Minor 3.1.1
- equipment drones no longer show up as equipment
- fixed stack trace logging to be more meaningful
- added elevation markers for all icons denoting where they are located vertically from player
- added long over due zoom feature
- added minimap key to config
- added zoom keys to config
- added minimap scale to config to save zoom level between sessions
3.2.0
What's Changed
- Additions by @Arcafanetiz in #45
- Development by @dekudesu in #46
Full Changelog: 3_1_6...3.2.0
Experimental 3.2.0
- Added Support for Shop icons
- Added Equipment Icons
- Refactored entire scan frame work to accommodate new features not possible before
- Performance MAJOR, new refactor increases performance on lower hardware(when on high difficulties such as HAHAHA)
3.1.6
3.1.5
What's Changed
- Adds Boss/Legend printers to list by @Arcafanetiz in #38
- fixed compatibility issues with other mods, addec comprehensive debug… by @dekudesu in #39
New Contributors
- @Arcafanetiz made their first contribution in #38
Full Changelog: final_3_1_4...3_1_5
3.1.4
What's Changed
- refactored config code to comply with dependency injection model by @dekudesu in #26
- updated readme by @dekudesu in #27
- updated version number by @dekudesu in #28
- added support to define sprite paths in config, refactored sprite paths by @dekudesu in #29
- updated readme and version number by @dekudesu in #30
- removes stealth chests from being shown, removed fans from chest pool… by @dekudesu in #35
Full Changelog: final_3_1_1...final_3_1_4
3.1.1
Merge pull request #25 from DekuDesu/development added lunar pod icon, removed useless config options, fixed adaptive …