Skip to content

1.2.0

Choose a tag to compare

@clairefro clairefro released this 04 Mar 00:06

What's new

  • Adds NOTODAY flag to optionally hide the current time marker in specific timelines

Without flag (default):

```chronos
- [2025-02-02~2025-03-28] foo
```
image

With flag:

```chronos
> NOTODAY
- [2025-02-02~2025-03-28] foo
```
image