1.3 KiB
1.3 KiB
Changelog
2.0.1 (2024-10-17)
Bug Fixes
- do not autostart the plugin if nvim is passed args (e65093d)
2.0.0 (2024-09-11)
⚠ BREAKING CHANGES
- remove support for old config
Code Refactoring
- remove support for old config (f0f02a9)
1.1.1 (2024-09-03)
Bug Fixes
- #146 better handling for empty tables (c9c11ee)
- SessionDelete now uses native vim cmds (#156) (6e9c992)
1.1.0 (2024-08-22)
Features
- add
SessionSelectcommand (999b691)