Skip to content

Releases: files-community/Files

Files UWP v0.5.0-newui_snapshot0

14 May 03:43
Compare
Choose a tag to compare
Pre-release

Hello everybody,

This version is a snapshot of the work being done in newui which contains many enhancements, and you guessed it-a new user interface! While various things don't work (or work poorly), there has been major progress in making Files UWP a finished project.

UI Redesign

I was inspired by Michael West's Twitter concepts to create a more dense, yet Fluent design with rounded corners to match Microsoft's great new aesthetic. This is very much a work in progress.

Instance Tabs

Similar to your favorite internet browsers, you can now create multiple instances of Files in tabs to quickly switch between open folders. This required a lot of code change.

More Coming Soon...

Expect to see more design refinements and features added before I consider this layout, Project Mumbai, to be complete.

  • Properties Window
  • Icon Size Mode
  • Custom Libraries
  • "Open in new tab/window..." Context Menu Items

Keep the great issue reports and PRs coming, so I know where to focus my efforts this summer.

- duke7553

Files UWP v0.4.9

04 Mar 00:48
256a881
Compare
Choose a tag to compare
Files UWP v0.4.9 Pre-release
Pre-release

ARM Builds will come soon. Files now only supports Windows version 1809+

  • Files will get only necessary item properties on initial load (Might improve performance)

  • "Less dark" Better dark theme
    lessdark

  • Bug fixes

  • Friendly dates
    friendlydates

  • Now only supports 1809+

  • Can now drop items into DataGrid

  • Recent Items
    recents

Files UWP v0.4.8

18 Feb 20:47
Compare
Choose a tag to compare
Files UWP v0.4.8 Pre-release
Pre-release

Call for Testing: ARM Build
As of 2/20/2019, I was able to compile an ARM build.
Testers should check whether launching executables works in these builds, and report back.
PLEASE NOTE: The app may crash because the legacy part only builds for x86 and x64

Fixed Issues / New Features:

  • Items without a thumbnail now display an icon

  • Deleting won't require a refresh, and it supports multiple items

  • AddItem is more reliable

  • Vastly improved Paste experience

  • Enable some keyboard accelerators

  • Files can now launch executables, which opens up the possibility for navigating to the current directory for a powershell shortcut -pictured below [thanks ashikns]

  • Project code reorganization into a new folder

  • Share UI working
    67df6362-2c59-4979-b468-72161e542ab0 png

  • New consent dialog

  • Improved visibility of titlebar close, min, max buttons [thanks ATec Solutions]

  • New path bar for GenericFileBrowser w/validation

  • Reorder animation for PhotoAlbum layout [thanks ATec Solutions]

  • GenericFileBrowser context menus now display when right clicking empty space
    532ec337-364b-4b47-97f0-9b39c8f2de46 png

Thanks everybody, and have a great day,
duke7553

Files UWP v0.4.7

15 Feb 21:29
Compare
Choose a tag to compare
Files UWP v0.4.7 Pre-release
Pre-release
  • Improved RAM usage and UI responsiveness while loading the items of a large directory
  • Added "Delete" (to recycle bin) command and keyboard shortcut
  • Redesigned Settings
  • Cleaned up code [thanks carlosrfernandez]
  • Quick de-selection of DataGrid items when clicking outside the control
  • No longer display application picker for opened files [use Open With instead]
  • Implement Add Dialog for three basic item types.
  • Bug fixes related to Removable Storage and multiple Local Disks visibility
  • Split downloads into separate architectures
  • Sideload packages below are now Release builds

Have a great day!

  • duke7553

Files UWP v0.4.6.0

13 Feb 01:32
Compare
Choose a tag to compare
Files UWP v0.4.6.0 Pre-release
Pre-release
  • Improved UI of PhotoAlbum Layout
  • Implemented Removable Drive Support (they should show up after restarting the app, but still buggy)
  • Fixed a bug related to removable drives not being selected in NavigationView after a "History" (forward/backwards) Navigation
  • Began exploration of ways to possibly allow execution of legacy apps

Have a great day!
-duke7553

Files UWP v0.4.5.0

11 Feb 02:19
Compare
Choose a tag to compare
Files UWP v0.4.5.0 Pre-release
Pre-release

Initial release, so many things don't work. Your feedback is welcome.
This has been tested on x64, but is compiled for ARM and x86 as well.