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: .github/memory-bank/active-context.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# DexReader Active Context
2
2
3
3
**Last Updated**: 24 June 2026
4
-
**Version**: v1.11.0
4
+
**Version**: v1.11.1
5
5
**Mode**: Active Development
6
6
7
7
> **Purpose**: This is your session dashboard. Read this FIRST when resuming work to understand what's happening NOW, what was decided recently, and what to work on next. Keep all entries as short, concise as possible
@@ -10,14 +10,15 @@
10
10
11
11
## Current Status
12
12
13
-
**v1.11.0 Released**: 24 June 2026 ✅
13
+
**v1.11.1 Released**: 24 June 2026 ✅
14
14
15
15
**Monitoring Period**: Now through ~14 July 2026
16
16
17
17
- Monitor for any issues with native dependency elimination (node:sqlite, bcrypt-ts)
18
18
- Watch for potential database performance impacts with node:sqlite
19
19
- Collect feedback on build times and installation experience
20
20
- Monitor for any platform-specific issues with new dependencies
21
+
- Verify electron-builder configuration is properly recognized after build fix
21
22
22
23
**Next Planned Work:**
23
24
@@ -44,19 +45,28 @@ _No known critical issues at this time._
44
45
45
46
## Recent Changes (Last 1-2 Weeks)
46
47
48
+
### 24 June 2026 - v1.11.1 Release ✅
49
+
50
+
-**Type**: Patch Release - Build Fixes
51
+
-**Summary**: Fixed electron-builder configuration issue and updated Electron
52
+
-**Key Changes**:
53
+
- Fixed incorrect placement of `npmRebuild` configuration in electron-builder.yml
54
+
- Updated Electron from 41.1.1 to 41.9.0
55
+
-**Impact**: Resolved build configuration issue that could cause build failures
56
+
-**Status**: ✅ Released
57
+
-**CHANGELOG**: All changes documented in CHANGELOG.md v1.11.1 section
0 commit comments