Posted December 17, 2025 by MisterAtompunk
Memory Ring v3.1.1 - Patch Notes
Wednesday, December 17, 2025
Fixing the fix.
Issues Resolved:
Credits NaN on Reload
Root cause: Import converted credits to object format, but load/save expected number
Fix: Credits remain simple number throughout
Import now handles both legacy (number) and object formats, converts to number
updateStats() Scope Error
this.updateStats() called inside class method, but updateStats() is standalone function
Fix: Removed erroneous this. reference
Architectural Decision:
Credits-as-object format (tracking earned/spent/lastUpdate separately) has been deferred. That complexity is infrastructure for blockchain sync features that don't exist yet.
Status:
All v3.1 fixes intact. Import/export functional. Credits display correctly across page loads.