mirror of
https://github.com/pawelorzech/FastMemos.git
synced 2026-01-29 19:54:29 +00:00
docs: Add initial release notes for v1.0.0.
This commit is contained in:
parent
99b24e94e3
commit
4b9ae74d1a
1 changed files with 44 additions and 0 deletions
44
RELEASE_NOTES.md
Normal file
44
RELEASE_NOTES.md
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue