You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_logLevel=config.Bind<LogLevel>($"Settings.General","LogLevel",LogLevel.info,"The amount of information that the minimap mod should output to the console during runtime");
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,10 @@ Minor 3.1.1
88
88
- equipment drones no longer show up as equipment
89
89
- fixed stack trace logging to be more meaningful
90
90
- added elevation markers for all icons denoting where they are located vertically from player
91
+
- added long over due zoom feature
92
+
- added minimap key to config
93
+
- added zoom keys to config
94
+
- added minimap scale to config to save zoom level between sessions
91
95
92
96
Major 3.3
93
97
- performance major, limited min time between scans to 2 seconds, previous was unlimited, when in 2hr+ runs auto-enemy killing builds caused constant scene scanning
0 commit comments