# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - Various features listed in [TODO](/roadmap/TODO.md) ## [0.1.0] - 2024-03-21 ### Added - Implemented the following commands: - `add`: to add a note - `show`: to show files with similar name - `list`: to list all notes - `delete`: to delete a note - `purge`: purge all notes - `pa`: to add a note by piping - `config`: to show wiki-o configuration - Added configuration file ### Security - Added trivy github workflow