Skip to content

Commit f9bd2ff

Browse files
pungys97cursoragent
andcommitted
release: v0.11.0
Co-authored-by: Cursor <[email protected]>
1 parent 8f286cc commit f9bd2ff

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# MemoryLane v0.10.0
1+
# MemoryLane v0.11.0
22

33
MemoryLane is a macOS system tray app that captures your screen activity, processes it with OCR and AI summarization, and makes it searchable through an MCP server — giving AI assistants like Claude and Cursor memory of what you've been working on.
44

55
## What's Changed
66

7-
- **Automatic updates** — the app now checks for new releases on launch and every 4 hours, downloads updates in the background, and shows an "Install Update Now" option in the tray menu when ready
8-
- **GitHub publish config**`electron-builder.yml` now includes a GitHub publish provider, enabling `electron-updater` to detect and download new versions from GitHub Releases
9-
- **Simplified tray menu** — removed the per-session API usage stats submenu for a cleaner tray experience; database stats remain available
7+
- **Native Swift screenshot module** — added a new native macOS screenshot capture path using Swift, replacing the Electron desktopCapturer dependency for faster, lower-overhead screen capture
8+
- **Fixed-interval ScreenCapturer** — new `ScreenCapturer` class that supports fixed-interval frame capture alongside the existing event-driven mode
9+
- **Configurable capture settings UI** — adjust visual change threshold, typing timeout, and scroll timeout directly from the main window (#28, closes #33)
10+
- **URL parsing fix** — fixed URL parsing in the bundled app that could cause failures in production builds
11+
- **Internal improvements** — better bundleId separation for dev/production builds, updated MCP prompt quality, increased max history size, added migration tooling and architecture documentation
1012

1113
## Features
1214

@@ -55,4 +57,4 @@ After launching:
5557

5658
## Full Changelog
5759

58-
https://github.com/deusXmachina-dev/memorylane/compare/v0.9.1...v0.10.0
60+
https://github.com/deusXmachina-dev/memorylane/compare/v0.10.0...v0.11.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "memorylane",
33
"productName": "MemoryLane",
4-
"version": "0.10.0",
4+
"version": "0.11.0",
55
"description": "MemoryLane is a system tray application that captures screenshots at regular intervals.",
66
"main": "./out/main/index.js",
77
"private": true,

0 commit comments

Comments
 (0)