-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b0d3e0
commit 2346ca4
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.) |