From 4b9ae74d1ac3a6247488d7a8de1e184f53d00313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Orzech?= Date: Sun, 18 Jan 2026 02:37:56 +0000 Subject: [PATCH] docs: Add initial release notes for v1.0.0. --- RELEASE_NOTES.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 RELEASE_NOTES.md diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..7b553fc --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,44 @@ +# FastMemos v1.0.0 + +🎉 **Initial Release** + +A lightweight macOS menubar app for quickly capturing notes to your self-hosted Memos instance. + +## ✨ Features + +- **Menubar Integration** - Lives in your menubar, always accessible +- **Global Shortcut** - Press `⌘⇧M` anywhere to capture a thought +- **Liquid Glass UI** - Beautiful macOS 26 native glass design +- **Instant Sync** - `⌘Enter` to push notes to your Memos server +- **Secure Storage** - Credentials stored in macOS Keychain +- **Visibility Control** - Set default visibility + override per memo +- **Real-time Stats** - Live character and word count + +## 📋 Requirements + +- macOS 26.0 (Tahoe) or later +- Self-hosted [Memos](https://github.com/usememos/memos) instance + +## 📦 Installation + +1. Download `FastMemos-1.0.0.zip` +2. Unzip and drag `FastMemos.app` to your Applications folder +3. Launch FastMemos and configure your Memos server in Settings + +## ⌨️ Keyboard Shortcuts + +| Action | Shortcut | +|--------|----------| +| Open note window | `⌘⇧M` | +| Submit note | `⌘Enter` | +| Close window | `Escape` | + +## 🔐 Privacy + +- Credentials stored securely in macOS Keychain +- Notes sent directly to YOUR server +- No analytics, tracking, or telemetry + +--- + +**Full Changelog**: https://github.com/pawelorzech/FastMemos/commits/v1.0.0