Skip to content

Commit d09bb8f

Browse files
committed
...
1 parent 0b63324 commit d09bb8f

1 file changed

Lines changed: 1 addition & 30 deletions

File tree

RCFI Tools.bat

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,8 @@
11
@echo off
2-
<<<<<<< HEAD
3-
:: Update v0.2
4-
:: 2023-09-13 Adding context menu for .webp image extension.
5-
:: 2023-10-07 Adding 'Template configuration' to background right-click menu.
6-
:: 2023-10-07 Removing unused lines.
7-
:: 2023-10-07 Adding config to change preferred text editor.
8-
:: 2023-10-14 Removing 'Refresh icon cache (restart explorer)' from folder right-click menu.
9-
:: 2023-12-06 Adding 'Compress Image' to image right-click menu.
10-
:: 2023-12-09 Fix: "Generate result" displayed incorrectly when hidden file selected as folder icon.
11-
:: Reported by Reddit user https://www.reddit.com/r/Batch/comments/rzqrx5/comment/kcmda8o/
12-
:: 2023-12-11 Renaming "config.ini" to "RCFI.config.ini."
13-
:: 2023-12-13 Adding option to delete the original file.
14-
:: Requested by Reddit user: https://www.reddit.com/r/Batch/comments/rzqrx5/comment/kcmda8o/
15-
:: 2023-12-13 Adding option to hide "foldericon" and "desktop.ini" as system files.
16-
:: 2023-12-14 Fix: Processing time counter displayed incorrectly when 'TemplateAlwaysAsk' enabled.
17-
:: 2023-12-16 Changing folder icon through "Choose and Set as" menu now doesn't save the selected template to the config.
18-
:: 2023-12-22 Adding suffix number to output file name of 'resize and compress' so it won't replace existing files.
19-
:: 2024-01-23 Fix: 'Choose template' menu always shows "Invalid Selection" when "AlwaysAskTemplate=Yes".
20-
:: 2024-02-10 Adding 'Search Icon' to Folder right-click menu.
21-
:: 2024-03-10 Fix: Unable to change keyword extension in 'Define keyword' menu.
22-
:: 2024-03-26 Adding support for multiple keywords.
23-
:: 2024-04-24 Fix: Template Configuration menu doesn't work properly when "AlwaysAskTemplate=No".
24-
:: 2024-05-14 Fix: File scan unable to find matched keywords when file extension not specified.
25-
:: 2024-05-20 Changing default configuration of "TemplateIconSize" from "Auto" to "256" for smaller file size and faster image processing.
26-
:: 2024-05-20 Replacing ImageMagick Convert with version 7.1.1-32-portable-Q8-x64. Newer, faster, but not compatible with x86 architecture (64-bit only).
27-
:: 2024-06-06 Minor bug fixes and optimization for v0.2 release.
28-
29-
=======
302
:: Update v0.3
313
:: 2024-06-22 Fix: The star image was rendered in the generated folder icon even when the “.nfo” file didn’t exist.
324
:: 2024-06-23 Add "Global Template Config" to override all templates configuration.
335
:: 2024-06-24 Adding some adjustment to "Windows 11 A" template.
34-
>>>>>>> 4876230 (...)
356

367
setlocal
378
set name=RCFI Tools
@@ -3007,4 +2978,4 @@ rem Generating setup_*.reg
30072978
echo "SubCommands"="RCFI.IMG-Set.As.Folder.Icon;RCFI.IMG-Choose.and.Set.As;RCFI.IMG.Generate.Icon;RCFI.IMG.Generate.PNG;RCFI.IMG.Template.Samples;RCFI.IMG.Choose.Template;RCFI.IMG.Edit.Template;RCFI.IMG-Convert;RCFI.IMG-Compress;RCFI.IMG-Resize;"
30082979

30092980
)>"%Setup_Write%"
3010-
exit /b
2981+
exit /b

0 commit comments

Comments
 (0)