# Release 1.0.5

## Changes from 1.0.4

### Features

- **LSH secrets management instructions in CLI output**: When creating a new project with `npx lefv-cra`, the success message now includes instructions for using lsh-framework to sync secrets across machines.

### Documentation

- **Added LSH secrets management guide**: README now includes instructions for using [lsh-framework](https://github.com/gwicho38/lsh) to sync `.env` files across machines with AES-256 encryption via IPFS.

### CLI Output Changes

The `npx lefv-cra my-app` command now displays:
- LSH installation command
- Setup instructions (`lsh init`)
- Push/pull commands for syncing secrets
- Link to lsh-framework documentation
