Skip to content

Commit 9c3f76c

Browse files
committed
docs: update changelog
1 parent c755894 commit 9c3f76c

2 files changed

Lines changed: 25 additions & 19 deletions

File tree

docs/changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ toc_depth: 2
99

1010
# :material-script-text: Changelog
1111

12-
## 9.6.1 <small>July 6th, 2026</small>
12+
## 9.6.1 <small>July 9th, 2026</small>
13+
14+
### Added
15+
16+
- feat(ui): render .pxd thumbnails by @Sola-ris in #1430
1317

1418
### Changed
1519

@@ -30,6 +34,8 @@ toc_depth: 2
3034
#### Internal Changes
3135

3236
- fix(nix): add pyright to devshell by @Computerdores in #1415
37+
- fix(deps): replace optional dependencies with dependency groups by @Xarvex in #1435
38+
- feat(ci)!: complete workflows revamp by @Xarvex in #1437
3339

3440
#### Translations
3541

docs/preview-support.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -82,24 +82,24 @@ Audio thumbnails will default to embedded cover art (if any) and fallback to gen
8282

8383
Preview support for office documents or well-known project file formats varies by the format and whether or not embedded thumbnails are available to be read from. OpenDocument-based files are typically supported.
8484

85-
| Filetype | Extensions | Preview Type |
86-
|------------------------------------- |-----------------------|----------------------------------------------------------------------------|
87-
| Blender | `.blend`, `.blend<#>` | Embedded thumbnail :material-alert-circle:{ title="If available in file" } |
88-
| Clip Studio Paint | `.clip` | Embedded thumbnail |
89-
| Keynote (Apple iWork) | `.key` | Embedded thumbnail |
90-
| Krita[^3] | `.kra`, `.krz` | Embedded thumbnail :material-alert-circle:{ title="If available in file" } |
91-
| Mdipack (FireAlpaca, Medibang Paint) | `.mdp` | Embedded thumbnail |
92-
| MuseScore | `.mscz` | Embedded thumbnail :material-alert-circle:{ title="If available in file" } |
93-
| Numbers (Apple iWork) | `.numbers` | Embedded thumbnail |
94-
| OpenDocument Presentation | `.odp`, `.fodp` | Embedded thumbnail |
95-
| OpenDocument Spreadsheet | `.ods`, `.fods` | Embedded thumbnail |
96-
| OpenDocument Text | `.odt`, `.fodt` | Embedded thumbnail |
97-
| Pages (Apple iWork) | `.pages` | Embedded thumbnail |
98-
| Paint.NET | `.pdn` | Embedded thumbnail |
99-
| PDF | `.pdf` | First page render |
100-
| Photoshop | `.psd` | Flattened image render |
101-
| Pixelmator Pro (Apple iWork) | `.pxd` | Embedded thumbnail |
102-
| PowerPoint (Microsoft Office) | `.pptx`, `.ppt` | Embedded thumbnail :material-alert-circle:{ title="If available in file" } |
85+
| Filetype | Extensions | Preview Type |
86+
| ------------------------------------- | --------------------- | -------------------------------------------------------------------------- |
87+
| Blender | `.blend`, `.blend<#>` | Embedded thumbnail :material-alert-circle:{ title="If available in file" } |
88+
| Clip Studio Paint | `.clip` | Embedded thumbnail |
89+
| Keynote (Apple iWork) | `.key` | Embedded thumbnail |
90+
| Krita[^3] | `.kra`, `.krz` | Embedded thumbnail :material-alert-circle:{ title="If available in file" } |
91+
| Mdipack (FireAlpaca, Medibang Paint) | `.mdp` | Embedded thumbnail |
92+
| MuseScore | `.mscz` | Embedded thumbnail :material-alert-circle:{ title="If available in file" } |
93+
| Numbers (Apple iWork) | `.numbers` | Embedded thumbnail |
94+
| OpenDocument Presentation | `.odp`, `.fodp` | Embedded thumbnail |
95+
| OpenDocument Spreadsheet | `.ods`, `.fods` | Embedded thumbnail |
96+
| OpenDocument Text | `.odt`, `.fodt` | Embedded thumbnail |
97+
| Pages (Apple iWork) | `.pages` | Embedded thumbnail |
98+
| Paint.NET | `.pdn` | Embedded thumbnail |
99+
| PDF | `.pdf` | First page render |
100+
| Photoshop | `.psd` | Flattened image render |
101+
| Pixelmator Pro (Apple Creator Studio) | `.pxd` | Embedded thumbnail |
102+
| PowerPoint (Microsoft Office) | `.pptx`, `.ppt` | Embedded thumbnail :material-alert-circle:{ title="If available in file" } |
103103

104104
### :material-archive: Archives
105105

0 commit comments

Comments
 (0)