35 lines
1.3 KiB
Markdown
35 lines
1.3 KiB
Markdown
# Changelog
|
|
|
|
## [2.0.1](https://github.com/olimorris/persisted.nvim/compare/v2.0.0...v2.0.1) (2024-10-17)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* do not autostart the plugin if nvim is passed args ([e65093d](https://github.com/olimorris/persisted.nvim/commit/e65093de393bad9e2bb13348895aaba6319b9ad1))
|
|
|
|
## [2.0.0](https://github.com/olimorris/persisted.nvim/compare/v1.1.1...v2.0.0) (2024-09-11)
|
|
|
|
|
|
### ⚠ BREAKING CHANGES
|
|
|
|
* remove support for old config
|
|
|
|
### Code Refactoring
|
|
|
|
* remove support for old config ([f0f02a9](https://github.com/olimorris/persisted.nvim/commit/f0f02a990c3df2a97dfea9636f719137867d0a52))
|
|
|
|
## [1.1.1](https://github.com/olimorris/persisted.nvim/compare/v1.1.0...v1.1.1) (2024-09-03)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* [#146](https://github.com/olimorris/persisted.nvim/issues/146) better handling for empty tables ([c9c11ee](https://github.com/olimorris/persisted.nvim/commit/c9c11ee71feeecfa86bc7650eda4c4d0c5505f6d))
|
|
* SessionDelete now uses native vim cmds ([#156](https://github.com/olimorris/persisted.nvim/issues/156)) ([6e9c992](https://github.com/olimorris/persisted.nvim/commit/6e9c992381765a57d29ca7dc0b912683216d59c4))
|
|
|
|
## [1.1.0](https://github.com/olimorris/persisted.nvim/compare/v1.0.0...v1.1.0) (2024-08-22)
|
|
|
|
|
|
### Features
|
|
|
|
* add `SessionSelect` command ([999b691](https://github.com/olimorris/persisted.nvim/commit/999b6918b403e3b4ffa6b60d735557ace230ad83))
|