Skip to content

Releases: huntie/super-awesome-paste

1.2.3

29 Jun 18:47
e5cfa15
Compare
Choose a tag to compare
  • Added separate command argument to encode HTML entities and made available new context menu entry.
  • Removed this feature from the main paste command and removed escape_html option.

Improvements and fixes

02 Mar 18:07
Compare
Choose a tag to compare
Various improvements, update README

- Removed URL formatting due to many incorrect cases and limited benefit
- Hex colours such as '#ffffff' are now shortened to '#fff'
automatically

v1.2.1

02 Dec 19:23
Compare
Choose a tag to compare
Fix module naming issue when deployed via Package Control

Various improvements

02 Dec 18:39
Compare
Choose a tag to compare

Fixed a long time bug - copied newlines are now preserved on pasting, meaning they will be moved down a line as expected.

The code behind Super-Awesome Paste has been significantly restructured for modularity, which should make it much easier to add improvements in the future.

Added hex colour formatting

23 Aug 14:22
Compare
Choose a tag to compare

Pasting hex triplets from sources that may or may not include a preceding # are now dealt with conveniently, and will be normalised to your preferred capitalisation.

The post-install message has also been updated to provide more information for new users.

Various improvements

06 Jul 11:38
Compare
Choose a tag to compare

Added post install message, improved reindentation behaviour in unspecified files

Bug fixes

30 May 07:36
Compare
Choose a tag to compare

Restored ability to paste accurately into multiple selections, URL formatting improvements

Initial release

24 May 17:17
Compare
Choose a tag to compare
Updated documentation for release

Added further details on installation, options and contributing