🤖 I have created a release *beep* *boop* --- ## [3.0.0](https://github.com/folke/persistence.nvim/compare/v2.0.0...v3.0.0) (2024-07-06) ### ⚠ BREAKING CHANGES * opts.need specifieds how many buffers should be open for saving. Replaces save_empty. Closes #19 * removed load_pre/load_post/save_pre/save_post in favor of events. Check the readme * removed `opts.options`. Use `vim.o.sessionoptions` instead. ### Features * added `require("persistence").select()` to select a session to load ([5346b53](5346b5346a
)) * opts.need specifieds how many buffers should be open for saving. Replaces save_empty. Closes [#19](https://github.com/folke/persistence.nvim/issues/19) ([7bb5755](7bb575517c
)) * persistence.active. Check if a session saving is active ([f0ac0e9](f0ac0e981e
)) * **persistence:** add `pre-` and `post-` load hooks ([#24](https://github.com/folke/persistence.nvim/issues/24)) ([3d443bd](3d443bd0a7
)) * removed `opts.options`. Use `vim.o.sessionoptions` instead. ([eb5622e](eb5622edae
)) * removed load_pre/load_post/save_pre/save_post in favor of events. Check the readme ([f58a838](f58a838282
)) * sessions per branch. Closes [#9](https://github.com/folke/persistence.nvim/issues/9) ([cd0054e](cd0054e6a4
)) ### Bug Fixes * don't save `gitrebase` session ([#44](https://github.com/folke/persistence.nvim/issues/44)) ([9dbe264](9dbe2648c6
)) * opts.need ([9c0e522](9c0e5227fa
)) * remove expand() as stdpath() expands itself ([#50](https://github.com/folke/persistence.nvim/issues/50)) ([a2fd3d9](a2fd3d9965
)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
5.1 KiB
5.1 KiB
Changelog
3.0.0 (2024-07-06)
⚠ BREAKING CHANGES
- opts.need specifieds how many buffers should be open for saving. Replaces save_empty. Closes #19
- removed load_pre/load_post/save_pre/save_post in favor of events. Check the readme
- removed
opts.options
. Usevim.o.sessionoptions
instead.
Features
- added
require("persistence").select()
to select a session to load (5346b53) - opts.need specifieds how many buffers should be open for saving. Replaces save_empty. Closes #19 (7bb5755)
- persistence.active. Check if a session saving is active (f0ac0e9)
- persistence: add
pre-
andpost-
load hooks (#24) (3d443bd) - removed
opts.options
. Usevim.o.sessionoptions
instead. (eb5622e) - removed load_pre/load_post/save_pre/save_post in favor of events. Check the readme (f58a838)
- sessions per branch. Closes #9 (cd0054e)
Bug Fixes
- don't save
gitrebase
session (#44) (9dbe264) - opts.need (9c0e522)
- remove expand() as stdpath() expands itself (#50) (a2fd3d9)
2.0.0 (2023-10-15)
⚠ BREAKING CHANGES
- start: session name is now based on the cwd when the session starts and not when the session ends. Fixes #1688
Bug Fixes
- start: session name is now based on the cwd when the session starts and not when the session ends. Fixes #1688 (0361df7)
1.2.1 (2023-10-13)
Bug Fixes
1.2.0 (2023-10-13)
Features
- don't save the session when no files are open (save_empty = false) (e9afeaf)
1.1.0 (2023-02-28)
Features
1.0.1 (2023-01-06)
Bug Fixes
- dont throw error when session was already stopped (70c281e)
1.0.0 (2023-01-04)
⚠ BREAKING CHANGES
- save sessions in state instead of config
Features
- added config options (a39f3f1)
- inital version (8b32094)
- save sessions in state instead of config (c304745)