-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
2 changed files
with
24 additions
and
15 deletions.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
All notable changes to Recall will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.0.0](<(https://github.com/fnune/recall.nvim/releases/tag/1.0.0)>) - 2024-03-08 | ||
|
||
### Added | ||
|
||
Initial release of Recall. | ||
|
||
- Basic global mark management with `:Recall{Toggle,Mark,Unmark}` and | ||
`:RecallClear` | ||
- Basic global mark navigation with `:Recall{Next,Previous}` | ||
- Sign column with a customizable character | ||
- Support for Neovim 0.10.x and also 0.9.x and lower | ||
- Telescope integration beyond the built-in `:Telescope marks` that allows mark | ||
deletion and displaying only global marks | ||
- Improved stability by adding CI and testing using [plenary][plenary-tests] | ||
|
||
[plenary-tests]: https://github.com/nvim-lua/plenary.nvim/blob/master/TESTS_README.md |
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