Download Files from our download page
What's Changed
- Feature: Updated font colors in the Properties window by @yaira2 in #12795
- Feature: Added support for pushing Git commits by @ferrariofilippo in #12633
- Feature: Removed behavior that auto selected readme files by @yaira2 in #12780
- Feature: Added dividers between status bar sections by @yaira2 in #12769
- Feature: Support changing behavior of buttons with modifier keys by @hishitetsu in #12728
- Feature: Added support for initializing folders as Git repos by @ferrariofilippo in #12803
- Feature: Display Git details in the Details Pane by @QuaintMako in #12810
- Feature: Added "Size on disk" property to the Properties window by @manfromarce in #12777
- Feature: Added "Properties" button to the Details Pane by @ferrariofilippo in #12913
- Feature: Updated icons in Edit Tags menu by @yaira2 in #12916
- Feature: Updated more icons by @yaira2 in #12906
- Feature: Updated the DataGrid header design by @yaira2 in #12907
- Feature: Redesigned the way details are displayed in the Details Pane by @yaira2 in #12782
- Feature: Trim tag names that are too long in the Details layout by @hishitetsu in #12813
- Feature: Added a splash screen by @0x5bfa in #12979
- Feature: Added support for ownCloud drive by @gave92 in #12896
- Feature: Updated icons for the Tags section in the sidebar by @yaira2 in #12881
- Feature: Added path column to Details layout for search results by @hishitetsu in #12885
- Feature: Updated tag icon in the Tags widget by @yaira2 in #12890
- Feature: Updated the toolbar icons by @yaira2 in #12895
- Feature: Increased maximum volume label length to 128 characters for UDF images by @gave92 in #12931
- Feature: Improved quality of the sidebar icons by @yaira2 in #12852
- Feature: Reflect current layout in the Toolbar by @ferrariofilippo in #12915
- Feature: Updated Git status icons by @yaira2 in #12910
- Feature: Updated status icons for cloud drives by @yaira2 in #12926
- Feature: Add edit tags button to the preview pane by @ferrariofilippo in #12946
- Feature: Delay loading Properties button until details are finished loading by @ferrariofilippo in #12971
- Feature: Added support for opening all tagged items from the Tags widget by @ferrariofilippo in #12972
- Feature: Updated the edit tags button in the Details Pane by @ferrariofilippo in #12978
- Fix: Fixed issue that prevented using dual pane in the Column layout by @hishitetsu in #12994
- Fix: Fixed issue where
%temp%
and%tmp%
were not replaced with the correct path when entered from the Address bar by @hishitetsu in #12743 - Fix: Fixed crash that would occur when navigating to Home in the column layout by @hishitetsu in #12745
- Fix: Fixed issue where part of the path in properties was localized by @hishitetsu in #12754
- Fix: Replaced
ItemPathDisplay
toParsingPath
by @hishitetsu in #12755 - Fix: Fixed crash that would occur when trying to display tags by @hishitetsu in #12764
- Fix: Fixed crash that would occur when copying path by @hishitetsu in #12765
- Fix: Fixed issue where Sort/Group by original folder were disabled in Recycle Bin by @hishitetsu in #12778
- Fix: Fixed alignment issues on the Status Bar by @yaira2 in #12794
- Fix: Fixed issue where the System version of VS Code wasn't detected by @ferrariofilippo in #12750
- Fix: Fixed issue where long tag names weren't clipped by @yaira2 in #12802
- Fix: Fixed issue where checking out a Git branch would sometimes crash the app by @ferrariofilippo in #12805
- Fix: Fixed crash that would occur when pressing Ctrl+E on the Home page by @hishitetsu in #12806
- Fix: Fixed issue where the columns were misaligned in Recycle Bin by @hishitetsu in #12836
- Fix: Fixed issue were removing a tag after changing the layout would cause a crash by @ferrariofilippo in #12839
- Fix: Fixed issue where Status Center didn't update when archives were finished being extracted by @ferrariofilippo in #12838
- Fix: Fixed crash that would occur when adding a new tab by @hishitetsu in #12840
- Fix: Fixed crash that would occur when enabling the tags widget by @hishitetsu in #12844
- Fix: Fixed issue where "Open in new window" followed the startup settings by @hishitetsu in #12853
- Fix: Fixed high contrast support in the Properties window by @yaira2 in #12862
- Fix: Fixed issue where folder names displayed in the details pane were sometimes not localized by @hishitetsu in #12866
- Fix: Fixed issue where long texts in the details pane were cropped by @hishitetsu in #12868
- Fix: Fixed layout mode icon not reflecting current folder layout by @gave92 in #12897
- Fix: Fixed issue where dragged items sometimes could not be dropped by @hishitetsu in #12898
- Fix: Fixed crash that would occur when an Inf file installation timed out by @hishitetsu in #12903
- Fix: Fixed issue where it didn't work to open password protected archives by @gave92 in #12708
- Fix: Fixed issue where some options were missing in the Google Drive context menu by @gave92 in #12935
- Fix: Fixed issue where properties were sometimes not displayed in the details pane by @hishitetsu in #12952
- Fix: Fixed icon size in the Layout flyout by @yaira2 in #12958
- Fix: Fixed issue where Details/Preview Pane didn't update when switching tabs by @hishitetsu in #12975
- Fix: Fixed issue that sometimes prevented drives from being displayed by @hishitetsu in #12986
- Code Quality: Introduced App.Utils.Storage namespace for storage functionalities by @0x5bfa in #12902
- Code Quality: Reduce git folders loading time by @ferrariofilippo in #12980
- Code Quality: Moved App.Attributes & App.Behaviors to App.Data by @0x5bfa in #12747
- Code Quality: Removed unnecessary IsPageTypeNotHome changes by @hishitetsu in #12768
- Code Quality: Removed unused string by @yaira2 in #12804
- Code Quality: Update project structure by @0x5bfa in #12790
- Code Quality: Updated Git login success icon & strings by @ferrariofilippo in #12793
- Code Quality: Renamed Files.Sdk.Storage to Files.Core.Storage by @0x5bfa in #12843
- Code Quality: Clean up Files.Actions phase 1 by @0x5bfa in #12677
- Code Quality: Added back usings for AppCenter by @yaira2 in #12904
- Code Quality: Fixed build by @gave92 in #12905
- Code Quality: Format project XML files by @0x5bfa in #12740
- Code Quality: Rename Files.Backend to Files.Core by @0x5bfa in #12841
- Code Quality: Rename BackgroundTasks to Files.App.BackgroundTasks by @0x5bfa in #12842
- Code Quality: Renamed Files.SourceGenerator to Files.Core.SourceGenerator by @0x5bfa in #12856
- Code Quality: Introduced Utils namespace for Files functionalities by @0x5bfa in #12865
- Code Quality: Added status icons by @yaira2 in #12909
- Code Quality: Use path icon for Tags Menu by @yaira2 in #12917
- Code Quality: Rename Files.OpenDialog by @0x5bfa in #12845
- Code Quality: Improved app startup routine by @d2dyno1 in #12861
- Code Quality: Fixed icon background in Preview Pane by @yaira2 in #12919
- Code Quality: Fixed build error by @yaira2 in #12920
- Code Quality: Updated strings by @yaira2 in #12933
- Code Quality: Removed App.Interacts namespace by @0x5bfa in #12723
- Code Quality: Move platform-depends classes from Shared to Core by @0x5bfa in #12874
- Code Quality: Moved App.Commands & App.Contexts to App.Data by @0x5bfa in #12887
- Code Quality: Use thread-safe collections in ItemViewModel by @hishitetsu in #12949
- Build(deps): Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 by @dependabot in #12771
- Build(deps): Bump CommunityToolkit.Mvvm from 8.2.0 to 8.2.1 by @dependabot in #12883
- Build(deps): Bump Microsoft.Data.Sqlite.Core from 7.0.8 to 7.0.9 by @dependabot in #12934
- Build(deps): Bump MSTest.TestAdapter from 3.0.4 to 3.1.1 by @dependabot in #12960
- Build(deps): Bump MSTest.TestFramework from 3.0.4 to 3.1.1 by @dependabot in #12962
Full Changelog: v2.5.10...v2.5.20