Skip to content

Releases: warpdesign/react-explorer

Version 2.1.0

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

v2.0.0-beta.8

27 Aug 11:51
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release
  • FIXED: when a file is selected, changing tab changes the scroll position #66
  • IMPROVED: throttle arrow keys event handler, speeds up scrolling when repeating arrow keys
  • ADDED: page up & page down can be used to change page, fixes #60

v2.0.0-beta.7

21 Aug 11:18
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release
  • FIXED: disable text-ellipsis when renaming a file

v2.0.0-beta.6

21 Aug 09:39
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release
  • FIXED: FsLocal.putStream() progress throttle didn't work
  • FIXED: added a delay to downloads transfers reaction, fixes slowdown
  • IMPROVED: moved File creation into separate static method (FsLocal)

v2.0.0-beta.5

09 Jun 09:02
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

FIXED: file transfer status was set to 'done' too early, even though transfer was not finished
UPDATED: apply a light drop shadow for non active sideview

v2.0.0-beta.4

30 May 11:00
17e87e6
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

FIXED: tabIcon was wrong, used home icon if user was browsing a subdirectory of home
ADDED: little feature tour in readme file
IMPROVED: languages are now dynamically imported at build time
UPDATED: typescript to 3.5.1

v2.0.0-beta.3

29 May 12:36
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release
  • FIXED: keyboard position was lost if first item was selected and tab was changed
  • FIXED: scroll position wasn't reset to top when opening a new directory, fixes #52

v2.0.0-beta.2

28 May 08:38
8d673b2
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

FIXED: crash when switching tab with a selected folder #53
FIXED: crash when calling navHistory shortcuts and history was empty
CHANGED: change active sideview shortcut to shift+ctrl+ → as the previous one could be already assigned in Linux desktops #43

First Beta

27 May 12:04
75adee3
Compare
Choose a tag to compare
First Beta Pre-release
Pre-release
  • FIXED: numerous filesystem bugs
  • IMPROVED: show user feedback for most disk operations
  • ADDED: new error property for fileCache in case folder cannot be accessed
  • IMPROVED: intelligent rename
  • IMPROVED: only show download badge after a delay to avoid flashes in case the transfer is very quick
  • NEW: transfers can be stopped and removed from transfers list
  • IMPROVED: downloads now show colors for transfer status and individual errors

Icon party!

10 May 14:38
Compare
Choose a tag to compare
Icon party! Pre-release
Pre-release
  • FIXED: invisible app icon and default window icon in Linux
  • ADDED: .deb package for Linux builds
  • FIXED: size column was sorting by date, not size
  • FIXED: could not exit from dock or by sending SIGINT to react-explorer process
  • IMPROVED: pathbar now accepts fake ~ that will resolve to user home (even in Windows!)
  • FIXED: pathbar outline still appeared below toolbar buttons