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 1.0.0 #171

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Oct 3, 2023

🤖 I have created a release beep boop

1.0.0 (2024-05-18)

⚠ BREAKING CHANGES

  • defaults: use TabLine/TabLineSel for default_hl
  • only hide tabline based on opts.show_if_buffers_are_at_least
  • don't delete buffer when falling back to history
  • remove utils.get_hex - use hlgroups.get_hl_attr
  • support for more highlight attrs (#150)
  • make scratch buffer if deleting last buffer

Features

  • add index property to TabPage object (4863677)
  • allow passing function to mapping funcs (1a25aee)
  • custom sorting functions (befa096)
  • global (per buffer/tab/etc) hover events (709a379)
  • history: persist history with resession extension (#174) (96255ec)
  • sidebar.get_width() utility function (5c46b21)
  • support for more highlight attrs (#150) (e0db489)
  • update default config (da7f4c9)

Bug Fixes

  • 0.11 deprecations (#202) (1e9faa6)
  • bufdel: ignore first retval of ui.select, prompt for filename if empty (2f80eeb)
  • buffers: ensure current_valid_index is non-nil (52e050a), closes #76
  • defaults: use TabLine/TabLineSel for default_hl (ee24c3b)
  • disable warning for default_hl keys (f9a9d8c)
  • docs: Replace focused with fg in default_hl in readme (#152) (73a6a52)
  • docs: update outdated reference in readme (12e54ac), closes #180
  • don't check mousemoveevent unless needed (a7efa64)
  • ensure hlgroup cache is always cleared on ColorScheme (90ac470)
  • ensure tabs are always updated on TabNew and TabClosed (68b915a)
  • errors when rendering with no buffers visible (89be4de)
  • get config before checking deps (dc00262)
  • highlight caching (0d2988c)
  • history: iter() should not return an infinite iterator (a2217b1)
  • incorrect function name in sidebar (c2842a5)
  • lint: removed unused value in buffers.lua (7310f19)
  • mappings: attempt to get next buffer when using history fallback (2bf44ee)
  • only trigger mouse drag if screenrow==1 (321bcde), closes #193
  • remove unused import in config.lua (9d2ec14)
  • reuse pick letters (#186) (a5e41ba)
  • set current_index in rendering.lua (62b2b69)
  • update default close icon (acf1047), closes #148
  • use buf_is_valid for both delete and wipeout in bufdelete (999a483)
  • use nvim_tabpage_get_number for tab index (#191) (351ee90)
  • use dot in require instead of slash (b64d130), closes #153

Performance Improvements

  • hover: use upvalues instead of global table (3292948)

Code Refactoring

  • don't delete buffer when falling back to history (652ac5f)
  • make scratch buffer if deleting last buffer (368cd3e)
  • only hide tabline based on opts.show_if_buffers_are_at_least (aa25d8d)
  • remove utils.get_hex - use hlgroups.get_hl_attr (b56f12b)

This PR was generated with Release Please. See documentation.

@willothy willothy added this to the 1.0.0 Release milestone Oct 3, 2023
@github-actions github-actions bot force-pushed the release-please--branches--main--components--nvim-cokeline branch 3 times, most recently from bdd1ef1 to 1bf5463 Compare October 4, 2023 07:55
@willothy willothy removed this from the 1.0.0 Release milestone Oct 4, 2023
@github-actions github-actions bot force-pushed the release-please--branches--main--components--nvim-cokeline branch 4 times, most recently from 2165549 to 4fc48b6 Compare October 8, 2023 02:39
@github-actions github-actions bot force-pushed the release-please--branches--main--components--nvim-cokeline branch 2 times, most recently from b09ded2 to 7c8d0b2 Compare October 18, 2023 17:41
@github-actions github-actions bot force-pushed the release-please--branches--main--components--nvim-cokeline branch from 7c8d0b2 to 8c22763 Compare December 15, 2023 22:44
@github-actions github-actions bot force-pushed the release-please--branches--main--components--nvim-cokeline branch from 8c22763 to 710848f Compare December 23, 2023 14:31
@github-actions github-actions bot force-pushed the release-please--branches--main--components--nvim-cokeline branch from 710848f to adffa2d Compare December 30, 2023 22:50
@github-actions github-actions bot force-pushed the release-please--branches--main--components--nvim-cokeline branch from adffa2d to fd67288 Compare January 7, 2024 23:55
@github-actions github-actions bot force-pushed the release-please--branches--main--components--nvim-cokeline branch 3 times, most recently from d8688e2 to 65e2b75 Compare January 27, 2024 05:50
@github-actions github-actions bot force-pushed the release-please--branches--main--components--nvim-cokeline branch 2 times, most recently from 010362a to 0d25a22 Compare March 20, 2024 21:04
@github-actions github-actions bot force-pushed the release-please--branches--main--components--nvim-cokeline branch from 0d25a22 to 5eabce4 Compare May 18, 2024 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant