Skip to content

Commit 25e89bc

Browse files
authored
Blog: v3.9.12 (#791)
1 parent 9cf1f0b commit 25e89bc

File tree

10 files changed

+83
-1
lines changed

10 files changed

+83
-1
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
title: Announcing Files Preview v3.9.12
3+
description: Announcing Files Preview v3.9.12 for users of the preview version.
4+
thumbnail: /blog-resources/v4-preview/3-9-12.png
5+
date: 7/20/2025
6+
author: files-community
7+
---
8+
9+
Today we are releasing **Files Preview v3.9.12** for users of the preview version. New users can get started from our [download page](/download/). If you'd like to support the project, consider 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+
### Introducing the Omnibar
14+
15+
We're excited to announce the new Omnibar control, a new design that merges the breadcrumb path and search box into a unified interface. The Omnibar isn't just a visual refresh. It introduces new functility while maintaining the precision and flexibility users expect.
16+
17+
<figure>
18+
<img src="/blog-resources/v4-preview/Omnibar.png" alt="Omnibar" />
19+
<figcaption>Default view in the new Omnibar</figcaption>
20+
</figure>
21+
22+
**Breadcrumb bar:** The default Omnibar view shows the current path using a familiar breadcrumb layout. Breadcrumbs can be expanded to reveal subfolders via the chevron icon. We've also introduced a new home button and flyout menu, providing quick access to pinned and frequently used folders.
23+
24+
<figure>
25+
<img src="/blog-resources/v4-preview/OmnibarQuickAccess.png" alt="Quick Access flyout" />
26+
<figcaption>Quick Access flyout menu</figcaption>
27+
</figure>
28+
29+
**Edit path:** Switching to edit path mode is done by clicking an empty space in the breadcrumb bar (as before), or by using the `Ctrl + L` keboard shortcut. When activated, the current path is automatically selected making it easy to copy, overwrite, or modify without extra clicks.
30+
31+
<figure>
32+
<img src="/blog-resources/v4-preview/OmnibarPathMode.png" alt="Edit path" />
33+
<figcaption>Edit path in the Omnibar</figcaption>
34+
</figure>
35+
36+
**Command Palette:** [Command Palette](/docs/features/command-palette/) mode is accessed by clicking the command button or by using the `Ctrl + Shift + P` keyboard shortcut. While the Command Palette was previously available via keyboard shortcuts, many users were unaware and therefore unable to take advantage. Now, this feature has a dedicated button in the UI making advanced commands easier to discover and use.
37+
38+
<figure>
39+
<img src="/blog-resources/v4-preview/OmnibarCommandMode.png" alt="Command Palette" />
40+
<figcaption>Command Palette in the Omnibar</figcaption>
41+
</figure>
42+
43+
**Search:** Search mode is accessed by clicking the search icon or using the `Ctrl + F` keyboard shortcut. When opened, the search box is automatically focused so users can start typing immediately. Suggestions appear in a flyout, and pressing 'Enter' takes you to the dedicated search results page.
44+
45+
In earlier versions, typing a query in the search box without pressing 'Enter' would filter items in the current directory rather than performing a full indexed search. We found this behavior was causing confusion. To improve clarity, the filtering functionality has now been moved to a dedicated header (more on that below).
46+
47+
<figure>
48+
<img src="/blog-resources/v4-preview/OmnibarSearchMode.png" alt="Search" />
49+
<figcaption>Search mode in the Omnibar</figcaption>
50+
</figure>
51+
52+
### Added a dedicated filter header
53+
54+
To reduce confusion between the search and filter functionality, we added a dedicated filter header within the file area. This header offers quick, lightweight filtering of the current directory without invoking the search index. It can be toggled on or off via the toolbar, and when enabled, the text box is automatically focused, making it easy to start typing without an extra click. Filtering is currently limited to file names only, providing fast and predictable results.
55+
56+
For even faster access, users can assign a custom keyboard shortcut from the [actions](/docs/customize-settings/actions) settings page. This makes it easy to integrate filtering into your workflow.
57+
58+
<figure>
59+
<img src="/blog-resources/v4-preview/FilterHeader.png" alt="Search" />
60+
<figcaption>Filter header</figcaption>
61+
</figure>
62+
63+
64+
### Expanded cloud provider support
65+
66+
Files now supports OX Drive integration, the full list of available providers can be viewed on our [cloud drive](/docs/features/cloud-drives) documentation.
67+
68+
## Fixes
69+
70+
### RTL
71+
72+
- RTL support has been added back to Files. Please note that some areas are still missing support (such as content dialogs).
73+
74+
## Conclusion
75+
76+
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/).
77+
78+
Thank you for using Files! 😊
79+
80+
---
81+
82+
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/blog/posts/v3-9-3/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Today we are releasing **Files Preview v3.9.3** for users of the preview version
1212

1313
### Drag & drop to clone git repositories
1414

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).
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 be assigned a custom keyboard shortcut in [settings](/docs/customize-settings/actions).
1616

1717
<figure>
1818
<img src="/blog-resources/v4-preview/CloneRepoPrompt.png" alt="Clone repo confirmation" />
5.79 MB
Loading
941 KB
Loading
603 KB
Loading
1.3 MB
Loading
990 KB
Loading
933 KB
Loading
1.15 MB
Loading
1.09 MB
Loading

0 commit comments

Comments
 (0)