Skip to content

Releases: ilyakam/RemoveDuplicateLines

[2.1.1] - 2024-04-03

03 Apr 16:24
Compare
Choose a tag to compare

Fixed

  • Code style to follow the PEP8 style guide
  • Remove colons from all subheadings in this changelog

[2.1.0] - 2020-11-27

27 Nov 23:29
Compare
Choose a tag to compare

Added:

  • Menu option to activate the plugin in Edit below Sort / Permute Lines

[2.0.0] - 2018-06-03

04 Jun 00:08
45cef96
Compare
Choose a tag to compare

Added:

  • Ability to remove all duplicate lines within one or more selection(s)
  • Ability to preserve selection after removal

Changed:

  • The README to reflect the new functionality including screenshots

Removed:

  • Ability to remove all lines that match the selection

[1.2.1] - 2018-06-03

03 Jun 21:42
2043532
Compare
Choose a tag to compare

Fixed:

  • Ensure that lines of different lengths are not concatenated together
  • Ensure that trailing lines are preserved

[1.2.0] - 2018-05-15

16 May 02:55
f9ae8e9
Compare
Choose a tag to compare

Added:

  • Installation instructions to the README

[1.1.0] - 2018-05-14

15 May 04:36
dbdd088
Compare
Choose a tag to compare

Added:

  • The command to "Remove Duplicate Lines" to the Command Palette

Changed:

  • The built-in View.erase() method to simplify this plugin
  • The README to reflect that the first occurrence will be kept intact

[1.0.0] - 2018-04-21

22 Apr 00:51
f83c0e0
Compare
Choose a tag to compare

Added:

  • Ability to remove duplicate lines from the entire file
  • Ability to remove all lines that match the selection
  • Default keyboard shortcut: shiftF5
  • Documentation: README, CONTRIBUTING, and LICENSE