Releases: casouri/valign
Releases · casouri/valign
v3.1.1
Bug fixes
- table.el tables are aligned correctly.
valign-signal-parse-error
is more intuitive.
- Other bug fixes
v3.1.0
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
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
Changes
- Now valign.el supports org-indent-mode.
v2.2.0
Changes
- Now valign tries to align the table less often. It only aligns after you press TAB.
- bugfixes.
v2.1.0
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
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.