Skip to content

Commit

Permalink
Version 10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Nov 25, 2024
1 parent 305044e commit e9f1afa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [10.6.0] - 2024-11-25

### Added
- Update pdf.js to v4.8.69.
- (#4466) Handle LaTeX files with non `.tex` extension.
- This includes a new config item `latex.extraExts`.
- See https://github.com/James-Yu/LaTeX-Workshop/issues/4457#issuecomment-2491096409 for usage.

### Fixed
- Binary file watcher polling should not await.
- This fix will benefit PDF change watcher.
- (#4448) Fix link highlighting in `\ref` and `\input` for non-word characters.
- (#4459) Additional menu buttons in PDF viewer drop down menu no longer hide menu on click.

## [10.5.6] - 2024-10-31

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "LaTeX Workshop",
"description": "Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.",
"icon": "icons/icon.png",
"version": "10.5.6",
"version": "10.6.0",
"publisher": "James-Yu",
"license": "MIT",
"homepage": "https://github.com/James-Yu/LaTeX-Workshop",
Expand Down

0 comments on commit e9f1afa

Please sign in to comment.