-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ac81e59
commit 2f6490e
Showing
1 changed file
with
25 additions
and
0 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,25 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2024-06-23) | ||
|
||
|
||
### Features | ||
|
||
* add extension config logic, user path substitutions ([0c6f777](https://github.com/scottmckendry/telescope-resession.nvim/commit/0c6f777fb54b6921dbee2900d8de02f2db4a0349)) | ||
* add mapping for deleting sessions ([7360443](https://github.com/scottmckendry/telescope-resession.nvim/commit/73604433ef9a98bfbb3da1fc1ed5408e034c2291)) | ||
* **ci:** setup ci workflow and supporting configs ([0f455fb](https://github.com/scottmckendry/telescope-resession.nvim/commit/0f455fbcab112f863b34e5d49c9ae5b6d7e211a7)) | ||
* **config:** add dir option ([52a51ec](https://github.com/scottmckendry/telescope-resession.nvim/commit/52a51eca82684ab98bc89398f88a132734d130c3)) | ||
* **config:** add prompt title override ([12d115d](https://github.com/scottmckendry/telescope-resession.nvim/commit/12d115d9fdd2339bf0d40dcf0c3b20a56861c565)) | ||
* resession extension mvp :sparkles: ([33f26a5](https://github.com/scottmckendry/telescope-resession.nvim/commit/33f26a553ecfbe176fcb58b94e6fb801ff58c75a)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove unhelpful print() ([efbfe28](https://github.com/scottmckendry/telescope-resession.nvim/commit/efbfe281aaa865aa7666abdb1c3722ba2c4efc6e)) | ||
* swap out generic fuzzy sorter ([ffb1b76](https://github.com/scottmckendry/telescope-resession.nvim/commit/ffb1b760dab4c08a859abbee4e5eb92496c4dbac)) | ||
* **utils:** use unix-style paths for session encode/decode ([0f5c89d](https://github.com/scottmckendry/telescope-resession.nvim/commit/0f5c89d33093ed5ab0b5b780eb29e5b3b1a76cbf)) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* **ci:** use pre-compiled version of selene ([7a202fe](https://github.com/scottmckendry/telescope-resession.nvim/commit/7a202fef6d0ba8379d8a33e459ab5af74823c796)) |