Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 3.4.0 #688

Merged
merged 1 commit into from
Jul 15, 2024
Merged

chore(main): release 3.4.0 #688

merged 1 commit into from
Jul 15, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 14, 2024

🤖 I have created a release beep boop

3.4.0 (2024-07-15)

Features

  • added icons for function keys (9222280)
  • mode: allow certain modes to start hidden and only show after keypress. See #690 (b4fa48f)
  • presets: added gw (09b80a6)
  • presets: better padding defaults for helix preset (4c36b9b)
  • presets: increase default height for helix (df0ad20)
  • simplified/documented/fixed mappings sorting. Closes #694 (eb73f7c)
  • state: skip mouse keys in debug (5f85b77)
  • ui: show keys/help in an overlay and added scrolling hint (50b2c43)
  • view: get parent icon if possible (b9de927)

Bug Fixes

  • buf: always detach " when executing keys. Fixes #689 (d36f722)
  • config: set expand=0 by default. Fixes #693 (89434aa)
  • config: warn when deprecated config options were used. Fixes #696 (81413ef)
  • health: move deprecated option check to health (af7a30f)
  • mappings: allow creating keymaps without desc. Fixes #695 (c442aaa)
  • plugins: add existing keymaps to plugin view. Fixes #681 (26f6fd2)
  • presets: don't override title setting for classic. See #649 (9a53c1f)
  • presets: shorter descriptions (20600e4)
  • state: always do full update on BufReadPost since buffer-local keymaps would be deleted. Fixes #709 (6068887)
  • state: don't show when coming from cmdline mode. Fixes #692 (8cba66b)
  • state: honor timeoutlen and nowait. Fixes #648. Closes #697 (80f20ee)
  • state: properly disable which-key when recording macros. Fixes #702 (b506275)
  • state: scrolling (dce9167)
  • tree: rawget for existing plugin node children (c77cda8)
  • util: when no clipboard provider exists, use the " register as default. Fixes #687 (d077a3f)
  • view: disable footer on Neovim < 0.10 (6d544a4)
  • view: ensure highlights get set for title padding (#684) (2e4f7af)
  • view: hide existing title/footer when no trail (4f589a1)
  • view: include group keymaps in expand results. See #682 (39e703c)
  • view: overlap protection should keep at least 4 lines (0d89475)
  • view: padding & column spacing. Fixes #704 (11eec49)
  • view: spacing when more than one box (89568f3)
  • view: special handling of &lt;NL&gt;/<C-J>. Fixes #706 (f8c91b2)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch 3 times, most recently from 3ba9700 to 0128c33 Compare July 14, 2024 17:13
@github-actions github-actions bot changed the title chore(main): release 3.3.1 chore(main): release 3.4.0 Jul 14, 2024
@github-actions github-actions bot force-pushed the release-please--branches--main branch 20 times, most recently from 45f6db1 to 96352e6 Compare July 15, 2024 13:22
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 96352e6 to bf66f0a Compare July 15, 2024 13:45
@folke folke merged commit 6e5b5b0 into main Jul 15, 2024
Copy link
Contributor Author

🤖 Created releases:

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment