diff --git a/CHANGELOG.md b/CHANGELOG.md index bab1144..19cd7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog -## 0.1.0 +## 0.2.0 (2024-12-21) + +- You can now navigate through the table with the arrow keys. +- You can now delete tags with backspace or delete when a row is selected. +- New tags will now trigger a system notification. + +## 0.1.0 (2024-12-20) The first version of beeps. The main binary for now is `beeps`, which is a TUI that lets you know when you have a new ping and tag it. Everything is stored locally using CRDTs, and a sync server will be coming soon (as well as quality-of-life features like notifications.)