Skip to content

Releases: warpdesign/react-explorer

v3.1.0

10 Feb 15:31
b28aec8
Compare
Choose a tag to compare

New Features

  • Added new Icon view (default is still the previous details view)
  • Added new DefaultView setting in Prefs Panel

What's Changed

  • Lots of icons have been updated to better reflect their use
  • Hidden file toggle was moved to the left to prevent accidental click when resizing the window

Engineering

  • StatusBar was updated to remove useless states
  • layout was renamed to viewmode
  • new Hooks useFileClick & useDragFile have been added
  • new withInlineRename HOC has been added

Changelog

Full Changelog: v3.0.0...v3.1.0

v3.0.0

30 Jan 16:20
fb5056c
Compare
Choose a tag to compare

New Features

  • Added ARM64 builds for Windows, Mac, Linux
  • Left Panel was rewritten and should not show unwanted partitions anymore
  • File Display view was rewritten from scratch and is much faster & butter smooth!
  • File Selection was rewritten and is now more flexible
  • Experimental auto refresh of WSL directories (Windows + WSL)
  • Added ability to open a new favorite into another view
  • Replaced the paste button with a button to toggle view of hidden files
  • Clicking on a favorite that can't be opened now shows an error

Bug Fixes

  • Selection could break in some cases #365
  • Only check for WSL distributions on Windows #354
  • Don't update the path until it has been resolved & listing completed #362
  • Fixed forward button title
  • Fixed download progress bar that was stuck although download was complete
  • Opening a file on a WSL directory would not work (Windows) #352

Engineering

  • Blueprintjs updated to v4
  • Electron updated to v21
  • Webpack updated to v5
  • TypeScript updated to v4.8
  • Added memfs to allow testing without hacks/mocks everywhere
  • Most components were rewritten using React hooks
  • Replaced react-virtualized with react-virtual: much faster, supports hooks
  • drivelist native dependency was replaced with a fork of node-disk-info

Changelog

Full Changelog: v2.3.1...v3.0.0

v3.0.0-beta.3

24 Jan 10:33
874398a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0-beta.2...v3.0.0-beta.3

v3.0.0-beta.2

20 Jan 15:47
2e5f8f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2

v3.0.0-beta.1

06 Dec 14:02
7029e3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v3.0.0-beta.1

v2.3.1

27 Aug 07:58
Compare
Choose a tag to compare

New Features

  • Added WSL support (Windows only)
  • Added WSL distributions on the left panel (Windows only)

Bug Fixes

  • Crash on startup with languages other than en or fr (#167) reported by @saifis
  • Don't fail to show directories that cannot be watched (#148)

v2.3.0

28 Apr 16:25
Compare
Choose a tag to compare

New Features

  • pressing alt (Mac) or ctrl (Windows/Linux) when clicking on a folder in left panel will open it in the other view (#94)
  • the target of a symlink is now shown when moving the mouse over such a link (#121)
  • clicking on empty area will now clear the selection (#122)
  • a new "Go" menu was added (#90)

Bug Fixes

  • paste function only worked one level deep (Windows, #101)
  • clicking on a favorite while a folder is being read isn't allowed anymore (#102)
  • default folder was marked as empty if it did not exist (#111)
  • folder was refreshed twice after performing a delete operation
  • pressing ctrl+a won't select all window's text anymore (Linux, Windows #73)
  • scrollbars were hidden (Linux, Windows #99)

Changed behavior

  • on Mac/Linux, copying a symlink will create a new symlink instead of copying the target (#91)

Wording

  • updated exit & about menu labels to better match native apps (#103 #104)

Version 2.2.0

18 Nov 20:17
a34121e
Compare
Choose a tag to compare

New Features

Added a new panel with a static list of shortcuts and the list of current mounted volumes:

react-explorer-theme

Bug Fixes

  • Parent shortcut ({ backspace}) didn't work if folder was empty #89
  • Small css glitches

Version 2.1.1

02 Nov 20:09
Compare
Choose a tag to compare
  • ADDED: new toggleSplitView menu entry and keyboard shortcut
  • FIXED: potential problem when using next view shortcut and split view is disabled

Version 2.1.0

01 Nov 18:41
c4544d4
Compare
Choose a tag to compare
  • NEW: splitview toggle button
  • bug fixes