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
Copy file name to clipboardExpand all lines: CLAUDE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
Modern userscript manager built with Chrome Manifest V3. Tampermonkey-inspired functionality with cloud sync, auto-updates, a full dashboard, Monaco editor, DevTools panel, and a persistent side panel.
5
5
6
6
## Version
7
-
v1.7.2
7
+
v1.7.3
8
8
9
9
## Tech Stack
10
10
- Chrome MV3 extension (JavaScript)
@@ -194,7 +194,7 @@ v1.7.2
194
194
- Fixed: NetworkLog duration calculation used `_netLogEntry.timestamp` which was undefined; replaced with dedicated `_netLogStartTime` variable
195
195
- Fixed: `state.folders`, `state._collapsedFolders`, `state._lastCheckedId`, `state._quotaWarned` not initialized in dashboard state object
196
196
- Fixed: `switchTab('help')` in command palette failed because help tab is a header icon, not a `.tm-tab`; added special case handling
197
-
- Verified: All version strings match (v1.7.2 across manifest, manifest-firefox, content.js, popup.js, dashboard.js)
197
+
- Verified: All version strings match (v1.7.3 across manifest, manifest-firefox, content.js, popup.js, dashboard.js)
198
198
- Verified: All bg/ modules load before background.core.js in build output
199
199
- Verified: `escapeHtml` available in popup.js (shared/utils.js loaded first)
200
200
- Verified: Column index mapping still correct after pin button addition (pin is inside actions TD, not a new column)
0 commit comments