Skip to content

Commit 6dddb65

Browse files
committed
v0.1.4
1 parent 9a2440e commit 6dddb65

File tree

4 files changed

+36
-16
lines changed

4 files changed

+36
-16
lines changed

changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [v0.1.4](https://github.com/janosh/matterviz/compare/v0.1.3...v0.1.4)
4+
5+
> 20 July 2025
6+
7+
### 🛠 Enhancements
8+
9+
- Add `ContextMenu.svelte` used on double click in `Composition.svelte` to select chart mode, color palette, export text/JSON/SVG/PNG by @janosh in https://github.com/janosh/matterviz/pull/94
10+
- URL-based data loading in Structure and refactored in Trajectory by @janosh in https://github.com/janosh/matterviz/pull/93
11+
12+
### 🐛 Bug Fixes
13+
14+
- Fix vscode extension build by @janosh in https://github.com/janosh/matterviz/pull/95
15+
- Housekeeping + Fixes by @janosh in https://github.com/janosh/matterviz/pull/92
16+
17+
### 💥 Breaking Changes
18+
19+
- Structure.svelte rename prop `show_buttons` to `show_controls` for consistency with other components by @janosh
20+
21+
**Full Changelog**: https://github.com/janosh/matterviz/compare/v0.1.3...v0.1.4
22+
323
## [v0.1.3](https://github.com/janosh/matterviz/compare/v0.1.2...v0.1.3)
424

525
> 9 July 2025

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "matterviz",
33
"displayName": "MatterViz",
44
"description": "Visualize crystal structures and MD trajectories in VSCode",
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"publisher": "janosh",
77
"icon": "icon.png",
88
"repository": "https://github.com/janosh/matterviz",

extensions/vscode/readme.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,27 @@ Search for "MatterViz" in the VS Code Extensions marketplace.
5757

5858
### Custom Editor Integration
5959

60-
MatterViz automatically registers as a custom editor for trajectory files (`.traj`, `.h5`, `.hdf5`, `.gz`), providing seamless integration with VS Code's editor system.
60+
MatterViz automatically registers as a custom editor for trajectory files such as `.traj`, `.h5`, `.hdf5`, `.xyz.gz`, etc.
6161

6262
## ⌨️ Keyboard Shortcuts
6363

6464
| Shortcut | Action |
6565
| ------------------------------ | ------------------------------- |
6666
| `Ctrl+Shift+V` / `Cmd+Shift+V` | Render structure with MatterViz |
6767

68+
## 📄 License
69+
70+
This extension is [MIT-Licensed](./license).
71+
72+
## 🔗 Related Projects
73+
74+
- **✅ MatterViz Web**: [matterviz.janosh.dev](https://matterviz.janosh.dev)
75+
- **✅ pymatviz**: [Jupyter](https://jupyter.org)/[Marimo](https://marimo.io) extension for Python notebooks. See [`pymatviz` readme](https://github.com/janosh/pymatviz/blob/widgets/readme.md#interactive-widgets) for details.
76+
77+
## 🤝 Contributing
78+
79+
We welcome contributions! Please see our [Contributing Guide](../../contributing.md) for details.
80+
6881
## 🛠️ Development
6982

7083
This extension is built with:
@@ -82,16 +95,3 @@ pnpm install
8295
pnpm build
8396
vsce package
8497
```
85-
86-
## 🤝 Contributing
87-
88-
We welcome contributions! Please see our [Contributing Guide](../../contributing.md) for details.
89-
90-
## 📄 License
91-
92-
This extension is [MIT-Licensed](./license).
93-
94-
## 🔗 Related Projects
95-
96-
- **✅ MatterViz Web**: [matterviz.janosh.dev](https://matterviz.janosh.dev) (works but under active development)
97-
- **🚧 MatterViz iPython**: [Jupyter](https://jupyter.org)/[Marimo](https://marimo.io) extension for interactive Python-based visualization in notebooks and batch processing/screenshot automation (still prototyping)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://janosh.github.io/matterviz",
66
"repository": "https://github.com/janosh/matterviz",
77
"license": "MIT",
8-
"version": "0.1.3",
8+
"version": "0.1.4",
99
"type": "module",
1010
"svelte": "./dist/index.js",
1111
"bugs": "https://github.com/janosh/matterviz/issues",

0 commit comments

Comments
 (0)