Skip to content

Commit 923ca15

Browse files
committed
Publish 4.1.4
SHA256 hashes: jupyterlab-latex-4.1.4.tgz: d9409e0b19258ec2e66c10b2f1c08ca354057a8915bb1eba81c5d83516163f3b jupyterlab_latex-4.1.4-py3-none-any.whl: 543d202124000ce1c561a330f7dd386b8f42218144a85fb1ea5d2cbd83fcfda2 jupyterlab_latex-4.1.4.tar.gz: e592e33fa8e3ec97b979fc58ac8728d938410dc6c50ed03cc1c9da1508f4147c
1 parent c3d3d8e commit 923ca15

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 4.1.4
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyterlab-latex/compare/v4.1.3...c3d3d8e0ed1c8c69105a8bbc0d48858c6203af67))
8+
9+
### Enhancements made
10+
11+
- Use root_dir configuraion [#237](https://github.com/jupyterlab/jupyterlab-latex/pull/237) ([@naoh16](https://github.com/naoh16))
12+
- Make extension compatible with custom drives [#235](https://github.com/jupyterlab/jupyterlab-latex/pull/235) ([@ktaletsk](https://github.com/ktaletsk))
13+
14+
### Documentation improvements
15+
16+
- \[Docs\] Improve the repo description and update screenshot [#236](https://github.com/jupyterlab/jupyterlab-latex/pull/236) ([@ktaletsk](https://github.com/ktaletsk))
17+
- docs: fix lint error [#234](https://github.com/jupyterlab/jupyterlab-latex/pull/234) ([@ktaletsk](https://github.com/ktaletsk))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab-latex/graphs/contributors?from=2024-09-05&to=2024-09-09&type=c))
22+
23+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-latex+involves%3Agithub-actions+updated%3A2024-09-05..2024-09-09&type=Issues) | [@ktaletsk](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-latex+involves%3Aktaletsk+updated%3A2024-09-05..2024-09-09&type=Issues) | [@naoh16](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-latex+involves%3Anaoh16+updated%3A2024-09-05..2024-09-09&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 4.1.3
628

729
([Full Changelog](https://github.com/jupyterlab/jupyterlab-latex/compare/v4.1.1...3e490aa42608c5170c36b5dd8e641045b3cb9818))
@@ -20,8 +42,6 @@
2042

2143
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-latex+involves%3Agithub-actions+updated%3A2024-09-05..2024-09-05&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-latex+involves%3Akrassowski+updated%3A2024-09-05..2024-09-05&type=Issues) | [@ktaletsk](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-latex+involves%3Aktaletsk+updated%3A2024-09-05..2024-09-05&type=Issues)
2244

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2545
## 4.1.2
2646

2747
([Full Changelog](https://github.com/jupyterlab/jupyterlab-latex/compare/v4.1.1...9bf16578ab7763e62ea0ca055d7ec4584440ddef))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/latex",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"description": "JupyterLab extension for running LaTeX",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)