Skip to content

Commit

Permalink
chore(release): bump version to v2.9.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jan 31, 2024
1 parent c83f9cb commit 8b10f0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v2.9.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v2.9.0) - 2024-01-31

### Added

- Added configuration option `image_name_func: (fun(): string)|?` for customizing the default image name/prefix when pasting images via `:ObsidianPasteImg`.
- Added client method `Client:current_note()` to get the note corresponding to the current buffer.
- Added client method `Client:list_tags()` for listing all tags in the vault, along with async version `Client:list_tags_async(callback: fun(tags: string[]))`.
- Added note method `Note.add_field(key: string, value: any)` to add/update an additional field in the frontmatter.
- Added note method `Note.get_field(key: string)`.
- Added note method ` Note.save_to_buffer(bufnr: integer|?, frontmatter: table|?)` for saving the frontmatter to a buffer.
- Added note method `Note.save_to_buffer(bufnr: integer|?, frontmatter: table|?)` for saving the frontmatter to a buffer.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion lua/obsidian/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "2.8.0"
return "2.9.0"

0 comments on commit 8b10f0c

Please sign in to comment.