Skip to content

Tags: weizai118/vscode-drawio

Tags

v0.7.1-alpha.1

Toggle v0.7.1-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix mxUrlConverter.prototype.convert behavior with vscode (hediet#87)

* fix mxUrlConverter.prototype.convert behavior with vscode

This is done by doing 2 things:

fix isRelativeUrl : vscode use a custom protocol (i.e. vscode-resource://) which is not support by the current mxUrlConverter implementation.

fix baseUrl, relative urls are prefixed by baseUrl which is generated for protocol + host. Both protocol and host value are wrong in vscode context.

* Updates changelog.

Co-authored-by: Henning Dieterichs <henning.dieterichs@live.de>

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request hediet#85 from hediet/pending-releases/v0.7.0-alpha.6

Release [0.7.0-alpha.6] as [0.7.0]

v0.7.0-alpha.6

Toggle v0.7.0-alpha.6's commit message
Prevents draw.io from capturing ctrl-p.

v0.7.0-alpha.5

Toggle v0.7.0-alpha.5's commit message
Improves readme. Mentions that .drawio.png is now supported.

v0.7.0-alpha.4

Toggle v0.7.0-alpha.4's commit message
Fixes pr link.

v0.7.0-alpha.3

Toggle v0.7.0-alpha.3's commit message
Increases version.

v0.6.6

Toggle v0.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request hediet#67 from hediet/pending-releases/v0.6.6-alpha.2

Release [0.6.6-alpha.2] as [0.6.6]

v0.6.6-alpha.2

Toggle v0.6.6-alpha.2's commit message
Clears etag for normalization.

v0.6.6-alpha.1

Toggle v0.6.6-alpha.1's commit message
Adds support for incremental alpha releases.

v0.6.1

Toggle v0.6.1's commit message
Updates readme.