Releases: dgltorress/rfopener
Releases · dgltorress/rfopener
v2.1.0
- Opening subsequent files and closing the program can now be done with one keystroke.
- Added a "playlist" mode where files will be shuffled and accessible sequentially.
- Added the option to blacklist directories. Blacklisted directories, as well as any of their subdirectories, will be skipped.
- Source code refactor.
- Removed byte size counters operated on with data from the path vector. They will also no longer be displayed on the console.
- Removed check for files named "rfopener", so it can now be renamed. In order to prevent it from endlessly opening itself when it's the only file in the pool, no file will be opened until confirmation in its default mode (it will still do so automatically in playlist mode). To prevent the file from opening itself at all, use system variables.
Compiled for Windows 11 with Visual Studio 2022 (v143) - C++17.
v1.1.0
First release