Skip to content

Releases: eh-K/RandomFileViewer

RandomFilePicker - v1.5

02 Sep 20:11
343270e

Choose a tag to compare

v1.5 presents a giant leap in performance and has some fat trimmed.

99% reduction in indexing your directory in Step 1.

Various clean up, removals, and some fixes.

RandomFilePicker - v1.4.4

01 Sep 03:47
0a0eae8

Choose a tag to compare

Sept 1, 2024 - Do not download, some last minute changes were made that have broke

v1.4.4 fixes some issues and adds some improvements. RFP-Vue will only receives the fixes made.

If you come across files that were not within your mode/filter, that has been fixed.
Some logic was fixed.
There are various changes that won't affect the expected experience.

Can find more info in the changelog branch.

RandomFilePicker - v1.4.3

19 Jun 03:49
9f36b51

Choose a tag to compare

v1.4.3 adds more file types, and a new Allowed Filter to only have specific terms/extensions.

-- Additions --

  1. Media Types:
    Added a few more file types for images, video, and music
    image = .gif .bmp .tiff
    video = .avi .wmv .mpeg
    music = .flac .aac .ogg

  2. Filters:
    Added an Allow Filter. Add extensions or key words and Randomizer will check for it before opening.

RandomFilePicker - v1.4.2

18 Jun 23:10
b9b0caf

Choose a tag to compare

v1.4.2 adds a manual mode, and a filter to prevent accidents such as other scripts/executables/keywords.

-- Additions --

  1. Manual Mode:
    Disabled by default.
    Allows you to manually set your search mode each time you run the script.

  2. Filters:
    Can filter out extensions such as ".exe", or ".py"
    Can even filter out keywords such as "screenshot" or "wallpaper"
    .exe is filtered by Default

-- Fixes --
6. When search criteria is not specific enough, there was a chance for the script to open folders despite being told to only open files with extensions.

RandomFilePicker - v1.4.1

07 Apr 21:44
e91600f

Choose a tag to compare

v1.4.1 lets you choose certain file types based on file types or phrases if you want to edit them further.
-- Additions --

  1. Can now set what file types you want to search for.

-- Fixes --

  1. Files with spaces in name did not get deleted.
  2. Entering r to reload directory but it instead reviewed.
    Due to Choice menu pulling strings so if choice 1 is review and choice 2 is r then entering r will pull choice 1 since r is part of review.

Check config/changelog for more info!

RandomFilePicker - Vue

07 Apr 22:24
60c9070

Choose a tag to compare

RandomFilePicker - Vue is an alternative that simply opens media files without all of the menus and options.

Just like RandomFilePicker, simply drop this in the folder of your media content and open for a random file.

No extra stuff.

RandomFilePicker - v1.4

05 Apr 04:21
e62777d

Choose a tag to compare

v1.4 - April 4, 2024

v1.4 corrects a lot of redundancy, brings in new features, and improves flow.

You can have custom keybinds, and color choice,

Will also notice a fresh color that is better soothing.

RandomFilePicker - v1.3.1

04 Apr 03:55
2aac9dd

Choose a tag to compare

v1.3.1 - April 3, 2024

Quickfix to address accidental deletion of file if user mistyped a key.

Will remove the redundant check from v1.3 in v1.4

RandomFilePicker - v1.3

04 Apr 03:15
2aac9dd

Choose a tag to compare

v1.3 - April 3, 2024

-- Changes --

  1. Added extra checks to prevent accidental deletions through typing a-z 0-9 characters.
    Can still accidentially delete if you mispell a phrase.
  2. Can now simply drop the file into a directory without needing to direct it!

RandomFilePicker - v1.2

04 Apr 04:01
2aac9dd

Choose a tag to compare

v1.2 - September 19, 2023

-- Changes --

  1. The delete process is now its own section.
  2. Corrected grammar and wording.

-- Additions --

  1. You can now type D or DELETE also, instead of DEL.
  2. You can now type V for VIEW, and even R for REFRESH.