Skip to content
Merged
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
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Adds a contemporary Minimap to the game.
- Place MiniMapMod.dll into your BepInEx/plugins folder.

### How to Use
- Use M to hide or show the minimap.
- Use 'M' to hide or show the minimap.

### Config
No Config applicable a this time
No config applicable at this time

### Upcoming Changes
None - Final Release
Expand All @@ -34,9 +34,12 @@ https://www.autism.org/donate-autism-research-institute/
If you have an issue, discover a bug, or have a recommendation please file an issue on my github page.

### Change Log
Hotfix 2.0.1
Hotfix 2.0.2
- Fixed critical bug duplicating icons on the minimap when using interactables
- Typo in change log

Final Release 2.0.0
- Completely Re-Implemented minimap
- Completely Re-Implemented minimap

First Release 1.0.0
- Implemented MiniMap
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "MiniMapMod",
"version_number": "2.0.1",
"version_number": "2.0.2",
"website_url": "https://github.com/DekuDesu",
"description": "Adds a MiniMap to your game v2.0.1",
"description": "Adds a MiniMap to your game v2.0.2",
"dependencies": [
"bbepis-BepInExPack-5.4.9",
"RiskofThunder-HookGenPatcher-1.2.1"
Expand Down