Skip to content

Commit

Permalink
changelog: 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alonswartz committed May 19, 2024
1 parent 650d208 commit ca65904
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## 0.5.7

Setting a custom `ctime` for new notes is now supported, enabling
deterministic note filenames. Using the `00:00:00` convention, daily
notes are now supported in the embedded Web App and in Vim via the
`NotesiumDaily` command.

Fixed:

- Web/App: Avoid losing editor focus on the first save of a new note.
- Web/App: Skip updating `activeFilenamePrevious` if there is no change.
- Web/App: Alert dismissal race condition.

Added:

- CLI: `new` command now supports `--ctime=` and `--verbose` options.
- API: `api/raw/new` is now available.
- Tests: Added CLI and Web tests for the `new` options.

- Vim: `NotesiumDaily` command/keybinding to open new or existing daily note.
- Web/App: Daily note icon and keybinding to open new or existing daily note.
- Web/App: Daily note custom date selector on icon hover.

Changed:

- API: Note creation now requires `Ctime` argument.
- Web/App: newNote updated to use `api/raw/new` with verbose output.
- Web/App: saveNote updated to include `Ctime` requirement.

## 0.5.6

Fixed:
Expand Down

0 comments on commit ca65904

Please sign in to comment.