7.6.0.1 Beta
|
2024-10-08 |
Display the rule comments in a dedicated column, instead of replacing the rule statements. |
Include the rule comments when exporting rules to clipboard. |
Decouple the renaming rule list from the GUI list view. |
Fix: Redundant triggering of the Preview operation when moving rules. |
Fix: Incorrect positioning of buttons in the Settings window due to High DPI scaling. |
Fix: Incorrect scaling of fonts in rule configuration frames on High DPI setups. The issue was introduced in v7.5.0.1 Beta. |
Fix: File extension is erroneously removed by the fixing of conflicting names if the filename starts with a dot, due to inconsistent handling of the FirstDotAtFileNameStartIsExtension setting. |
Change the default value of the FirstDotAtFileNameStartIsExtension setting to True. |
Pascal Script: WideStripExtension respects the FirstDotAtFileNameStartIsExtension setting. |
Refactor the management of the currently loaded preset status. - Mark the currently loaded preset as "not modified" when it is saved with the same name. - Mark the currently loaded preset as "modified" and keep the preset name unchanged when rules are appended from a different preset. - Mark the currently loaded preset as "modified" when the preset file is deleted via the preset manager. - Reload the presets menu after saving if the current preset file didn't exist, e.g. deleted via the preset manager. |
Updated Russian language file. |
7.5.0.2 Beta
|
2024-03-16 |
Changed build environment to Lazarus 3.2 + FPC 3.2.2. |
Updated the Regular Expressions engine with a copy from FPC GIT dated 14 December 2023. |
Added "Clipboard" meta tag. |
Added "Sentence case" option to the Case rule. |
Added an option to preserve case during some case changes. |
Improved handling of non-standard path specification. |
Minor layout adjustments in the rule editor. Avoid overlapping of components. |
Updated Simplified Chinese language file. |
Updated Turkish language file. Thanks to Ahmet Murat Özhan. |
7.4.0.2 Beta
|
2022-12-10 |
Updated the Regular Expressions engine with a copy from FPC GIT dated 8 November 2022. Includes support for named groups, non-capturing groups, atomic groups, lookaround (positive and negative), possessive quantifier, Unicode categories and various optimizations. |
Implemented global variables in Pascal Script. See SetGlobalVar, GetGlobalVar and other related functions. |
Minimize the horizontal scroll in the Pascal Script window. |
Added Croatian language file. Thanks to Marko Puskaric. |
Updated Italian language file. Thanks to TFR. |
Updated Simplified Chinese language file. Thanks to Wu Tang. |
7.3.0.3 Beta
|
2022-05-15 |
Added an option to unmark all rules after a rename. |
Resolve relative paths when importing file paths and new names from a file. |
Handle errors when creating target directories during a renaming operation. |
Do not auto preview when clearing rules on rename. This avoids a reset of the status and errors of the last renaming operation. |
Updated the icon for the Filter Settings button. |
Updated French translation file. Thanks to Philippe MALLET. |
Updated Russian language file. |
Refactored file name expansion procedures. |
Removed legacy code. |
7.3.0.2 Beta
|
2022-04-15 |
Implemented a new serialization mechanism using music notes, e.g. C0, C#0, D0, D#0, E0, F0, F#0, etc. |
Use Windows native logical sorting algorithm. Fall back to the custom implementation on other platforms. |
Fixed: Minor memory leak due to not freed rules contained in a rule list. |
Added Corsican language file. Thanks to Patriccollu di Santa Maria è Sichè. |
Updated Traditional Chinese language file. Thanks to Arsphile. |
Updated Polish language file. Thanks to Miłosz Szczepanek. |
Minor code optimizations. |
7.0.0.4 Beta
|
2019-04-07 |
Meta Tags: Handle UTF-8 and UTF-16BE encoded data in MP3 ID3v2 tags. |
Pascal Script: A workaround to avoid Access Violation in functions with dynamic array return type. An interoperability issue between FPC 3 and Pascal Script engine. |
Added transliteration file for Lithuanian language. |
Updated Italian language file. Thanks to Vittorio Ierardi. |
Updated Spanish language file. Thanks to Francisco J. Matas. |
Updated Chinese (Traditional) language file. Thanks to William Xi. |
Updated Japanese language file. Thanks to Tilt. |
Updated Turkish language file. Thanks to Çağatay KAYA. |
7.0.0.2 Beta
|
2019-02-03 |
Refactored main toolbar buttons, enabled wrapping, no more max width auto-sizing. |
Added a setting to toggle the visibility of the main toolbar. |
Optimizations and bug fixes in the RegEx engine. |
Implemented handling of the Unicode word boundaries in the RegEx engine. |
Increased the maximum number of RegEx subexpressions from 15 to 90. |
Implemented validation of Windows long path specification with "\\?\" prefix. |
Refactored file path validation, including SharePoint naming specification. |
Updated bundled User Manual (PDF file). |
Updated Japanese language file. Thanks to Tilt. |
Updated Tamil (India) language file. Thanks to அனிஷ்பிரபு தி. |
Updated Russian language file. |
7.0.0.1 Beta
|
2019-01-26 |
Changed build environment to Lazarus 1.8.4 + FPC 3.0.4. |
Dropped support for Windows 9x platform. New list of supported platforms: Windows 2000 and later. |
The leading dot at the start of a filename is no longer considered to be an extension identifier. A change in FPC RTL. |
Excluded messages from language files which do not require translation. |
Fixed: Exporting all columns of the files table mangles the Unicode content. |
Fixed: Pascal Script mangles Unicode literal strings in source code. |
Fixed: Exif Date column is empty for non-Latin filenames. |
Assume UTF8 encoding for the extraction of HTML_Title meta tag. |
Rectified compatibility issues related to the change of the build environment. |
Allow multiple selected rules to be moved around, including continuous and discontinuous selection. |
Replaced Turkish language file with an improved version. Thanks to Ferhat Bakıroğlu. |
Added Tamil (India) language file. Thanks to அனிஷ்பிரபு தி (Anishprabu T). |
Added more units tests for internal routines. |
6.9.0.3 Beta
|
2018-12-11 |
Added WideChr and WideRepeatString functions to Pascal Script. |
Added unit tests for the Case rule. |
Added unit tests for the Regular Expressions rule. |
Added unit tests for the Pascal Script rule. |
Added unit tests for the Serialize rule. |
Added unit tests for the Randomize rule. |
Added unit tests for the Padding rule. |
Added unit tests for the Clean Up rule. |
Added unit tests for the Translit rule. |
Added unit tests for the Reformat Date rule. |
Added unit tests for the User Input rule. |
Added unit tests for the ScanDateTime routine. |
Added Turkish language file. Thanks to Çağatay KAYA. |
6.9.0.1 Beta
|
2018-08-21 |
Added context menu options for adding a new rule above or below the currently selected rule. |
Focus on the relevant rule after editing or adding a rule. |
Remember location of additional windows: Add Rule, Analyze, Presets Manager. |
Removed option "Always show non-main forms centered". It is redundant and conflicts with other settings. |
Refactored code for persisting main form location. |
Added Vietnamese translit alphabet. Thanks to Trung Tue. |
Updated Simplified Chinese language file. Thanks to Wander Max. |
Updated French language file. Thanks to Aleksandar Milicevic (Ozzii). |
Updated Portuguese language file. Thanks to Igor Rückert. |
Cleaned up version history file. |
6.8.0.3 Beta
|
2018-06-10 |
Major code refactoring to improve automation and unit testing capabilities. |
Decoupled renaming rules from the visual components. |
Refactored renaming rule structures and management operations. |
Refactored file signature structures and management operations. |
Fixed incorrectly sized tool buttons in the Pascal Script window. Issue introduced in v6.8.0.1 Beta. |
Added a dialog for manually entering file paths for renaming. |
Added various unit tests. |
Added Traditional Chinese (Taiwan) language file. Thanks to 冰霧神域. |
Updated German language file. Thanks to Kevin Scheitler. |
Updated Serbian language file. Thanks to Никола Алексић. |
Updated Russian language file. |
6.8.0.1 Beta
|
2018-01-08 |
Added "How to translate" link to the Languages menu. |
Find application language file independently of the executable file name. |
Perform a fast clearing of files tables when closing the application. |
Converted action buttons in the Pascal Script window to a toolbar. Better handling of long localized text. |
Changed the Z-order of controls in the Delete rule window. Avoid awkward overlapping with long localized text. |
Forbid the use of empty folder when creating preset links. Avoid an error. |
Added Dutch language file. |
Updated French language file. |
Updated Chinese Simplified language file. Thanks to WanderMax. |
6.7.0.1 Beta
|
2017-05-26 |
Added "Reset if file name changes" option to the Serialize rule. |
Added FileReadTextLines function to Pascal Script. |
Added UsePlusAsSpace parameter to URLDecode function. |
Modified import/export icons to minimize ambiguity of color and direction of arrows. |
Added "New Instance" option for opening a new application instance. |
Option "Create Links" can now handle Unicode preset names. |
Option to add a link to "Send To" folder is now Unicode capable. |
Updated Japanese language file. Thanks to Tilt. |
Updated Chinese Simplified language file. Thanks to Max Wander. |
6.6.0.7 Beta
|
2017-02-23 |
Strip surrounding white space characters from EXIF Make, Model and Description tags. |
Display fractional part in "Size KB" and "Size MB" columns in the files table. |
Format file size and torrent size meta tags using locale symbols and 2 fractional digits. |
Added "Torrent_TotalSize", "File_Size" and "File_SizeGB" meta tags. |
Improved routines for number formatting based on locale settings. |
Updated bundled User Manual (PDF file). |
Updated Serbian language file. Thanks to Никола Алексић (eR@SeR). |
Updated Russian language file. |
6.6.0.2 Beta
|
2016-11-12 |
Reformat Date rule: Correctly handle repeated time format components. |
Reformat Date rule: Allow partial date and time format parsing, e.g. "YYYY", "DD MMM", "NN:SS". |
Reformat Date rule: Case insensitive matching of Unicode month names. |
Added functions to PascalScript: OemToAnsi, OemToWide, AnsiToOem, WideToOem. |
Fixed potential output buffer corruption in ExecConsoleApp function. |
ExecConsoleApp function no longer applies OEM to ANSI conversion to the console output. |
Made "Insert Meta Tags" button in the Insert rule more prominent. |
Updated Serbian language file. Thanks to Никола Алексић (eR@SeR). |
Updated Russian language file. |
6.6.0.1 Beta
|
2016-09-12 |
Reimplemented Outlook MSG file parser used for Outlook_* meta tags. |
Reimplemented email headers parsing used for Email_* and Outlook_* meta tags. |
Email_* meta tags can handle Unicode file names. |
Added more Email_* meta tags: MessageID, SenderName, SenderEmail, Recipients, Recipient, RecipientName, RecipientEmail. |
Added more Outlook_* meta tags: SenderName, SenderEmail, Recipients, Recipient, RecipientName, RecipientEmail. |
Renamed Outlook_ID meta tag to Outlook_MessageID for consistency. |
Changed English rule names from CamelCase to spaced capitalization. |
Added WideTextPosEx, IsWideWordBoundaryLeft and IsWideWordBoundaryRight functions to Pascal Script. |
Updated Japanese language file. Thanks to Tilt. |
Updated French language file. Thanks to Ozzii. |
Updated Chinese Simplified language file. Thanks to WanderMax. |
6.4.0.5 Beta
|
2016-06-07 |
Auto-detect file content encoding of dropped files in PascalScript and Translit rule windows. |
Added translit files for Japanese language (Hepburn-shiki and Kunrei-shiki). Thanks to Tilt. |
Use the same "replace" part for each "find" part in the Replace rule if have several "find" and only one "replace" part. Previously, an empty "replace" part would have been used. |
Added local date-time format as the first option in Reformat Date rule dropdowns. |
Settings and Filter Settings dialogs are now resizable. |
Added icons for options in Filter Settings dialog. |
Updated Japanese language file. Thanks to Tilt. |
Major code refactoring. |
6.4.0.1 Beta
|
2016-03-31 |
Added WideDeleteToRecycleBin and WideRemoveDir functions to PascalScript. |
Set UTF8 console code page and use UTF8 encoding for exported batch renaming file. Previsouly, system ANSI code page was used. |
Option "Export as batch renaming file" is no longer restricted to Pro version. |
Improved default sizing of files table columns and fixed "State" column width. |
Improved main toolbar resizing technique. |
Hide main toolbar button captions if widths are too small. |
Updated bundled copy of User Manual. |
Updated Portuguese (Brazil) language file. Thanks to Igor Rückert. |
Updated Serbian language file. Thanks to Никола Алексић (eR@SeR). |
Updated copyright information. |
6.3.0.1 Beta
|
2015-11-22 |
Fixed inconsistently changing state of "save filters with preset" option. |
Refactored code for managing user settings and preset configuration. |
Added hints for Torrent meta tags. |
Added German language file. Thanks to Max Mehl. |
Added context menu option for selecting all rules (Ctrl+A). |
Added rules multi-selection ability with group remove, activate and deactivate actions. |
Fixed a problem with meta tags being inserted at incorrect position in Unicode text. |
Updated Russian language file. |
Internal optimizations. |
6.2.0.8 Beta
|
2015-08-29 |
Internal PascalScript code optimizations. |
Fixed incorrectly displayed declaration for overloaded functions, e.g. Length. |
Changed default size of PascalScript auto-completion window (20x600 to 16x400). |
Added new PascalScript functions: StrToIntDef, StrToInt64Def, TryStrToInt, RandomFloat, RandomBoolean, MinInt, MinInt64, MinFloat, MaxInt, MaxInt64, MaxFloat. |
6.1.0.12 Beta
|
2015-03-27 |
Added Indonesian language PO file; |
Updated Japanese and Russian language PO files; |
Split filter settings into default and session settings; Any modifications to filters now apply to session settings, with an option to use them as defaults; |
Extract MP3_TrackNo, MP3_DiskNo, WMA_TrackNo, WMA_DiskNo from numeric track and disk tags, in addition to standard "X/Y" format; |
Added WMA_TrackTotal meta tag; |
Deprecated MP3_PartOfSet and WMA_PartOfSet tags in favor of respective MP3_DiskNo/MP3_DiskTotal and WMA_DiskNo/WMA_DiskTotal tags; |
6.1.0.11 Beta
|
2015-03-17 |
Trim new lines at the end of system formatted renaming errors; |
Renamed ID3_* meta tags to MP3_* (ID3_* will remain as hidden aliases); |
Internal cleanup of handling of MP3_* meta tags; |
Do not pad with zeros MP3_TrackNo and WMA_TrackNo meta tags; |
Handle Unicode data in FLAC_* meta tags; |
Added Portuguese translit alphabet; |
Added FLAC_AlbumArtist, FLAC_TrackTotal, FLAC_DiscNo, FLAC_DiscTotal meta tags; |
Added MP3_TrackTotal, MP3_DiskNo, MP3_DiskTotal meta tags; |
Added WMA_AlbumArtist, WMA_DiskNo, WMA_DiskTotal, WMA_PartOfSet meta tags; |
Fixed non-string tag handling issues in WMA files; |
Broader range of supported WMA files (no limits on SampleRate, ByteRate, etc); |
Converted WMA_TrackNo meta tag from 0-based to 1-based; |
6.1.0.3 Beta
|
2014-11-26 |
Renamed default language title from "Default" to "Original (English)"; |
Suppress language icon loading exceptions and handle Unicode icon paths; |
Fixed localization issues in auxiliary message dialogs: Go to Folder, Mark by Mask, Select by Mask, Select by Extension, Select by Filename Length, Confirm overwrite with new name, Could not open the following file; |
Unicode support for remembered values of: Add Files, Add Folders, Filter Masks, Mark by Mask, Select by Mask, Select by Extension; |
Better positioning of components in Browse dialog for localization; |
6.0.0.1 Alpha
|
2014-08-10 |
Converted application project from Delphi 7 to Lazarus/FPC; |
Added multilingual support using PO files in Languages folder; |
Added built-in version information, moving to x.x.x.x versioning; |
Updated icons from BMP to PNG with alpha-blending; |
Converted mini buttons above rules and files tables into toolbars with automatic resizing to better fit localized text; |
Error column is now visible by default; |
Replaced PascalScript package (from SVN dated 11 November 2008) with an updated version from component library in Lazarus; |
EXIF, IPTC, HTML meta tags can now handle Unicode filenames; |
Added toolbar button for accessing context menu of files table columns; |
UserInput rule can now read content from Unicode filenames; |
Advanced Pascal Script editor with syntax highlighting, code folding, etc; |
Correctly restore negative window position on multi-monitor setups; |
Pascal Script code can contain Unicode characters (internally stored as UTF8 encoded string); |
Display icon in the context menu for "Add to ReNamer" option; |
Items added via /enqueue parameter are sent in a group instead of individually, to prevent auto preview and validation per sent item; |
5.75.3 Beta
|
2014-05-21 |
Use "MS Shell Dlg 2" font instead of "MS Shell Dlg" on Windows 2000 and later versions; This system font substitute maps to "Tahoma" which better handles ambiguity between letter "I" and digit "1"; |
Increased font size of most text fields from 8 to 10 points; |
Added horizontal scrollbar to the PascalScript code window; |
Updated cursor position description in the Analyze dialog; |
Added Ctrl+L shortcut for opening the Scripts menu in PascalScript rule; |
Always start programs via ExecConsoleApp function in hidden mode (replaced use of DETACHED_PROCESS flag with SW_HIDE flag); |
Added ExecuteProgramShow function, similar to ExecuteProgram but it also allows to control how the window is to be shown; |
5.74.5 Beta
|
2014-02-05 |
Added status panel to display currently active filter settings as icons; |
Status bar now uses fixed sizes for panels, no auto-sizing; |
Handling of extensions in folders is now optional (check in settings); |
Added "Analyze" mini button above files table to bring out the feature; |
Removed bevels/borders from the main toolbar; |
Cleaned up big "Rename" and "Overwrite" button icons; |
Moved option buttons above files table to the left hand side; |
Removed flickering of option buttons on resizing (disabled full repaint); |
Removed labels from buttons in the Presets Manager to make it more compact and eliminate issues with localization (hints were not touched); |
Presets Manager inherits the limitations of the "Lite" version; |
Minor repositioning of components to eliminate issues with localization; |
5.74.4 Beta
|
2014-02-04 |
Introduced TAnsiStringArray type as Array of AnsiString; |
Introduced TWideStringArray type as Array of WideString; |
TStringsArray type is deprecated, please use TWideStringArray instead; |
Added FileReadLines function to read all lines from a file; |
Return type of CalculateMetaTag function changed from String to WideString; |
Added CalculateMetaTagFormat function to allow specifying custom date/time formatting instead of the application's default setting; |
Added IsMatchingRegEx function to check for match against RegEx pattern; |
Added URLEncode and URLDecode functions; |
5.60.30 Beta
|
|
Changed how "Always on top" option is applied, it now requires a restart; |
Replaced use of DragAcceptFiles with WS_EX_ACCEPTFILES on main form; |
Analyze dialog got its own place on the taskbar and can now be minimized independently of the main window; |
If natural sort thinks items are the same, perform a normal text sort, so names like "01" and "1" will always appear in a consistent order; |
Reworked functions for processing special folders to better handle errors; |
Translation field in the About dialog became more apparent; |
Built-in registration facility and Terms of Use dialog; |
5.50.19 Beta
|
|
User Manual is replaced by Wiki links and accompanying Quick Guide; |
New About dialog, list of changes moved to a text file; |
Rule names are now localizable; |
Added new Rearrange rule, to easily manipulate filename parts; |
Removed *.MSI file signature, was clashing with DOC/PPT/XLS; |
Removed *.VOB file signature, for better recognition of *.MPG; |
Image_* meta tags can handle Unicode filenames, except for TIFF files; |
New GIF_Frames meta tag, to read number of frames in GIF file; |
New AVI_VideoCodec meta tag, to read AVI video codec name; |
Added "Insert a space in front of capitalized letters" option; |
Added option to append a preset, from the Presets Manager; |
Validation limit warning is removed in command line renaming mode; |
Fixed problem with WidePosEx when SubStr parameter is empty; |
Fix spaces option will handle all Unicode white spaces; |
Added English characters as a predefined option to Strip rule; |
Added "Strip all characters except selected" option to Strip rule; |
Added StrToFloatDef and FormatFloat functions to PascalScript; |
Added WideCopyFile function to PascalScript; |
Added "Export all columns to clipboard" option; |
File path and date related meta tags made to work for folders; |
Translit will not upper case output part if input part is none alphabetic; |
Columns for rules are correctly auto-sized with many rules loaded on startup; |
Automatic resizing of files table will also apply after removing files; |
Analyze dialog will leave trailing spaces in the output intact; |
Auto preview on change options are disarmed during command line renaming; |
Updated icons for "+" buttons in all rules; |
Added two new columns in files table: Size KB, Size MB; |
Fixed incorrect sorting by size for files larger than 2GB; |
Fixed incorrectly loaded filter masks from presets; |
Added "Export to Clipboard" option to rules context menu; |
Added German translit alphabet; |
Added File_FilePath meta tag; |
5.50
|
2009-05-03 |
Updated PascalScript component to the latest SVN from 11 November 2008; |
Updated Virtual Treeview component to v4.7.0; |
Updated hashing functions to use Fundamentals Hashing unit v3.06; |
Reset Unicode flag for the manual filename editor in the files table; |
Added date-time offset functions: IncDay, IncHour, IncMinute, IncSecond, etc; |
Updated binary signatures for FLV/SWF and MP3 files; |
Added 24 new binary signatures, making a total of 93 records; |
Removed error message when applying extension detection rule in analyze dialog; |
Showing of non-main forms always centered is made optional; |
Changed format of Audio_Duration tag from "Xm Xs" to "X.XX"; |
AVI and HASH tags can be read from Unicode filenames; |
Add 2 AVI helper tags: AVI_Duration and AVI_WidthAndHeight; |
Added 4 Meta tags for Outlook Messages: ID, DateSent, Subject, Sender; |
Added ShellOpenFile() function to open files via ShellExecute API; |
Another type of apostrophe is added to Case rule: Acute Accent 0x00B4; |
Fixed incorrectly adjusted time zone by the Email_DateSent tag; |
Fragments in the Case rule are replaced as Whole Words only; |
Delimiter for fragments is changed from space to comma; |
Speeded up generation of random numbers in Serialize rule; |
Unnecessary fields are automatically disabled in Serialize rule; |
Translit Alphabets will handle UTF-8 BOM correctly; |
Tab characters in PascalScript statements are replaced with spaces; |
Added "Insert after the current name" option to UserInput rule; |
Text in "Go To Line" dialog is added to resource strings; |
Improved exception handling for several dialogs; |
Updated French and added Bulgarian translit file; |
Analyze dialog now has line number and position from left and right; |
Corrected behaviour of "No" action in the meta tags confirmation dialog; |
Correctly handle renaming when user adds trailing path delimiters to new name; |
Added "Files" button above files table which brings up its popup menu; |
Auto preview on change of rules will not trigger on change of unmarked rules; |
All relative "." and ".." directories within new path are resolved; |
Added "-" (hyphen) to the CleanUp rule; |
Corrected ambiguous Kb/Mb/Gb to KB/MB/GB; |
Enhanced main icon using vector graphics; |
Rearranged file menus and options; |
Core code optimizations and cleanup; |
Corrected few typos; |
5.40
|
2008-10-26 |
Integrated Windows XP Manifest to allow visual styling; |
Modified ID3v2 libraries to support reading of the unicode data (experimental); |
Added reading support for ID3_PartOfSet tag in ID3v2 libraries (experimental); |
Added "open containing folder" option to the context menu of the files table; |
Main menu and toolbar shortcuts are no longer available when editing new name; |
No more error when using empty Replace or Remove rules in wildcards mode; |
Added/changed a number of shortcuts in the options and files context menu; |
State column is sorted by file status and then by marked/unmarked state; |
New Project action will clear files and then rules, escaping auto-preview. |
Rule descriptions are added to the localizable resource strings; |
Right-to-left character-wise processing of delimiters if reversed; |
Status bar panels are resized automatically with the form; |
Changed ambiguous Ctrl+Z,X,C,V files manipulation shortcuts; |
Fixed offset when using Insert rule with right-to-left position; |
Added option to disable confirmation dialog for overwriting files; |
Auto apply rules option in Analyze dialog works on context menu too; |
Corrected handling of double clicks and right clicks on rules checkboxes; |
Fixed mark/unmark all rules option not triggering auto preview; |
Fixed disappearing modified star after cancelling save preset dialog; |
Fixed contradiction between Importing feature and Auto Preview option; |
Fixed some cropped texts when custom system fonts are used; |
Both ' and ` are handled when capitalizing words; |
Added line wrap option to the Analyze dialog; |
Added French translit alphabet; |
Small user interface improvements; |
5.30
|
2008-07-03 |
Added ability to save Filter Settings together with a Preset; |
Added split panel in status bar to display current preset and modification sign; |
Added dialog for creating links to all presets, with load and rename options; |
Integrated dEXIF libraries to parse EXIF tags (works on problematic JPEG files); |
All EXIF* tags should work on TIFF files too, alternatively to TIFF* tags; |
Added 5 IPTC tags: ObjectName, Caption, Headline, Location, City; |
Fixed problem with setting the files date on Windows 9x platforms (v5.10 bug); |
Fixed access violation when importing file paths and new names (v5.xx bug); |
Fixed bug which stopped the largest binary signature from being detected; |
Updated binary signature detection to support Unicode filenames; |
Added IntToHex, HexToInt and HexToIntDef functions to PascalScript; |
Added Base64Encode and Base64Decode functions to PascalScript; |
Added a script to encrypt filenames using XOR-BASE64 algorithm; |
Option to highlight changed names is now case sensitive; |
Added "fix conflicting new names" option to the Options menu; |
Added shortcuts to buttons in PascalScript rule; |
Added "none of the above" option to Case rule; |
Fixed few spelling mistakes; |
5.25
|
2008-04-08 |
EXIF_Date tag will treat Exif.Image.DateTime field as an alternative; |
Validation process will automatically scroll to show the first invalid item; |
Masks field in the Filters is greyed out when it is empty, i.e. not used; |
Fixed an issue with disabled context menu of the files table (rare case); |
Added WideCharLower and WideCharUpper for easy WideChar case conversions; |
Added SubMatchesRegEx function to get sub-expressions of the first match; |
Added DialogYesNo and WideDialogYesNo confirmation dialogs; |
Added option to filters: apply masks only to the file name; |
Corrected tab order of the components in some of the rules; |
Maximized window state is remembered properly; |
Added Polish translit alphabet; |
5.20
|
2008-01-30 |
Added /list command line parameter to load list of files from text file; |
Fixed accessibility problem when adding files while browsing modal forms; |
"Import files" option handles Unicode and UTF8 content (with BOM); |
Added "detect using binary signature" option to the Extension rule; |
Added option to Export/Import list of new names to/from clipboard; |
Export/Import functions have their own button and menu; |
Added "clear renamed files on rename" option in the settings; |
All HTML based help files are united into a single PDF; |
Added new section in the help file which describes renaming rules; |
PascalScript component has been updated to the latest v3.0.27.651; |
Added drag and drop support for scripts in PascalScript code editor; |
Added "go to" functionality for quick line jump in PascalScript; |
Added "apply rules for each line" option to the Analyze dialog; |
"Auto apply rules" action in Analyze dialog trigged on change of rules; |
"Analyze name" option will work on all selected files, not just focused; |
Added File_FileName, File_BaseName and File_Extension meta tags; |
Folders in "Add Folders" dialog are explicitly sorted; |
Option to resort files has become a long-term option; |
Added choice of Replace or Insert for the UserInput rule; |
Added InputBox and InputQuery functions to PascalScript; |
Added WideGetEnvironmentVar function to PascalScript; |
Added FileAppendContent function to PascalScript; |
Analyze dialog will apply only marked rules; |
Updated Russian translit alphabets; |
Analyze dialog became non-modal; |
5.10
|
2007-10-12 |
Windows network files renaming support; |
Added "new path" column to the files table; |
Added "auto apply rules" option to Analyze dialog; |
Added "right-to-left" option for position parameter in the Insert rule; |
Added "leave delimiter" option for delimiter parameters in the Delete rule; |
Selection is displayed for both In and Out text boxes in the Analyze dialog; |
SetFileTimeModified and SetFileTimeCreated will also work for folders; |
Fixed disappearing table menu after editing new name via "click through"; |
Added two Russian translits, with alternative and extended Latin spellings; |
Added "clear not changed" option to the files table; |
Added "new project" menu item, with Ctrl+N shortcut; |
Analyze dialog in now Unicode capable; |
Some of the icons are updated; |
5.05
|
2007-09-17 |
Added "Exif Date" column to the files table; |
Dialog for analyzing sample text is now resizable; |
Added html-based "Quick Start" guide to the Help files; |
Show "Quick Start" guide prompt on the first time run; |
Added "Prepare for SharePoint" option to CleanUp rule; |
Fixed potential incorrect date comparison for sorting procedure; |
Fixed "Clear files table on rename" option, did not work properly in some cases; |
Fixed rare false invalid by validation for Non-ASCII filenames (v5.00 bug); |
Fixed hidden rules table when "Remember last position and size" used (v5.00 bug); |
5.00
|
2007-08-21 |
Added "Masks" option to the Filter Settings; |
Updated VirtualTreeview and TntUnicodeControls components; |
Added Command Line Renaming parameter, to rename without user interaction; |
Added Mark and Unmark All options to context menu of the rules table; |
Installer updated: default scripts, translits and help files will always be overwritten; |
Height of the rules table is remembered for "remember last position and size" option; |
Fixed problem when "Filter Settings" dialog opened within "Add Folders" dialog; |
Added experimental option "use natural order sorting algorithm" (2-3 times slower); |
Fixed problem with usage of ":" and "\" symbols in some of the rules; |
TIFF tags are no longer represented by EXIF tags, as it may be misleading; |
More meta tags will now work with Unicode filenames and contents; |
Last used folder in the "Add Folders" dialog is remembered; |
Added WideCaseCapitalize() and WideCaseInvert() to PascalScript; |
The checked state of the rules is saved in the presets; |
Fixed problem with relative paths passed via the command line; |
Added WMA and FLAC artist/title/album/year/genre/track meta tags; |
Audio_Duration* tags work for FLAC files; |
Improved new filepath validation; |
4.60
|
2007-03-11 |
Dramatically speeded up process of auto-sizing file table columns; |
Added options for showing hidden and system folders in "Add Folders" dialog; |
Generalized filter settings aka "default behavior for adding folders"; |
Added option to include system files, in filter settings; |
Added new WideScanDirForFolders() function to PascalScript; |
ExecConsoleApp() function will convert OEM output to ANSI; |
Function WideScanDir() has been changed to WideScanDirForFiles(); |
Substitution of wildcard matches in Replace rule using $1, $2, $3, etc; |
Fixed a small problem when matching entire filename with * wildcard; |
Removed already needless WideGetChar function from PascalScript; |
Support for masked paths in the command line, e.g.: "C:\Temp\*.jpg"; |
Added option to mark only changed files (in terms of new names); |
Option which adds program to files context menu has been removed; |
Added Serbian (Cyrillic and Latin) and Croatian translit alphabets; |
Added option which adds program to "Send To" context menu; |
Fixed the rest of incompatibilities with the XP manifest; |
Improved command line parameters handling; |
Collection of help documents was expanded; |
4.50
|
2007-02-01 |
Added meta tags to retrieve duration of Audio files: MP3, WMA, OGG, WAV! |
Updated PascalScript source to the latest January SVN release, which has finally addressed previously reported by me issues, now: 1) SetLength() and Length() functions work for both WideStrings and Arrays; 2) Widestring indexed character access is working, i.e. WideString[1]; Note: WideArrayLength() and WideArraySetLength() functions are removed! |
Added 8 new functions to PascalScript rule: SetFileTimeCreated, SetFileTimeModified, SetClipboardText, GetClipboardText, ReplaceRegEx, MatchesRegEx, CalculateMetaTag, FileReadFragment; |
Wildcards can now be used within Remove and Replace rules! |
Files selection mask is remembered for the entire session; |
JPE file extension is treated as JPEG format, for meta tags; |
Help files will now be opened with the default web browser; |
Added Help item, which will encapsulate all related help documents; |
Added new "Move filename portion" script for PascalScript rule; |
Capture run-time exceptions when executing PascalScript rule; |
Fixed problem with extension in "Serialize duplicates" script; |
Fixed few typos within function reference in PascalScript help file; |
Tabulation and selection helpers for script editor in PascalScript rule; |
Added Hours Span script, which adds/subtracts hours from dates in filenames; |
Count of selected and marked files will now be displayed in the status bar; |
Fixed tool bars in the main window and in the presets manager to support manifest; |
Fixed ignoring of the option "Auto preview on change of rules configuration" when states of the checkboxes of the rules are changed; |
Last used values for dialogs "Mark by mask", "Select by filename length", "Select by extension" and "Select by mask" - will now be remembered; |
Multiple masks/extensions can be defined in dialogs "Mark by mask", "Select by extension" and "Select by mask". |
Added "Apply rules to the clipboard" option; |
Added Turkish translit alphabet; |
4.21
|
2006-11-14 |
Added EXIF_Description meta tag, which represents image description field; |
Added WideReplaceStr, WideReplaceText and WideTrim functions to PascalScript; |
Added VersionInfo_* series of meta tags to retrieve Version Information fields; |
Changed component for reading Document meta tags to TSMSummaryInformation; |
FileSig_* meta tags were renamed to more appropriate BinarySign_* format; |
Added a Ctrl+L shortcut for Select by Filename Length functionality, and from now it will select files that are more than N characters, but not equal to N; |
4.20
|
2006-11-08 |
Added "Add to ReNamer" option for files, yet it is not recommended to be used; |
Added "Auto preview when new files are added" option to the settings; |
Added "Close program after successful rename" option to the settings; |
Auto preview options now turned on by default, for new installations; |
Fixed process of pasting text from clipboard into the new name editor; |
Removed warning when auto-sizing columns with more than 15'000 files; |
Removed confirmation message when pasting files into ReNamer; |
Changed options that configure default behavior for adding folders; |
Pressing the return key within a spin number editor in rules will submit the form; |
"First letter capital" option will capitalize the first letter, not the first character; |
Date and Time meta tags have been united, for performance reasons; |
Added procedure Sleep(Milliseconds: Cardinal) for PascalScript; |
Added Date_Now meta tag, which represents current date; |
Added Name Length and New Name Length columns to the files table; |
4.12
|
2006-08-11 |
Fixed a very nasty Access Violation problem, caused by 'Always On Top' option; |
Included recently added options to the statements of Replace and Remove rules; |
Skip extension made optional for the Translit rule, instead of default; |
Load from User Input dialog supports Unicode text, and UTF-8 encoded files; |
Fixed previously broken functionality to Delete Files to Recycle Bin; |
Workaround for a Windows error message 'Please Insert a Disk' which was given on initialization of the Browse dialog for every empty drive; |
Step for Incremental Serialization can be negative, for backwards counting; |
Last used folder for Add Files dialog is remembered, was recently broken; |
4.10
|
2006-07-22 |
Added checkboxes for rules, to enable/disable rules without deleting them; |
Files that are not marked will not be validated, previewed or renamed; |
Fixed not synchronized states for files table and files objects on rename; |
Fixed incorrect validation when absolute paths are used in new names; |
Fixed incorrect capitalization of letters infront apostrophe in the words; |
Fixed waiting cursor and memory leak on exception in the preview process; |
Added skip extension and case sensitive options to Replace and Remove rules; |
Added mark by mask option to the context menu of the files table; |
Added WideGetChar function, workaround for a bug in the PascalScript which doesn't let access characters of a WideString by their index, e.g. WideString[I]; |
Added WideLength, WideSetLength, WideCopy, WideDelete, WideInsert, WidePos and WidePosEx functions to correctly treat WideStrings; |
Added WideSplitString function to split string into an array of strings; |
Added WideScanDir function to scan directory for files |
Updated many other PascalScript Unicode functions; |
Updated help file for the Regular Expressions rule; |
4.00 Final
|
2006-07-02 |
Added ability to sort files by State column, comparing state indexes; |
Added options to control the default behavior of adding folders; |
Reorganized Settings window, some options moved, few tabs renamed; |
Fixed not working selection by extension (4.00 related bug); |
Fixed a problem with WideUpperCase and WideLowerCase not functioning correctly on Windows 9x platforms, due to issues in Delphi system units, which broke all case-related functionality for Windows 9x (4.00 related bug); |
Fixed access violation problem when using Browse dialog on Windows 9x platforms (4.00 related bug); |
4.00 RC1
|
2006-06-17 |
Now Supports Unicode, using Tnt Unicode Controls!! |
New Faster and Nicer looking Virtual Treeview component for Files table! |
The Core is redesigned and is more-less separated from the GUI; |
Dramatic improvements to the speed of adding large amount of files; |
Added ability to sort files table columns by clicking on them; |
Absolute and relative paths can be used in the new name; |
Added short user friendly description to every meta tag; |
Added Drag and Drop support for moving items within Files and Rules lists; |
Combined the Add Folder and the Browse Dialogs into a single Form; |
Columns in the files table can be moved, simply by dragging them; |
User can hide/show columns in the files table using column's right-click menu; |
Help messages are separated and converted to html files, displayed as web pages; |
Fixed Tab Order for the Rules configuration, it follows the components layout; |
Jpeg Exif structure tag was reverted back to DateTimeOriginal from DateTime, while ReNamer's Exif meta tags were renamed to EXIF_Date and EXIF_Time; |
Added File Signature meta tags, which can detect correct file extension and description for about 70 different data file formats; |
Fixed displaying of the file overwrite prompt dialog when saving a default preset, while using the "Save rules configuration on exit, load on startup" option; |
Cursor is set to Hour Glass for long operations like Preview, Rename, etc; |
Improved Unique Random indexing of the Serialize rule: faster search of the new unique number, and breaks when search for unique number takes too long; |
Updated all registered functions for PascalScript to handle Unicode strings; |
Added option to export list of files and undo paths, to Undo renamed files later; |
Added 10 new IsWideCharXXX functions for PascalScript, to check if a Unicode character is Upper, Lower, Digit, Space, Punctuation, Control, Blank, Hex Digit, Alphabetic or Alpha-Numeric; and 4 Unicode Conversion routines: WideToAnsi, AnsiToWide, UTF8Encode, UTF8Decode; |
Other small graphical changes; |
3.30
|
2006-05-07 |
Updated Presets Manager, added Load and Copy functions; |
Updated Save Preset dialog, added list of existing presets; |
Added options to Copy and Cut files from the table to Clipboard; |
Filename of the INI file is constructed from the Filename of the Executable; |
Improved speed of loading list of files from PLS, M3U and TXT files. |
Loading New Names from Text File is combined together with User Input; |
Dates & Times (Created and Modified) of the Folders are displayed correctly; |
PascalScript Examples are savable/loadable scripts; |
Translit Alphabets are savable/loadable text files; |
Faster processing of Meta Tags; |
Added Email_TimeSent meta tag; |
OLEInfo* meta tags were renamed to Document*; |
Fixed memory leak after processing Document* meta tags; |
Fixed problem with displaying size of the files bigger then 2Gb; |
Fixed incorrect sorting by Last Modified Time; |
3.20
|
2006-04-24 |
New PascalScript rule, for Scripting your Own Renaming rule!! |
Window for adding rules is resizable now, to allow expansion of rules configuration; |
Added option to Paste copied files/folders from Windows Explorer (Ctrl+V); |
Added special Help window for displaying long help strings, e.g. RegEx Syntax; |
Fixed small bug for saving presets (v3.00: Presets folder was not created); |
Main buttons have been added to the File menu (with their shortcuts); |
Added option to Import file table contents from: CSV, TXT; |
Added 2 new Meta Tags: EXIF_Make, EXIF_Model; |
Added option to Duplicate Selected Rule; |
3.00
|
2006-04-02 |
Completely re-designed the Rules System - rules became dynamic objects, this makes them very flexible and extensible, and easier to use; |
GUI of the main window is re-designed, optimizing for dynamic contents; |
Major optimizations to almost every rule; |
Each rule provides a human readable Statement for its configuration; |
Presets from older versions are not longer valid, starting from this version; |
Fixed bug in Translit rule, in some cases last characters would not be translated if a new name has increased in length, due to some non-english letters been represented by 2 or more english characters; |
Minor optimizations to the processing of Meta Tags; |
Added Option to Export file table contents into: CSV, TXT, XML; |
Case rule is able to invert case of not english letters as well; |
Added option to Incremental Serialization to reset Index when folder changes; |
Added File_TimeCreated and File_TimeModified meta tags; |
Added 6 new AVI format related meta tags: AVI_Width, AVI_Height, AVI_FramesPerSecond, AVI_TotalFrames, AVI_DurationMins, AVI_DurationSecs; |
Updated Audio Tools Library to v2.3, used for extracting ID3v1 and ID3v2 tags; |
Image meta tags for getting dimensions now support PNG and TIFF formats; |
EXIF Date and Time meta tags now support TIFF files as well as JPEG; |
Added another special sort by Folder Structure; |
Translit rule is case-sensitive now; |
2.30
|
2005-11-24 |
added 3 new MetaTags: Email_DateSent, Email_Subject, Email_From; they represent associated fields from the header of an email, according to the specifications in RFC2822; |
FileName reserved characters are automatically stripped out from returns of the MetaTags of type HTML, ID3, OLE, Email. |
Validate function moved to a separate menu, accessible via Options button; |
added Highlight option to highlight all the changed names in the table; |
added Maximize Table option to fit table on the whole client area; |
Rule Tabs are hidden, leaving more space for the rest of components; |
added Clearing options for Clearing Marked and Not Marked items; |
added Selecting option for Selecting files by their filename length; |
Analyze button moved to the new Options popup menu; |
other graphical changes/improvements; |
2.20
|
2005-11-07 |
now supports Regular Expressions, added as a new rule called RegEx!!! (component is written by Andrey Sorokin @ www.regexpstudio.com); |
added 4 new MetaTags to read OLE Summary Information: Title, Author, Subject and NumberOfPages (thanks to work of Andre v.d. Merwe); |
added support of GIF files for Image dimension MetaTags (thanks to work of Anders Melander on TGIFImage library); |
added File_DOSName MetaTag, to extract the DOS name of the file; |
sorting options (criteria, asc/desc, path/name) are remembered now; |
added option to the Settings: "Resort table when files are added"; |
items which have failed Undo operation are now marked as failed; |
fixed error when Delete rule is activated with an empty delimiter; |
fixed small bugs within Filename Validation procedures; |
small optimizations for processing MetaTags and Rules; |
2.00
|
2005-07-07 |
ID3v1 and ID3v2 Meta Tags support (thanks to "Audio Tools Library" developers); |
Jpeg EXIF Meta Tags support (thanks to Martin Djernaes); |
FileSize and FileDate Meta Tags support; |
Rename Folders - treat folders like files, plus extended Add Folder dialog; |
improved filenames validation, added existence check and MAX_PATH limitation; |
new GUI for Settings form, with guidelines on how to increase performance; |
extended Delete rule: delete from-until specified delimiters; |
added option to the Case rule: extension always lower case; |
added option to the Serialize rule: pad to specified length; |
added option to the CleanUp rule: skip number sequences; |
added Shell action: delete file to Recycle Bin; |
added option to the Settings: save rules set on exit, load on launch; |
option to leave original extension for the new filenames entered via User Input; |
improved file moving procedure, added to popup menu; |
shell actions are executed for all selected files; |
1.85
|
2005-06-02 |
Options menu was converted to the Settings Form; |
added Extra Columns: FileSize, TimeModified, TimeCreated - turned off by default; |
extended Browse For Folder dialog: Mask files, exclude Hidden files, Resizable; |
extended Serialization Rule: choice of Incremental or Random index; |
added ability to Force user defined Case for specific Fragments, in Case Rule; |
full path of the file is replaced by its directory path, in the Path column; |
improved performance of Case Capitalization: slow string concatenation was replaced with fast indexed character access; |
files icons reset when no validation on preview; |
handy shortcuts: Add Files - F3; Add Folder - F4; Preview - F5; Rename - F6; |
customizable "Drag your files here" text, via Settings Form; |
added Option to Minimize Path Column on Auto Size, which was done by default; |
added Select by Mask to the files management functions; |
added special sorting by File Size; |
added alternative view for Tabs; |
added files total size, beside the counter; |
code optimizations and cleanup; |
1.80
|
2005-05-10 |
Inter Process Communications (written by Shen Min @ www.sunisoft.com): "Add To ReNamer" now enqueues files in already running Application, if any; |
extended loading options: load files from M3U and PLS playlists, load new filenames from User Input; |
enhanced files management, with improved sorting and popup menu; |
fixed validation bug: files with a same name were considered duplicated even if they were in different folders; |
new options: auto size table on change, validate new filenames on preview, remember last location, always on top; all written to the INI file; |
added functions for clearing valid/invalid files and selecting by extension; |
added files counter; |
general cleanup and tiny fixes; |
code optimizations; |
1.73
|
2005-04-12 |
Support for parameters, supplied files and folders will be added to the table; |
Option to register a preset *.rnp extension; |
Option to add ReNamer to the context menu of the folders; |
added About tab to About Form, with shell executable email and web addresses; |
added menu item to Browse the Presets folder; |
small graphical improvements to the buttons control panel; |
added shortcuts Ctrl+1,2,3,4,5,6,7,8,9 to first 9 presets; |
fixed: Presets Manager would rename a preset to ".rnp" when new name is an empty string; |
fixed: space on its own and spaces on both sides of text parameters were not saved in Presets; |
corrected some typos; |
small changes and improvements; |
1.60
|
2005-03-25 |
added Validate button, for validation at any time; |
small improvements to the files table; |
added some hints for the buttons; |
new filenames are always trimed on both sides; |
added ascending/descending Sorting, based on filename; |
ability to load new filenames from the text file; |
table columns are auto-sized automatically whenever new files are added as well as after filenames generation; |
improved filenames validation: warnings are given when two or more files have the same generated name, or if at least one filename is an invalid Windows filename or filename is an empty string; |