Skip to content

v3.2

Compare
Choose a tag to compare
@yaira2 yaira2 released this 11 Feb 01:15
cc7b239

Download Files from our download page

What's Changed

  • Feature: Added support for pinning executable shortcuts to start by @yaira2 in #14667
  • Feature: Use File Explorer naming preferences when creating shortcuts by @yaira2 in #14600
  • Feature: Added support for starting tag search from the Details Pane by @yaira2 in #14544
  • Feature: Added support for hiding more options from the context menu by @yaira2 in #14408
  • Feature: Added an option to disable auto scroll when navigating up by @yaira2 in #14412
  • Feature: Updated to WinAppSDK 1.4.4 by @yaira2 in #14414
  • Feature: Updated search query to include unindexed items in results by @yaira2 in #14415
  • Feature: Switched away from GetThumbnailAsync API by @yaira2 in #14423
  • Feature: Added support for setting jfif files as the wallpaper by @MrFrawsty in #14537
  • Feature: Updated the cloud status icon for Columns Layout by @yaira2 in #14520
  • Feature: Added support for editing album covers by @yaira2 in #14485
  • Feature: Add newly created items to the Recent Files list by @yaira2 in #14466
  • Feature: Added a List View layout by @marcelwgn in #14489
  • Fix: Fixed issue where smart extraction didn't work correctly for a single folder by @hishitetsu in #14395
  • Fix: Use the Stream API to list streams instead of opening the file by @mbartlett21 in #14398
  • Fix: Fixed issue where directly opening a library would invoke explorer.exe by @SakuraKade in #14336
  • Fix: Fixed issue where pinned applications were executed in %windir%\System32 by @hishitetsu in #14420
  • Fix: Fixed COMException with BaseLayoutPage.GetAllItems by @hishitetsu in #14431
  • Fix: Fixed issue where it didn't work to pick files when creating new shortcuts by @yaira2 in #14422
  • Fix: Fixed COMException in ItemsAdded_CollectionChanged by @hishitetsu in #14439
  • Fix: Fixed environment variables expansion for shortcuts by @Qin-shihuang in #14425
  • Fix: Fixed COMException in ItemsAdded_CollectionChanged - part 2 by @hishitetsu in #14448
  • Fix: Fixed COMException with BaseLayoutPage.GetAllItems - part 2 by @hishitetsu in #14447
  • Fix: Fixed issue where switching from Details to Tiles didn't reload thumbnails by @hishitetsu in #14457
  • Fix: Fixed issue where a new tab would open when trying to open a new window by @hishitetsu in #14463
  • Fix: Fixed issue where folders sizes weren't calculated when opening Properties from the sidebar by @ferrariofilippo in #14480
  • Fix: Handle InvalidOperationException in RunPowershellCommandAsync by @yaira2 in #14481
  • Fix: Fixed crash when selecting the address bar with Shift + Tab by @hishitetsu in #14491
  • Fix: Fixed COMException in ItemsAdded_CollectionChanged - part 3 by @hishitetsu in #14497
  • Fix: Fixed issue where exiting from the system tray icon didn't save the tabs by @hishitetsu in #14496
  • Fix: Fixed issue where modified date was missing from the properties window by @ZTL-UwU in #14501
  • Fix: Fixed IOException in QuickLookProvider by @yaira2 in #14509
  • Fix: Fixed issue where opening tags from the sidebar would default to the Details View by @yaira2 in #14523
  • Fix: Fixed issue where path bar didn't use localized name for system folders by @hishitetsu in #14532
  • Fix: Fixed crash when switching to the List View layout by @marcelwgn in #14533
  • Fix: Fixed potential crash when opening properties for recent files by @yaira2 in #14535
  • Fix: Fixed issue where the path bar didn't display the query when searching by @hishitetsu in #14541
  • Fix: Fixed issue where search results would sometimes use the Columns View by @yaira2 in #14539
  • Fix: Fixed issue where thumbnails would sometimes fail to load in OneDrive by @yaira2 in #14552
  • Fix: Fixed issue where the app would crash when displaying a large number of items by @hishitetsu in #14559
  • Fix: Fixed issue where the app could crash when adding items from external apps by @hishitetsu in #14567
  • Fix: Fixed issue where the Properties window had the wrong icon by @0x5bfa in #14470
  • Fix: Fixed issue where items were sometimes not displayed by @hishitetsu in #14581
  • Fix: Fixed issue where the privacy policy link was broken by @0x5bfa in #14584
  • Fix: Fixed issue where some OneDrive files were automatically downloaded by @yaira2 in #14597
  • Fix: Fixed issues where icons would keep refreshing by @yaira2 in #14596
  • Fix: Fixed issue where custom folder icons weren't loading by @yaira2 in #14604
  • Fix: Fixed issue where placeholders used the thumbnail instead of the icon by @yaira2 in #14607
  • Fix: Fixed null ref in OpenProperties by @yaira2 in #14627
  • Fix: Fixed COMException in LoadPaneChanged by @yaira2 in #14628
  • Fix: Fixed FileLoadException when failing to update Files by @yaira2 in #14631
  • Fix: Fixed ArgumentOutOfRangeException in ItemViewModel by @hishitetsu in #14634
  • Fix: Fixed issue where batch files couldn't be previewed inside archives by @hishitetsu in #14641
  • Fix: Fixed crash that would occur when Git path contained an emoji by @yaira2 in #14643
  • Fix: Fixed issue where file names wouldn't update in the search results page by @ferrariofilippo in #14649
  • Fix: Fixed crash that could occur when dragging in grouped grid layout by @hishitetsu in #14654
  • Fix: Fixed issue where updating the default layout wouldn't refresh open tabs by @ferrariofilippo in #14651
  • Fix: Fixed issue where renaming a tag wouldn't save the new name by @ferrariofilippo in #14662
  • Fix: Fixed issue where certain changes in the Properties Window couldn't be canceled by @ferrariofilippo in #14661
  • Fix: Fixed issue where refocusing Details View would sometimes scroll by @yaira2 in #14666
  • Code Quality: Improved the way of instancing OpacityIconModel by @0x5bfa in #14603
  • Code Quality: Update target framework of Files.InteractionTests to net8.0 by @hishitetsu in #14592
  • Code Quality: Use LoadIconWithoutOverlayAsync for Drives Widget by @yaira2 in #14524
  • Code Quality: Use LoadIconWithoutOverlayAsync for Quick Access Widget by @yaira2 in #14536
  • Code Quality: Replace foreach with Task.WhenAll by @yaira2 in #14657
  • Code Quality: Use volatile for isMainWindowClosed by @hishitetsu in #14659
  • Code Quality: Return icon size based on current layout settings by @yaira2 in #14650
  • Code Quality: Added default icon sizes to LayoutSettingsService by @yaira2 in #14645
  • Code Quality: Improved error handling in RequireGitAuthenticationAsync by @hishitetsu in #14646
  • Code Quality: Avoid generation of superfluous CollectionViewSource by @hishitetsu in #14629
  • Code Quality: Improved loading speed of thumbnails - part 2 by @hishitetsu in #14618
  • Code Quality: Fixed semaphore release timing in ItemViewModel by @hishitetsu in #14619
  • Code Quality: Fixed non-thread-safe access to ItemViewModel.FilesAndFolders by @hishitetsu in #14626
  • Code Quality: Faster background launch at Windows startup by @hishitetsu in #14464
  • Code Quality: Refactor context flyout helpers 1 by @0x5bfa in #14609
  • Code Quality: Remove arg from LoadItemThumbnailAsync by @yaira2 in #14571
  • Code Quality: Improved loading speed of thumbnails by @hishitetsu in #14573
  • Code Quality: Deleted ItemViewModel.ApplySingleFileChangeAsync by @hishitetsu in #14575

New Contributors

Full Changelog: v3.1.1...v3.2