mirror of
https://github.com/folke/persistence.nvim.git
synced 2025-08-05 10:34:59 +02:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2.4 KiB
2.4 KiB
Changelog
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)