Skip to content

Commit b9beca0

Browse files
remichan97Copilot
andauthored
chore: v1.11.1 release (#63)
Co-authored-by: Copilot <copilot@github.com>
1 parent 3437a3d commit b9beca0

5 files changed

Lines changed: 145 additions & 120 deletions

File tree

.github/memory-bank/active-context.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DexReader Active Context
22

33
**Last Updated**: 24 June 2026
4-
**Version**: v1.11.0
4+
**Version**: v1.11.1
55
**Mode**: Active Development
66

77
> **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 @@
1010

1111
## Current Status
1212

13-
**v1.11.0 Released**: 24 June 2026 ✅
13+
**v1.11.1 Released**: 24 June 2026 ✅
1414

1515
**Monitoring Period**: Now through ~14 July 2026
1616

1717
- Monitor for any issues with native dependency elimination (node:sqlite, bcrypt-ts)
1818
- Watch for potential database performance impacts with node:sqlite
1919
- Collect feedback on build times and installation experience
2020
- Monitor for any platform-specific issues with new dependencies
21+
- Verify electron-builder configuration is properly recognized after build fix
2122

2223
**Next Planned Work:**
2324

@@ -44,19 +45,28 @@ _No known critical issues at this time._
4445

4546
## Recent Changes (Last 1-2 Weeks)
4647

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
58+
4759
### 24 June 2026 - v1.11.0 Release ✅
4860

4961
- **Type**: Feature Release - Native Dependency Elimination
5062
- **Summary**: Removed all native dependencies to eliminate build-time compilation requirements
5163
- **Key Changes**:
5264
- Replaced `better-sqlite3` with Node.js built-in `node:sqlite` module
5365
- Replaced `bcrypt` with `bcrypt-ts` (pure TypeScript implementation)
54-
- Disabled native module rebuilding in electron-builder configuration (`npmRebuild: false`)
5566
- Significantly reduced build complexity and time
5667
- Eliminated requirement for native compilation toolchains
5768
- **Impact**: Faster builds, simpler deployment, no C++ compiler required for development or packaging
5869
- **Status**: ✅ Released
59-
- **CHANGELOG**: All changes documented in CHANGELOG.md v1.11.0 section
6070

6171
### 24 June 2026 - v1.10.0 Release ✅
6272

@@ -65,15 +75,9 @@ _No known critical issues at this time._
6575
- **Key Changes**:
6676
- Upgraded Drizzle ORM from v0.45.2 to v1.0.0-beta.22 (RC 1.0)
6777
- Updated 7 dependencies including protobufjs, react-router-dom, js-yaml
68-
- Revamped project memory bank system
6978
- **Impact**: Enhanced ORM capabilities, improved security with dependency updates
7079
- **Status**: ✅ Released
7180

72-
### 1 June 2026 - v1.9.0 & v1.9.1 Summary
73-
74-
- **v1.9.1**: Hotfix for CI workflow tag creation
75-
- **v1.9.0**: Added Proxy Settings and Hardware Acceleration control
76-
7781
<!-- Template for future entries:
7882
### [Date] - [Title]
7983
- **Type**: Feature / Bugfix / Release / Refactor

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

8+
## [1.11.1] - 2026-06-24
9+
10+
### Fixed
11+
12+
- **Build**: Fix incorrect placement of `npmRebuild` configuration in electron-builder.yml
13+
- Remove incorrectly nested `build.npmRebuild: false` directive
14+
- This configuration should be set at the root level, not under a `build` section
15+
16+
### Dependencies
17+
18+
- Update Electron from 41.1.1 to 41.9.0
19+
20+
---
21+
822
## [1.11.0] - 2026-06-24
923

1024
### Changed

electron-builder.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ asarUnpack:
2525
- out/main/database/migrations/**
2626
- out/locales/**
2727
compression: maximum
28-
build:
29-
npmRebuild: false
3028
win:
3129
executableName: dexreader
3230
target:

0 commit comments

Comments
 (0)