Skip to content

Releases: RickyDane/rdpFX

rdpFX v0.3.4

14 Feb 07:04
Compare
Choose a tag to compare

Updates

  • Some bugfixes
  • Some tweaks

rdpFX v0.3.3

12 Feb 19:46
e37a220
Compare
Choose a tag to compare

Updates

  • Fixed some known bugs
  • You can now choose the compression level if you want to compress a file

New features

  • Multi-rename functionality with Ctrl / Cmd + LShift + M
    • Run with Ctrl / Cmd + Return

rdpFX v0.3.25

08 Feb 21:04
f21595f
Compare
Choose a tag to compare

Updates

  • Fix, especially for macOS where the ctrl key input was stuck and you would always add items to your selection.

rdpFX v0.3.2

07 Feb 18:37
5467482
Compare
Choose a tag to compare

Updates

  • Fixed a bug which would ignore the focus on an input field and you would select all items in a directory event though you just wanted to select all the chars in the input field. ctrl+c and ctrl+v also were impacted.
  • Code cleanup
  • Code handling improvement
  • Ui tweaks

rdpFX v0.3.1

01 Feb 22:13
587ed6c
Compare
Choose a tag to compare

Updates

  • Performance tweaks
  • Fixed some known bugs
  • macOS titlebar buttons ~ I think it looks nice

User-Interface

I'm still figuring out what I want the file explorer to look like and reworked some on the colors and the styling.
Have a look:

Bildschirmfoto 2024-02-01 um 23 11 50 Bildschirmfoto 2024-02-01 um 23 12 25 Bildschirmfoto 2024-02-01 um 23 12 34

rdpFX v0.3.0

28 Jan 20:40
8b83ac1
Compare
Choose a tag to compare

Updates

  • Updated dependencies
  • Fixed some known bugs
  • Performance optimizations
  • Reworked some code for the dual pane view
    • PageUp and PageDown now work for navigation

New stuff

Mini preview

You know the mini preview from macos? Yeah, it's now available on this file-browser. (kinda)

  • Preview images and pdf's (Text documents etc. coming soon..)
    • For every other type you get general information in a popup like name, filesize etc.

Select mode

The file explorer features the option of an interaction mode. That means you can choose between the behaviour of instantly open the item you clicked on, or you select it first and then open it with a following click (standard).

  • On select mode, you can access shortcuts like ctrl + x/c/v for cutting, copying and pasting
    • For the "instant mode" you have to rely on the context menu

Disk view

The list view of mounted disks was reworked (and is still being worked on)

Bildschirmfoto 2024-01-28 um 21 39 48

rdpFX v0.2.5

21 Jan 17:31
cd478cf
Compare
Choose a tag to compare

Updates

  • After searching, the files are now sorted by similarity to the input
  • If an item is copied through the file-explorers context-menu, you can paste it with ctrl + v.
  • You can now "quicksearch" in a directory by pressing ctrl + f.

General

  • Cleaned up some code

rdpFX v0.2.4

20 Jan 21:07
7557711
Compare
Choose a tag to compare

Updates

  • The main window has now rounded corners on MacOS and Linux
  • Added user feedback when compressing, copying and deleting files
  • Disks can now be accessed in macOS
    • Reworked the implementation of getting disk information from the system
  • Some small ui fixes
  • You can now open a directory with its path by pasting it into the input field which opens with ctrl + g

rdpFX v0.2.3

18 Jan 19:24
7982630
Compare
Choose a tag to compare

Updates

  • Updated icons for most common folders
  • Bugfixes
  • Temporarily disabled "Open in terminal"

rdpFX v0.2.2

13 Jan 11:07
41d5e0c
Compare
Choose a tag to compare

Updates

  • Updated all deps
  • Fixed a bug, that would change both directories to the current working directory when you compress an item in the dual pane view.
    Now, only the actual directory, where the item is compressed, will be refreshed with the other pane untouched.