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 20.0.0 #90

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

OXY2DEV
Copy link
Owner

@OXY2DEV OXY2DEV commented Aug 8, 2024

🤖 I have created a release beep boop

20.0.0 (2024-08-20)

⚠ BREAKING CHANGES

  • renderer: Added experimental support for lists inside block elements

Bug Fixes

  • Added experimental support for aligned checkbox desvription (f9aba72), closes #107
  • Added option to change the indent size of list items (d54039e), closes #96
  • Added the ability to open <cfile> links under cursor (7f4639a), closes #97
  • Fixed a big casuing hybrid mode to become active on mode change (15a49b5)
  • Fixed a big causing highlight groups to not apply on empty config table (1dd1d30)
  • Fixed a bug causing callbacks to not work on some functions (a8e104b), closes #104
  • Fixed a bug causing the on_mode_changed() callback to not fire (cb7570b)
  • gx: Fixed a bug causing gx to not work with links. (6d0bcce), closes #97
  • Made tables compatible with multi-col characters (03290ce), closes #42
  • parser: Added support for extra info on the code block start line (7e0ad40), closes #77
  • parser: Added support for labels in links (1fc5d90)
  • Removed auto setting conceallevel & concealcursor (798fd99)
  • Removed debug print for luminosity (798fd99), closes #101 #102
  • renderer: [] are now counted when rendering tables (c4f3d54), closes #75
  • renderer: Added debounce to ModeChanged event (c9fa106), closes #99 #98
  • renderer: Added experimental support for lists inside block elements (81c64a8), closes #115
  • renderer: Added mode validator for hybrid_mode listeners (c9fa106)
  • renderer: Added option to disable top/bottom border & fixed a rendering error that occured when disabling "use_virt_lines" (31d36e9)
  • renderer: Added support for language names in code blocks (5db0e8e), closes #72
  • renderer: Added the filetype finding function to the code blocks renderer (d69122d), closes #72
  • renderer: Fixed a big causing numbered lists to use virtual text (6404094)
  • renderer: Fixed incorrect alignment of nested code blocks within lists (738ddc0)
  • renderer: Made icons optional (6671dd4)
  • renderer: Reworked hybrid_mode (e29b7b5)
  • renderer: Table cells now respect the column count & the cell width (a0d8a5d), closes #75

This PR was generated with Release Please. See documentation.

@OXY2DEV OXY2DEV force-pushed the release-please--branches--main branch 11 times, most recently from e3801de to bbca74d Compare August 13, 2024 06:07
@OXY2DEV OXY2DEV force-pushed the release-please--branches--main branch 3 times, most recently from ac13861 to 1d5e2b3 Compare August 19, 2024 09:02
@OXY2DEV OXY2DEV changed the title chore(main): release 19.0.1 chore(main): release 20.0.0 Aug 20, 2024
@OXY2DEV OXY2DEV force-pushed the release-please--branches--main branch from 1d5e2b3 to 405354c Compare August 20, 2024 08:36
@OXY2DEV OXY2DEV merged commit 169faa8 into main Aug 20, 2024
1 check passed
@OXY2DEV OXY2DEV deleted the release-please--branches--main branch August 20, 2024 08:41
@OXY2DEV
Copy link
Owner Author

OXY2DEV commented Aug 20, 2024

🤖 Created releases:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment