Skip to content

Commit d6c9f96

Browse files
authored
Blog: v3.9.3 (#775)
1 parent 97ad494 commit d6c9f96

File tree

6 files changed

+72
-0
lines changed

6 files changed

+72
-0
lines changed

src/routes/blog/posts/v3-9-3/+page.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: Announcing Files Preview v3.9.3
3+
description: Announcing Files Preview v3.9.3 for users of the preview version.
4+
thumbnail: /blog-resources/preview/Hero.png
5+
date: 3/23/2025
6+
author: files-community
7+
---
8+
9+
Today we are releasing **Files Preview v3.9.3** for users of the preview version. New users can get started from our [download page](/download/). Additionally, you can help support the project by purchasing Files on the [Microsoft Store](ms-windows-store://pdp/?ProductId=9NSQD9PKV3SS&cid=FilesWebsite) or sponsoring us on [GitHub](https://github.com/sponsors/yaira2). Your support is greatly appreciated but entirely optional.
10+
11+
## Changes
12+
13+
### Drag & drop to clone git repositories
14+
15+
We've added a new feature that lets users drag and drop GitHub URLs directly into Files. Upon dropping a URL, a confirmation prompt is displayed asking if the user wants to clone the repository to their device. The cloning progress can be tracked in the Status Center. This feature is also available as a standalone action in the [Command Palette](/docs/features/command-palette/) and can also assigned a custom keyboard shortcut in [settings](/docs/customize-settings/actions).
16+
17+
<figure>
18+
<img src="/blog-resources/v4/CloneRepoPrompt.png" alt="Clone repo confirmation" />
19+
<figcaption>Clone repo confirmation</figcaption>
20+
</figure>
21+
22+
<figure>
23+
<img src="/blog-resources/v4/CloneRepoStatus.png" alt="Clone status" />
24+
<figcaption>Clone status</figcaption>
25+
</figure>
26+
27+
### Compare file hashes
28+
29+
Support for comparing hashes has been added to the Hashes Properties page. Users can now paste known hashes or use the "Compare File" button to quickly calculate and compare the hash of another file with the currently selected file.
30+
31+
<figure>
32+
<img src="/blog-resources/v4/CompareHashes.png" alt="Hash comparison feature" />
33+
<figcaption>Hash comparison feature</figcaption>
34+
</figure>
35+
36+
### Moved settings button to the left hand sidebar
37+
38+
We moved the settings button from the address bar to the left-hand sidebar. We recognize that this change may take some time for users to get used to, however this change is necessary to prepare for upcoming design updates.
39+
40+
### OneDrive storage details
41+
42+
OneDrive storage details are now available in the Properties window within Files. Please note, this feature is currently supported only on Windows 23H2.
43+
44+
### View status while installing fonts
45+
46+
We added an indicator to the Status Center that's displayed while installing fonts. We also updated the icon for the install font action on the toolbar.
47+
48+
<figure>
49+
<img src="/blog-resources/v4/InstallFonts.png" alt="Font installation status" />
50+
<figcaption>Font installation status</figcaption>
51+
</figure>
52+
53+
## Fixes
54+
55+
### Themes
56+
57+
- Fixed issue where the "What's new" dialog sometimes used the wrong theme.
58+
59+
### Icons
60+
61+
- Fixed issue where the icon for "developer tools" didn't display properly on Windows 10.
62+
63+
## Conclusion
64+
65+
As always, we appreciate your feedback and suggestions on how we improve Files. You can reach us on [Discord](https://discord.gg/files) and on [GitHub](https://github.com/files-community/Files/).
66+
67+
Thank you for using Files! 😊
68+
69+
---
70+
71+
Download Files Preview from the [Microsoft Store](ms-windows-store://pdp/?ProductId=9NSQD9PKV3SS&cid=FilesWebsite) | Sponsor us on [GitHub](https://github.com/sponsors/yaira2/)

src/routes/docs/features/command-palette/+page.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,4 @@ Actions are commands that you can perform on items, such as files, folders, imag
170170
| **Pull** | | Runs git pull |
171171
| **Push** | | Runs git push |
172172
| **Sync** | | Runs git pull and then git push |
173+
| **Clone** | | Clones a git repo |
170 KB
Loading
516 KB
Loading
1.18 MB
Loading
396 KB
Loading

0 commit comments

Comments
 (0)