Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [0.2.0](https://github.com/bryansray/daymark/compare/v0.1.0...v0.2.0) (2026-04-06)


### Features

* **calendars:** add get command ([4d1eda2](https://github.com/bryansray/daymark/commit/4d1eda2f9db8e3cd36e4d1a7f6c59e9e3f87c797))
* **cli:** add styled terminal output ([23e1b8f](https://github.com/bryansray/daymark/commit/23e1b8f6b36e3fe5f3f501ef19dedf40cb3b96fc))
* **cli:** add version flag ([dd93d18](https://github.com/bryansray/daymark/commit/dd93d1857761c95ad8200c53e86ec3e47112afcb))
* **cli:** group event output by day ([ca8928d](https://github.com/bryansray/daymark/commit/ca8928d67ac2245dbb7fa3a7f20be28a24ef6fc0))
* **cli:** improve event output formatting ([a0d74c2](https://github.com/bryansray/daymark/commit/a0d74c2653708a8e107ffe6884a5f6422e0afef9))
* **cli:** render app errors consistently ([3c0c100](https://github.com/bryansray/daymark/commit/3c0c100ccc0e1d93654c3a30a43f5d4427659f39))
* **events:** add get command ([b01ea00](https://github.com/bryansray/daymark/commit/b01ea00e2b1b59ce7b54ac171286c66d9b1b5201))
* **events:** add result limits to queries ([6d24c27](https://github.com/bryansray/daymark/commit/6d24c271bef91355c8c6ff8bd4bf3ecb2e09d1a4))
* **events:** add today command ([0aae4a9](https://github.com/bryansray/daymark/commit/0aae4a9d5f9290ae2765f3bb11f4bf4b1f06b1aa))
* **events:** add tomorrow command ([3563753](https://github.com/bryansray/daymark/commit/35637535879e3c36bdab521af1c374603f5ccdbb))
* **events:** add upcoming command ([d17dada](https://github.com/bryansray/daymark/commit/d17dada1178d52c6e94e9b44abb85a4b096f9105))
* **events:** improve recurrence visibility ([19bea4a](https://github.com/bryansray/daymark/commit/19bea4af7c78ba7f87c1939ff48d5ced52fa7b78))
* **events:** support partial id search ([445b86d](https://github.com/bryansray/daymark/commit/445b86d728bf47c80a51e6db79d624eeac5f157a))