Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 23, 2024

🤖 I have created a release beep boop

1.0.0 (2025-05-27)

⚠ BREAKING CHANGES

  • config: rename callbacks to hooks
  • drop support for nvim <= 0.10
  • fully typed config and API, use tables for callback ctx

Features

  • allow passing data from guest to host (d3e3529)
  • allow remote use of quickfix mode (nvim -q) (de9f7b0), closes #94
  • config: rename callbacks to hooks (738e16b)
  • support command passthrough without files (87fc4e0)

Bug Fixes

  • nvim -q (ea99c8c)
  • timeout must be &gt;= 0 for vim.wait (814f3d2)
  • opening files in current window did not switch buffers (99582fc)
  • os/compat: check jit.os == "Windows" instead of has("win32") (22fc170)
  • remove the fast_events param of vim.wait (8bded0b)
  • remove uses of buffer and window type aliases (cc3d8f7)
  • return value from rpc call (ab2e108)
  • set buffer when using the smart open strategy (45cd774)
  • stop waiting if/when rpc channel is closed (4607ac0)
  • trim scheme from file uri (9e55edc)
  • use 0xffffffffffffffff instead of math.huge (9203fc6)
  • use rpc.connect() instead of guest.sockconnect() (754a7fa)
  • use default interval for vim.wait (4258a0a)
  • use rpc module functions in default hooks (6a91020)

Documentation

  • update breaking change notice in readme (d5d7cef)

Code Refactoring

  • drop support for nvim <= 0.10 (cc3d8f7)
  • fully typed config and API, use tables for callback ctx (ffb2979)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--flatten.nvim branch 13 times, most recently from 60b9560 to 6974ed0 Compare December 30, 2024 04:19
@willothy willothy linked an issue Dec 30, 2024 that may be closed by this pull request
@github-actions github-actions bot force-pushed the release-please--branches--main--components--flatten.nvim branch from 6974ed0 to 99b4b19 Compare December 30, 2024 04:34
@github-actions github-actions bot force-pushed the release-please--branches--main--components--flatten.nvim branch from 99b4b19 to 719d90d Compare May 27, 2025 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support quickfix mode Breaking changes on main (flatten.nvim 1.0.0)
0 participants