Skip to content

Releases: GehDoc/vscode-textile-preview

1.0.1

04 Mar 21:37
Compare
Choose a tag to compare

Fixed

  • [CSS] Fix highlight on hover for <UL>. Progress on #18.

1.0.0

01 Mar 22:45
Compare
Choose a tag to compare

Added

  • [DOC] clarify "textile" guards in the code source, and explain how-to use them in CONTRIBUTING.md
  • [DOC] Tests are required.
  • [DOC] CONTRIBUTING : announce our modified Textile.js web live editor
  • [PREVIEW] Activate tokens caching
  • [INTERNAL] Add script to convert screencast formats (WEBM to GIF)

Changed

  • [INTERNAL] Clarify prepare_vscode_tree.sh feedbacks
  • Update to vscode 1.42.1
  • [PREVIEW] Init Textile-js options at the right place, and remove unused variable and comment.
  • Update textile-js to GehDoc/textile-js@34e3fdf , to allow implementation of tokens caching.
  • Update textile-js to GehDoc/textile-js@242ba11 , to get library versioning and fresh sources (updated webpack).
  • [OPTIONS] Disable 'linkify' option (wasn't working). Progress on #3

Fixed

  • [PREVIEW] Use font-size and line-height from VSCode's parameters. Progess on #3

0.3.8

10 Feb 12:27
Compare
Choose a tag to compare
0.3.8 Pre-release
Pre-release

Fixed

  • [PREVIEW] Allow accurate hover on multi-levels LI. Closes #5.
  • [CSS] small fix of high contrast theme.

Changed

  • Update to vscode 1.42.0

Added

  • Contributing guide. Closes #15.

0.3.7

04 Feb 21:49
Compare
Choose a tag to compare
0.3.7 Pre-release
Pre-release

Fixed

  • [DEPENDENCIES] Update textile-js to GehDoc/textile-js@37dd69b. Fixes #30, #31, and a problem of wrongly parsed block after some blank lines.
  • [DOC] Clarified feature list.
  • [SOURCE] Some tooltips where doubled, because the list of extracted links wasn't sorted.

Changed

  • [INTERNAL] Share languages lists between tools. Closes #16.

0.3.6

01 Feb 15:07
Compare
Choose a tag to compare
0.3.6 Pre-release
Pre-release

Added

  • [SOURCE] Implement links and image extraction and activation. Closes #21.

Changed

  • Update to vscode 1.41.1
  • [DOC] Clarify features

0.3.5

17 Dec 23:14
Compare
Choose a tag to compare
0.3.5 Pre-release
Pre-release

Changed

  • Update to vscode 1.41.0

Fixed

  • vscode 1.41.0 fixes : #24, #32.
  • [CSS] "bc." highlighting on select/hover was broken

0.3.4

12 Dec 22:26
Compare
Choose a tag to compare
0.3.4 Pre-release
Pre-release

Fixed

  • [DEPENDENCIES] Update webpack
  • [DOC] Fix garbage at the end of README.md on Visual Studio Code Marketplace

Changed

  • [INTERNAL] Prepare update to vscode 1.41.0
  • [I18N] Update to latest vscode-loc

0.3.3

10 Dec 20:46
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release

Added

  • [INTERNAL] split markdown.css in the tool to import sources from vscode

Changed

  • [CSS] harmonize <pre> style with markdown preview

Fixed

  • [DEPENDENCIES] Update webpack-copy

0.3.2

11 Nov 22:29
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Added

  • [DOC] Add sponsorship link on GitHub and on README.md

Fixed

  • [INTERNAL] git update process was broken

Changed

  • Update to vscode-1.40.0

0.3.1

20 Oct 14:33
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Fixed

  • [INTERNAL] Build process was broken (I was using a patched version of vscode-nls-dev)
  • [CSS] Fix : #23, #27

Added

  • [INTERNAL] Add Travis CI, to launch test suite after each push to the repository : Linux & OS X

Changed

  • [CSS] Splitted to ease future updates