persistence.nvim/CHANGELOG.md
2024-06-12 03:54:06 +00:00

3.7 KiB

Changelog

2.1.0 (2024-06-12)

Features

  • persistence: add pre- and post- load hooks (#24) (3d443bd)

Bug Fixes

  • don't save gitrebase session (#44) (9dbe264)
  • 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

  • dont save the session when only gitcommit buffers are present. Fixes #14 (8f7cbcc)

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

  • persistence: pre_save option to call before saving (#22) (f4bb0c5)

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)

Bug Fixes

  • dont show errors when loading a session (ad7fcd4)
  • properly escape session file names on Windows (#7) (83af96b)
  • renamed session to persistence in autocmds (38203a1)
  • vim.fn.has('win32') returns 0 or 1, not a boolean (#8) (77cf5a6)