Skip to content

Releases: capybara1/vscode-url-title-resolver

Release 1.1.1

13 Jan 12:15
816790b
Compare
Choose a tag to compare

Changed:

  • Fixed hexadecimal code-points are not converted

Release 1.1.0

01 Jan 22:07
Compare
Choose a tag to compare

Added:

  • Icon for extension
  • Resolution of URLs within the current line in the editor
    in case there is no selection
  • Support for angel bracket syntax

Changed:

  • Documentation

Release 1.0.0

31 Dec 18:24
a269fb8
Compare
Choose a tag to compare
  • Works with all plain URLs and Markdown links without text (e.g. [](https://example.com)) in selection
  • Requests HTML pages to extract title HTML elements
  • Sanitizes title text (trim and compact whitespace, replace HTML entities)
  • Summary after completion