persistence.nvim/CHANGELOG.md
github-actions[bot] 8484fdaa28
chore(main): release 1.0.1 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-06 19:33:37 +01:00

1.5 KiB

Changelog

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)