Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jun 24, 2023

🤖 I have created a release beep boop

1.8.0 (2023-06-26)

Features

  • added prompt window that shows pattern during jump (can be disabled) (3fff703)
  • api: allow a match to disable getting a label (ea56cea)
  • api: allow a match to enable/disable highlight (38eca97)
  • ffi: added mappings_enabled (6f6af15)
  • hacks: added support for detecting user input waiting (81c610a)
  • highlight: added option to disable distance based labeling (ad9212f)
  • highlight: show fake cursor in all windows when flash is active (471b165)
  • highlight: when running in vscode, set default hl groups to something that works (d4c30b1)
  • jump: added jump offset (0f2dfac)
  • jump: added options for remote operator pending mode (436d1f4)
  • jump: remote operator pending operations will now always return to the original window (c11d0d1)
  • label: minimum pattern length to show labels. Closes #68 (2c2302a)
  • matcher function now has a from/to opts param (1cb669d)
  • remote_op: allow setting motion to nil to automatically start a new motion when needed (259062d)
  • remote: implement remote using new remote_op options (51f5c35)
  • searches can now be continued. Closes #54 (487aa52)
  • state: added support for restoring all window views and current window (01736c0)
  • util: luv check that does something when something finishes (a3643eb)
  • vscode: make flash work properly in vscode by updating/changing the default config. Fixes #58 (fa72836)

Bug Fixes

  • config: process modes in correct order. Fixes #50 again (919cbe4)
  • disable prompt on vscode (f93b33d)
  • jump: fixup to always use a motion for remote ops (11fa883)
  • jump: improved operator pending mode for jumps (16f785f)
  • jump: operator pending mode for remote jumps now behaves correctly (cb24e66)
  • remote: make sure opts always exists (7083750)
  • search: added support for search-commands. Fixes #67 (7a59c42)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--flash.nvim branch from f0104eb to b611a52 Compare June 24, 2023 18:42
@github-actions github-actions bot added the autorelease: pending This PR is pending an automatic release label Jun 24, 2023
@github-actions github-actions bot changed the title chore(main): release 1.7.1 chore(main): release 1.8.0 Jun 24, 2023
@github-actions github-actions bot force-pushed the release-please--branches--main--components--flash.nvim branch 11 times, most recently from 8669d56 to 84acd77 Compare June 26, 2023 17:45
@github-actions github-actions bot force-pushed the release-please--branches--main--components--flash.nvim branch from 84acd77 to 47f5bca Compare June 26, 2023 18:05
@folke folke merged commit 0a5e7fc into main Jun 26, 2023
@github-actions
Copy link
Contributor Author

🤖 Release is at https://github.com/folke/flash.nvim/releases/tag/v1.8.0 🌻

@github-actions github-actions bot added autorelease: tagged and removed autorelease: pending This PR is pending an automatic release labels Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment