Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: laststance/corelive

0.1.8

19 Jan 00:23

Choose a tag to compare

0.1.7

13 Jan 09:13

Choose a tag to compare

Full Changelog: v0.1.6...v0.1.7

0.1.6

12 Jan 02:21

Choose a tag to compare

Full Changelog: v0.1.5...v0.1.6

0.1.5

11 Jan 22:12

Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4 - Fix Auto-Update (Clean Rebuild)

11 Jan 05:24

Choose a tag to compare

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:

  1. pnpm clean - Removed node_modules, pnpm-lock.yaml, and dist-electron
  2. pnpm install - Fresh dependency installation with electron-updater correctly placed in dependencies
  3. 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

11 Jan 05:02

Choose a tag to compare

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

11 Jan 04:14

Choose a tag to compare

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

11 Jan 02:41

Choose a tag to compare

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: true in electron-builder configuration
  • Full code signing with Developer ID Application certificate

CoreLive v0.1.0

10 Jan 04:20

Choose a tag to compare

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

  1. Download the appropriate DMG for your Mac architecture
  2. Open the DMG and drag CoreLive to Applications
  3. On first launch, right-click and select Open to bypass Gatekeeper (if needed)