Skip to content

Releases: warpdesign/react-explorer

v1.4.1-alpha.6

09 May 17:50
125ddaf
Compare
Choose a tag to compare
v1.4.1-alpha.6 Pre-release
Pre-release
  • ADDED: new context menu when clicking on a tab's folder that allows to go back anywhere up to the root
  • IMPROVED: keep selected files/rename status even if the file being renamed has been renamed
  • IMPROVED: in Windows, show Ok button first (dialogs/alerts)
  • IMPROVED: made selected sideview outline more visible
  • FIXED: do not show keyboard outline when pressing cycling tabs with the keyboard

Big changes!

07 May 16:24
c8349d8
Compare
Choose a tag to compare
Big changes! Pre-release
Pre-release
  • NEW: header showing displayed columns
  • NEW: sort by clicking on columns, can sort by creation_date and filename
  • NEW: new shortcut mod+alt+i to open devtools
  • NEW: tab context menu
  • IMPROVED: window position is now saved and restored on launch
  • FIXED: scrolling position was lost on cache reload

v1.4.1-alpha.4

02 May 10:05
Compare
Choose a tag to compare
v1.4.1-alpha.4 Pre-release
Pre-release
  • FIXED: in Windows 'C:' resolved to app folder instead of 'C:', fixes #30
  • FIXED: one more selection problem (Windows)
  • IMPROVED: do not show "empty" placeholder when file table is empty because cache is loading
  • ADDED: new FS.displaypath() that returns path to display in tab/tab title
  • REMOVED: FTP samples from path tooltip since FTP plugin is disabled for now
  • IMPROVED: moved about to last menu position (Windows, Linux)

After The Battle

01 May 07:29
Compare
Choose a tag to compare
After The Battle Pre-release
Pre-release
  • FIXED: selection was broken during the battle (switching to a tab with the same path would keep previous selection)
  • IMPROVED: tab close button only visible on active tab because this appeared to be a weakness in the battle
  • CLEANED-UP: removed unsused code and moved lineEnding constant to platform.ts

The Epic Battle of Winterfell

30 Apr 17:06
f08e47c
Compare
Choose a tag to compare
Pre-release
  • NEW: fs watch because the king of the death is coming so that folders are automatically updated if modified outside of React-Explorer
  • NEW: selection is now kept after reloading same directory or goint to downloads tab
  • FIXED: about menu item in Windows/Linux #25
  • FIXED: about dialog buttons in Windows/Linux #26

v1.4.1-alpha.1

29 Apr 16:06
e94e61d
Compare
Choose a tag to compare
v1.4.1-alpha.1 Pre-release
Pre-release

First alpha release:

  • tabs
  • improved about dialog (Win/Linux now have copy button)
  • ftp-related fixes (but ftp will be disabled)
  • electron-builder configuration options for mac/win/linux
  • new sendFakeCombo that allows to send menu combos from the renderer process
  • look improvements: new icon, app now has a splash screen
  • devtools disabled in packaged release