# Changelog All notable changes to PassAGE will be documented in this file. ## [0.1.0] - Initial Release ### Features - PassAGE password manager using AGE encryption - Master password model: single password protects all stored passwords - Core commands: init, show, insert, edit, generate, rm, mv, cp, find, grep, ls - Git integration for version control - Clipboard support (X11 and Wayland) - Secure password generation using crypto/rand ### Technical Details - Written in Go - Uses filippo.io/age library for encryption - Compatible with AGE v1 specification - Argon2id parameters: 3 iterations, 32MB memory, 4 threads, 32-byte output