Skip to content

Releases: gaoDean/autolist.nvim

v2.3.0

11 Jan 09:08
6bf8833
Compare
Choose a tag to compare

What's Changed

  • perf: do not dot repeat if not needed by @gaoDean in #55
  • refactor: make recal function local scoped by @gaoDean in #58
  • indent: fix older change by @gaoDean in #59
  • docs: add recal autocmd to recommended mappings by @gaoDean in #60

Full Changelog: v2.2.0...v2.3.0

v2.2.0

04 Jan 06:23
75f4cae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

04 Jan 02:06
09b60df
Compare
Choose a tag to compare

What's Changed

  • feat: add mapping function that fixes plugin mapping issues by @gaoDean in #51
  • style: stylua by @gaoDean in #52

Full Changelog: v2.0.0...v2.1.0

v2.0.0

03 Jan 05:06
e29d739
Compare
Choose a tag to compare

What's Changed

  • refactor: remove unused function by @gaoDean in #44
  • fix: don't modify text if not currently in a list by @gaoDean in #45
  • feat(config): change how patterns are attached to filetypes (BREAKING) by @gaoDean in #46
  • style: use stylua by @gaoDean in #47
  • feat: only indent with tab if cursor at end of line by @gaoDean in #48
  • fix: edge case in get_list_start by @gaoDean in #49
  • feat: better custom list patterns configuration by @gaoDean in #50

Full Changelog: v1.10.0...v2.0.0

v1.9.0

02 Jan 05:34
8f5d35f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

v1.8.0

02 Jan 05:27
5cf3306
Compare
Choose a tag to compare

What's Changed

  • chore: delete built-in docs by @gaoDean in #37
  • chore: no universal tags by @gaoDean in #38
  • feat: user set keymaps and dot repeat support (BREAKING) by @gaoDean in #39
  • feat: always recalculate at end of invert or new (BREAKING) by @gaoDean in #40

Full Changelog: v1.7.0...v1.8.0

v1.7.0

22 Dec 00:03
f600383
Compare
Choose a tag to compare

What's Changed

  • feat: dot repeat support by @gaoDean in #35

  • aaadfa9 chore: update gitignore

  • e83d6e5 chore: direct to the wiki and notice readme config might be out of date (#31)

  • 8699a15 chore: update readme config (#31)

  • aca318b chore: Merge remote-tracking branch 'origin/main'
    |
    | * 88c99f1 chore: readme small update
    | * 3b4eaaa chore: add features subheading to readme (#29)

  • | e310d04 fix: checkbox not space padded (#32)
    |/

  • 30c98b7 feat: add paste as recal mapping for default config (#29)

  • fb00a82 chore: readme

  • b7bcfd7 chore: readme

  • 0b5fda0 fix: tab not in list environment didn't work, now works

  • 5cad629 chore: readme update the video to a new one

  • 8d4a26f fix: wasn't inserting tab character when no list found

  • 87486d9 feat: for all list functions, it should ensure proper formatting and cursor end position on execution

  • 24062d0 fix: tab indent didn't recal, was commented out lol

  • aa935a6 chore: readme small

  • a275393 chore: readme

  • 2e14005 chore: readme

Full Changelog: v1.6.0...v1.7.0

v1.6.0

04 Oct 05:39
Compare
Choose a tag to compare

Added

  • You can now use [catch] in conjunction with (<insert argument here>) in the mapping config
  • Well tab and shift-tab finally works...

Fixed

  • Indenting on tab finally works (#19)
  • double up of list marker was recognised as a list entry (#26)
  • broke this plugin for non-md files (#24)
  • init.lua scales with auto.lua (#22)
  • Bug in Normal mode pressing O in indented list (#25)

Full Changelog: v1.5.0...v1.6.0

Version 1.5.0

14 Sep 08:55
Compare
Choose a tag to compare

Added

  • You can now set your own mappings with all the functions the script has access to, look to the wiki for the config.insert_mappings and config.normal_mappings.
  • Added a default mapping of <c-z> in insert mode to recalculate the list, dunno if anyone else wanted that but i was just getting annoyed.
  • Support for <tab> and <s-tab>, they now work like word processors. (functions like <c-t>)

Changed

  • removed config docs in config.lua moved to the wiki

Fixed

  • pressing O at the start of the list made it start with 2

Full Changelog: v1.4.0...v1.5.0

Version 1.4.0

12 Sep 07:19
Compare
Choose a tag to compare

Added

  • can now invert the entire list, when pressing invert on one list entry.

Changed

  • on top level lists, the default was to also indent when inverting the list. Changed that to off by default, #17

Fixed

  • recal didn't check for var nil before using #16

Full Changelog: v1.3.0...v1.4.0