Skip to content

Latest commit

 

History

History
67 lines (58 loc) · 7.3 KB

CHANGELOG.md

File metadata and controls

67 lines (58 loc) · 7.3 KB

Changelog

1.0.0 (2023-05-28)

⚠ BREAKING CHANGES

  • Require NeoVim 0.8+

Features

  • Add additional markdown query (48895fe)
  • Add descriptions to commands (4a55a2b)
  • Add descriptions to keymaps (ac85a98)
  • Add heuristic for checking LSP (cbb0226)
  • Add logging (91b0ff2)
  • Add optional notifications (3cc3fa4)
  • Add pipe tables to excluded - closes #25 (67c9c61)
  • Add reStructuredText (rst) - closes #23 (6fc3d6a)
  • Add sensible default for gitcommit (e99bb6e)
  • Add support for latex (df8b719)
  • Allow softener to be true/false (2d1a8ce)
  • Allow softener values to be funcs (052b5bc)
  • Check textwidth local ~= global (1067bfd)
  • Different softener values per-filetype (d4d0e52)
  • Enable gitlint (ef9b977)
  • Exclude code blocks in markdown (5f786df)
  • Have heuristic look at textwidth (fba5251)
  • Log exclusions (5ed7904)
  • Log options being used (b1b764f)
  • Option for auto-heuristic detection (2cf07c7)
  • Provide control over set_nvim_opt_defaults (12f96e6)
  • Support allow/denylist (28c76f8)
  • Tweaks to README and expose toggle_wrap_mode() (61fb181)
  • Use BufWinEnter so modelines can be processed (47cbe5b)

Bug Fixes

  • 0.7.2 cannot use log stdpath (169209a)
  • Add placeholder empty file (7d2cb5e)
  • Branch name (282044f)
  • Check softener value first for consistency (7d2c26e)
  • Correct buf->win for 'wrap' option (ccf12ee)
  • Correct project name (212114f)
  • Don't handle non-real buffers (f16f95c)
  • Ensure test resets wrapping mode (4f2a623)
  • Handle 0 textwidth better (5b16e3d)
  • Handle deprecated parse_query (d14af05)
  • Handle wrapping.nvim already active (00d8fad)
  • Hide spell/diagnostics (02ffb86)
  • If likely nontextual, we should not set mode (494b0c6)
  • Ignore any generated tags (a438c24)
  • Make 'return false' explicit (e7c3bf1)
  • Make linebreak/wrap true defaults (dd88c97)
  • Names of branches (b3604ff)
  • No default mode (0923333)
  • Passive voice (e9c43cc)
  • Require NeoVim 0.8+ (36d7044)
  • Return immediately (23eb73d)
  • Support other versions, add treesitter (0ff46c8)
  • Try not doing ln (45d7189)
  • Try running tests directly (b562fc8)
  • Try to fix video (8bc4e41)
  • Use API functions to count blank lines (81c2e1c)
  • Use logic to calculate size of buffer (7198419)
  • Version of stylua action (5cffca9)