Releases: warpdesign/react-explorer
Releases · warpdesign/react-explorer
Version 2.1.0
- NEW: splitview toggle button
- bug fixes
v2.0.0-beta.8
v2.0.0-beta.7
- FIXED: disable text-ellipsis when renaming a file
v2.0.0-beta.6
- 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
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
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
- 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
First Beta
- 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!
- 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