You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEW: Snippets: Allow multiple line numbers or line number blocks separated by ,.
NEW: Snippets: Allow using a negative index for number start indexes and end indexes. Negative indexes are converted to positive indexes based on the number of lines in the snippet.
FIX: Snippets: Properly capture empty newline at end of file.
FIX: Snippets: Fix issue where when non sections of files are included, section labels are not stripped.
FIX: BetterEm: Fixes for complex cases.
FIX: Blocks: More consistent handling of empty newlines in block processor extensions.