From 2f6490ecb8e4a80e0fce9e9998b861374fb9f846 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:11:02 +1200 Subject: [PATCH] chore(main): release 0.1.0 (#1) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..54f1a6a --- /dev/null +++ b/CHANGELOG.md @@ -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))