File Details
GoldDigger-3.2.3.zip
- R
- Mar 13, 2026
- 26.27 KB
- 83
- 12.0.1
- Retail
File Name
GoldDigger-3.2.3.zip
Supported Versions
- 12.0.1
v3.2.3
Fixed
/gd resumelogic — the pause check was inverted; the command now correctly resumes a paused session and shows "Session is not paused." only when it actually isn't- Session snapshot integrity —
SaveCurrentSessionnow deep-copiesincomeSources,expenseSources, andsessionLogviaCopySources/CopyLogto prevent saved snapshots from being mutated by later session activity - Max History slider — the
OnValueChangedhandler was attached before the slider variable was created; it is now correctly registered aftermaxHistorySlideris fully initialised, and its label reference uses the correctsliderTextlocal - Income source tooltip sign — income breakdown amounts now display with a leading
+prefix for clarity - Timer display in compact mode — the merged timer line now formats both elapsed and limit using
GD.FormatTime(e.g.17m 19s / 1h 0m) instead of only formatting the elapsed portion GD.FormatTimeshort durations — the function now handles sub-minute values (returns e.g.45s), clamps negative input to zero, and correctly omits the hours segment when only minutes are needed

