Releases: laststance/corelive
0.1.8
Full Changelog: v0.1.7...v0.1.8
0.1.7
Full Changelog: v0.1.6...v0.1.7
0.1.6
Full Changelog: v0.1.5...v0.1.6
0.1.5
What's Changed
- feat(electron): add Settings with Hide App Icon functionality by @ryota-murakami in #14
- feat(electron): migrate main process to TypeScript by @ryota-murakami in #13
- chore(electron): remove old .cjs files and migrate dev-runner to TypeScript by @ryota-murakami in #15
Full Changelog: v0.1.4...v0.1.5
v0.1.4 - Fix Auto-Update (Clean Rebuild)
Bug Fix
Fixed: 'Cannot find module electron-updater' Error
v0.1.3 did not fully fix the issue because the build used cached node_modules.
This release was built after:
pnpm clean- Removed node_modules, pnpm-lock.yaml, and dist-electronpnpm install- Fresh dependency installation with electron-updater correctly placed in dependencies- Clean production build
Now electron-updater is properly bundled in the app.asar.
Downloads
- DMG: For macOS installation (Intel and Apple Silicon)
- ZIP: For direct app extraction (auto-update compatible)
Full Changelog: v0.1.3...v0.1.4
v0.1.3 - Fix Auto-Update Module Bundling
Bug Fix
Fixed: 'Cannot find module electron-updater' Error
This release fixes a critical bug where clicking Check for Updates... would fail with the error:
Cannot find module 'electron-updater'
Root Cause: electron-updater was incorrectly placed in devDependencies. Since electron-builder strips devDependencies from production builds, the module was not bundled in the app.
Fix: Moved electron-updater from devDependencies to dependencies, ensuring it's included in production builds.
Downloads
- DMG: For macOS installation (Intel and Apple Silicon)
- ZIP: For direct app extraction (auto-update compatible)
Full Changelog: v0.1.2...v0.1.3
v0.1.2 - Auto-update Integration
What's New
Auto-Update Feature π
- Automatically checks GitHub Releases for updates on startup (3 second delay)
- Periodically checks every 4 hours for new versions
- Users can manually check via CoreLive β Check for Updates...
- Shows confirmation dialogs when updates are available
- Downloads updates in background with progress reporting
- Restart prompt when update is ready to install
Technical Changes
- Added updater IPC handlers in main.cjs for manual update triggers
- Added 'Check for Updates...' menu item to App menu
- Full integration with electron-updater and GitHub Releases
Downloads
- DMG: For macOS installation (Intel and Apple Silicon)
- ZIP: For direct app extraction (auto-update compatible)
Full Changelog: v0.1.1...v0.1.2
CoreLive v0.1.1
What's New in v0.1.1
π Security & Distribution
- Notarization enabled: Production builds are now properly notarized by Apple for seamless macOS Gatekeeper verification
π¦ Download
- Apple Silicon (arm64): CoreLive-0.1.1-arm64.dmg
- Intel (x64): CoreLive-0.1.1.dmg
π Technical Changes
- Enabled
notarize: truein electron-builder configuration - Full code signing with Developer ID Application certificate
CoreLive v0.1.0
CoreLive v0.1.0
Downloads
- macOS Intel (x64): CoreLive-0.1.0.dmg
- macOS Apple Silicon (arm64): CoreLive-0.1.0-arm64.dmg
What's Included
- Full-featured productivity app
- Signed with Developer ID Application certificate
- Hardened runtime enabled
Installation
- Download the appropriate DMG for your Mac architecture
- Open the DMG and drag CoreLive to Applications
- On first launch, right-click and select Open to bypass Gatekeeper (if needed)