Skip to content

Releases: casouri/valign

v3.1.1

16 Mar 16:35
421c8c0
Compare
Choose a tag to compare

Bug fixes

  • table.el tables are aligned correctly.
  • valign-signal-parse-error is more intuitive.
  • Other bug fixes

v3.1.0

28 Jan 01:03
be86359
Compare
Choose a tag to compare

New features

  • New custom option valign-max-table-size.
  • Change variable valign-not-align-after-list to a custom option.
  • New face valign-table-fallback.

Bug fixes

  • Now org-indent should work with display-line-numbers-mode
  • Other bug fixes

v3.0.0

30 Nov 03:49
cd2b563
Compare
Choose a tag to compare

Breaking changes

  • Custom option valign-separator-row-style is gone. Now there is only multi-column style.

New features

  • Support for table.el style tables.
  • Better error handling

v2.3.0

18 Sep 16:31
8c28c8c
Compare
Choose a tag to compare

Changes

  • Now valign.el supports org-indent-mode.

v2.2.0

16 Sep 02:47
1858260
Compare
Choose a tag to compare

Changes

  • Now valign tries to align the table less often. It only aligns after you press TAB.
  • bugfixes.

v2.1.0

13 Sep 17:59
44f065d
Compare
Choose a tag to compare

Change

Now valign tries to leave a space on both sides of the cell's content, so if you type a space, it doesn't move the cursor to the right.

v2.0.0

24 Jul 00:27
901112e
Compare
Choose a tag to compare

Breaking changes

  • valign-mode is no longer a global minor mode, but a local minor mode.

New features

  • Valign doesn't align tables in Org example blocks and code blocks anymore.
  • A new custom option, valign-fancy-bar. With it enabled, valign renders table bars with continuous lines.