Portable ReNamer Lite Changelog

What's new in Portable ReNamer Lite 7.5.0.2 Beta

Mar 17, 2024
  • 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.

New in Portable ReNamer Lite 7.5.0.1 Beta (Nov 14, 2023)

  • Changed build environment to Lazarus 2.2.6 + FPC 3.2.2.
  • Added Unicode support for calling external applications, e.g. Pascal Script commands.
  • Added Unicode support for operations with the Windows Registry, e.g. shell integration features.
  • Refactored system code page conversion routines.
  • Added Hebrew language file. About 80% translated. Thanks to שלמה.

New in Portable ReNamer Lite 7.4.0.6 Beta (Feb 28, 2023)

  • Updated Traditional Chinese language file.
  • Updated Russian language file.

New in Portable ReNamer Lite 7.4 / 7.4.0.5 Beta (Feb 25, 2023)

  • Added IPTC_Keywords meta tag.

New in Portable ReNamer Lite 7.4.0.4 Beta (Feb 22, 2023)

  • Added an option to remove duplicate extensions.
  • Updated Russian language file.

New in Portable ReNamer Lite 7.4.0.3 Beta (Dec 28, 2022)

  • Added WinCPToUTF8 and UTF8ToWinCP functions for Pascal Script.
  • Fixed mangled Unicode content in Pascal Script rule when loading presets created with versions 6.0 through 6.3.
  • Removed legacy code for non-Unicode versions of Windows.

New in Portable ReNamer Lite 7.4.0.2 Beta (Dec 10, 2022)

  • 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.

New in Portable ReNamer Lite 7.4.0.1 Beta (Oct 14, 2022)

  • Interpret the plus sign "+" literally in wildcard replacements. The previous behavior was to interpret it as repetition of the immediately preceding character, same as in Regular Expressions.
  • Updated French language file. Thanks to Philippe MALLET.

New in Portable ReNamer Lite 7.3.0.4 Beta (Sep 15, 2022)

  • Added FindRegEx, IntToRoman, RomanToInt, RomanToIntDef, TryRomanToInt functions and TIntegerArray type to Pascal Script.
  • Updated the bundled User Manual (PDF file).
  • Added Korean language file. Thanks to kkd887.
  • Added Korean translit alphabet. Thanks to kkd887.
  • Added Arabic translit alphabet. Thanks to Pola Edward.

New in Portable ReNamer Lite 7.3.0.3 Beta (May 15, 2022)

  • 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.

New in Portable ReNamer Lite 7.3.0.2 Beta (Apr 16, 2022)

  • 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.

New in Portable ReNamer Lite 7.3.0.1 Beta (Sep 5, 2021)

  • Avoid the effects of Windows sorting rules and Unicode equality rules in the string replacement function, i.e. replace only exact matches.
  • New "whole words" matching mechanism. The boundaries around the subject must not be between two word characters, instead of the former mechanism where the boundaries must be between word and non-word characters.
  • Refactored and future-proofed string encoding conversion routines and tests.
  • Fixed: Incorrect button alignment on the Save Preset form in High DPI mode.
  • Updated French language file. Thanks to Ozzii.

New in Portable ReNamer Lite 7.3 (Apr 15, 2021)

  • High DPI support with automatic user interface scaling. Note that icons are not scaled yet.
  • Remember and restore the last used preset by the preset name, rather than via an anonymous default preset.
  • Handle the 12-hour notation (AM/PM) when searching for dates in the Reformat Date rule.
  • Significant improvements to the decoding of email meta tags, including handling of Windows-specific encodings.
  • After adding files, sort first, then preview, to avoid breaking the effect of order sensitive rules.
  • Added "Path Length" and "New Path Length" columns to the file table.
  • Added file signature for WebP image format.
  • Improved identification of the system language and options for overriding it.
  • Updated translations: French, German, Turkish, Japanese, Portuguese (Portugal), Simplified Chinese.

New in Portable ReNamer Lite 7.2.0.9 Beta (Jan 21, 2021)

  • Handle the 12-hour notation (AM/PM) when searching for dates in the Reformat Date rule.

New in Portable ReNamer Lite 7.2.0.8 Beta (Dec 17, 2020)

  • Added FirstDotAtFileNameStartIsExtension variable to the settings file. This is a compatibility option for the behaviour that was changed in v7.0.0.1 Beta.

New in Portable ReNamer Lite 7.2.0.7 Beta (Nov 29, 2020)

  • Refactored the implementation of guide messages shown in the rules table and the files table. This fixes an obscure visual glitch where the rules table may be missing checkboxes in High DPI setups.
  • Added "Error" procedure to the Pascal Script. It abruptly terminates the script with an error message.

New in Portable ReNamer Lite 7.2.0.6 Beta (Oct 6, 2020)

  • Remember and restore the last used preset by the preset name, rather than via an anonymous default preset.
  • The option to remember the last used rules/preset is enabled by default.
  • Added file signature for WebP image format.
  • Updated Turkish language file. Thanks to Çağatay KAYA.
  • Updated Simplified Chinese language file. Thanks to ZhaoLee.
  • Updated German language file. Thanks to Peter Joswig.

New in Portable ReNamer Lite 7.2.0.5 Beta (Aug 24, 2020)

  • Restored the ability to draw the selection rectangle with a mouse in the files table. It was disabled due to bugs in a 3rd party component.
  • Updated Japanese language file. Thanks to Tilt.

New in Portable ReNamer Lite 7.2.0.4 Beta (Aug 16, 2020)

  • Added "Path Length" and "New Path Length" columns to the file table.

New in Portable ReNamer Lite 7.2.0.3 Beta (Jun 21, 2020)

  • After adding files, sort first, then preview, to avoid breaking the effect of order sensitive rules.
  • Expanded the list of columns conflicting with the preview to include "State" and "New Name Length" columns.

New in Portable ReNamer Lite 7.2.0.2 Beta (Jun 10, 2020)

  • High DPI support with automatic user interface scaling. Icons are not scaled yet.
  • Improved the layout of the Analyze form. Less clutter, better DPI scaling.
  • Respect the minimum width constraint for the last column in the rules table.

New in Portable ReNamer Lite 7.2.0.1 Beta (Apr 19, 2020)

  • Guess the fallback language code by removing sub-codes, e.g. "en_US" to "en".
  • Handle "--lang=xx" command line language specification, in addition to "--lang xx".
  • Case insensitive handling of "--lang=xx" and "--lang xx" command line parameters.
  • Updated French translation. Thanks to Philippe MALLET.
  • Updated Portuguese (Portugal) language file. Thanks to Dinis Medeiros.
  • Updated Chinese Simplified language file. Thanks to Wander Max.

New in Portable ReNamer Lite 7.2 (Mar 30, 2020)

  • Do not offer to create desktop shortcut in the installer.

New in Portable ReNamer Lite 7.1.0.7 Beta (Mar 29, 2020)

  • Load product registration code using a file drag and drop.

New in Portable ReNamer Lite 7.1.0.6 Beta (Mar 18, 2020)

  • Append the preset if SHIFT key is down when clicking on the present menu option, otherwise load normally.
  • Fixed: Missing pixels in the language flag icons. Issue introduced in v7.1.0.4 Beta.
  • Updated Traditional Chinese language file. Thanks to RH.
  • Updated Turkish language file. Thanks to Çağatay KAYA.

New in Portable ReNamer Lite 7.1.0.5 Beta (Nov 27, 2019)

  • Fixed: Broken layout in the Analyze window after restoring from the maximized-then-minimized state.
  • Fixed: Wrong rule selected in the list box when editing a rule.
  • Increased the width of a status bar panel used for displaying the file count and size. Avoids text truncation for some languages.
  • Changed the default color used for highlighting affected names from red to blue, due to popular consensus.
  • Updated Serbian language file. Thanks to Никола Алексић.
  • Updated Japanese language file. Thanks to maboroshin.
  • Updated Turkish language file. Thanks to Çağatay KAYA.

New in Portable ReNamer Lite 7.1.0.4 Beta (Oct 4, 2019)

  • Changed build environment to Lazarus 2.0.4 + FPC 3.0.4.
  • Upgraded VirtualTreeview component to the version bundled with Lazarus.

New in Portable ReNamer Lite 7.1.0.3 Beta (Oct 1, 2019)

  • Added an option to strip unicode marks (combining, diacritics, accents) in the Clean Up rule.
  • Added ScanDateTime and TryScanDateTime functions to Pascal Script.
  • Added Chinese (Simplified to Traditional) translit alphabet.
  • Updated Polish language file. Thanks to Miłosz Szczepanek.
  • Updated Russian language file.

New in Portable ReNamer Lite 7.1.0.2 Beta (Aug 26, 2019)

  • Use RFC 4180 compliant CSV handler for importing/exporting files. Improved handling of unquoted values.
  • Handle errors gracefully when importing files.
  • Added Portuguese (Portugal) translation file. Thanks to Dinis Medeiros.
  • Updated Polish language file. Thanks to Milosz Szczepanek.
  • Updated Dutch (Belgium) language file. Thanks to DoggyDaddy.

New in Portable ReNamer Lite 7.0.0.6 Beta (May 23, 2019)

  • Added Ukrainian language file. Thanks to Роман Старих.
  • Updated Russian language file.

New in Portable ReNamer Lite 7.0.0.5 Beta (May 6, 2019)

  • Meta Tags: Decode ID3v1 non-Unicode text tags according to the local system ANSI code page.
  • Meta Tags: Handle synchsafe encoding of frame sizes as per ID3v2.4.0 specs.
  • Increased default width of the main window from 510 to 600 px.
  • Increased default width of the rules table columns.
  • Updated French language file. Thanks to Ozzii.
  • Updated Russian language file.

New in Portable ReNamer Lite 7.0.0.4 Beta (Apr 8, 2019)

  • 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.

New in Portable ReNamer Lite 7.0.0.3 Beta (Mar 26, 2019)

  • Added options for adjusting date/time parts in the Reformat Date rule.
  • Display a count of folders added for renaming, in the status bar.
  • Meta Tags: Decode ID3v2 non-Unicode text tags according to the local system ANSI code page.
  • Meta Tags: Handle big endian BOM in MP3 ID3v2 tags.
  • Updated Serbian language file. Thanks to Никола Алексић.
  • Updated Italian language file. Thanks to Vittorio Ierardi.
  • Added back the original Turkish language file, keeping both translations.

New in Portable ReNamer Lite 7.0.0.1 Beta (Jan 27, 2019)

  • 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.
  • 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.

New in Portable ReNamer Lite 6.9.0.1 Beta (Oct 24, 2018)

  • 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.

New in Portable ReNamer Lite 6.9 (Jul 2, 2018)

  • Implemented rule comments, editable via rules context menu.
  • Enhanced storage path resolution with new path tags and handling of multiple path tags.
  • 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.
  • Added a dialog for manually entering file paths for renaming.
  • Added various unit tests, including unit tests for some renaming rules.
  • Remove all files more efficiently than one-by-one when all files match the clearing criteria.
  • Efficiency improvements for files table clearing operations.
  • Efficiency improvements for performing shell actions on files.
  • 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.
  • Added Traditional Chinese (Taiwan) language file. Thanks to ????.
  • Updated French language file.
  • Updated Chinese Simplified language file. Thanks to WanderMax.
  • Updated German language file. Thanks to Kevin Scheitler.
  • Updated Serbian language file. Thanks to ?????? ???????.
  • Updated Russian language file.
  • Internal refactoring.

New in Portable ReNamer Lite 6.7 (Mar 30, 2017)

  • 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.
  • Added an option to skip renaming of unchanged files.
  • Fixed an incorrect DST offset applied to file dates outside of current DST period.
  • Replaced internal use of TStringsArray with TWideStringArray in Pascal Script.
  • Added FileReadText function to Pascal Script.
  • Added "/silent" switch to ignore warnings and errors during command line renaming.
  • Set non-zero exit code when command line renaming fails in silent mode.
  • Refactored command line parsing mechanism.
  • Added colored arrow icons to import/export options to improve visual identification.
  • Use the first day of the current year to substitute missing components in parsed dates in the Reformat Date rule.
  • Fixed ignoring of trailing digits in short date pattern components (M, D, H, N, S, Z) in the Reformat Date rule.
  • Rearranged the display order of rules: Reformat Date and Padding rules moved up in the list.
  • Minor re-alignment of checkboxes in the Padding rule configuration window.
  • Added Randomize rule for inserting random sequences into filenames.
  • Random serialization option in the Serialize rule has been deprecated.
  • Added option to replace the current name in Serialize and Randomize rules.
  • Added an option to disable automatic case adjustments performed by the Translit rule.
  • Disabled word-wrap, enabled horizontal scrollbar and improved resizing of components in the Translit rule configuration window.
  • 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.
  • 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 bundled User Manual (PDF file).
  • Updated Japanese language file.
  • Updated French language file.
  • Updated Chinese Simplified language file.
  • Updated Serbian language file.
  • Updated Russian language file.

New in Portable ReNamer Lite 6.6 (Sep 11, 2016)

  • Added a new "Padding" rule, used for adding and removing zero padding in number sequences. No more need to use clunky regular expressions for this common task.
  • Implemented an {$INCLUDE} directive in PascalScript, which allows sharing and linking together multiple source code files. A common use case is to have a collection of useful routines in a single easily maintainable file, which can now be easily included in your everyday scripts.
  • Added Czech translation file. Thanks to Lukas Kucera.
  • Full list of changes:
  • Added a new "Padding" rule, used for adding and removing zero padding in number sequences.
  • Increased height of the Add Rule dialog to fit an extra rule.
  • Added "Export paths to clipboard" option.
  • Fixed incorrect replacement of consecutive "Find" parts. Regression introduced in v6.3.0.3.
  • Other small improvements.
  • Handle included files with full paths in PascalScript.
  • Improved error message when an include file is not found in PascalScript.
  • Changed shortcut in PascalScript editor for deleting the current word from Ctrl+T to Ctrl+W, to avoid collision with the shortcut for "Try to Compile" button.
  • Added an example script to demonstrate the use of {$INCLUDE} directive in PascalScript.
  • Added Czech translation file. Thanks to Lukas Kucera.
  • Updated Russian language file.
  • Implemented an include directive in PascalScript, i.e. "{$I filename.pas}".
  • Fixed incorrect display of local Unicode thousand separator.

New in Portable ReNamer Lite 6.5.0.4 Beta (Aug 22, 2016)

  • Added a new "Padding" rule, used for adding and removing zero padding in number sequences.
  • Increased height of the Add Rule dialog to fit an extra rule.

New in Portable ReNamer Lite 6.5.0.3 Beta (Aug 22, 2016)

  • Added "Export paths to clipboard" option.
  • Fixed incorrect replacement of consecutive "Find" parts. Regression introduced in v6.3.0.3.
  • Other small improvements.

New in Portable ReNamer Lite 6.5.0.2 Beta (Aug 22, 2016)

  • Handle included files with full paths in PascalScript.
  • Improved error message when an include file is not found in PascalScript.
  • Changed shortcut in PascalScript editor for deleting the current word from Ctrl+T to Ctrl+W, to avoid collision with the shortcut for "Try to Compile" button.
  • Added an example script to demonstrate the use of {$INCLUDE} directive in PascalScript.
  • Added Czech translation file.
  • Updated Russian language file.

New in Portable ReNamer Lite 6.5.0.1 Beta (Aug 22, 2016)

  • Implemented an include directive in PascalScript, i.e. "{$I filename.pas}".
  • Fixed incorrect display of local Unicode thousand separator.

New in Portable ReNamer Lite 6.4.0.5 Beta (Aug 22, 2016)

  • 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.
  • Major code refactoring.

New in Portable ReNamer Lite 6.4.0.4 Beta (Aug 22, 2016)

  • Refactored Translit rule algorithm to be more robust.
  • Skip empty lines when parsing Translit rule alphabet.
  • Accept dropped files into the Translit rule configuration window.
  • Accept dropped files into the Analyze window.
  • Improved performance of the Analyze dialog when processing many individual lines.
  • Added a hint in PascalScript rule about holding the Shift key.
  • Updated Japanese language file.

New in Portable ReNamer Lite 6.4.0.3 Beta (Aug 22, 2016)

  • Added validation error when parent folders are being renamed before their content.
  • Capture multiple validation errors per file, instead of just one.
  • Avoid unexpected drag mode after closing a validation dialog which was triggered by toggling of rules via a mouse click.
  • Allow undo operation when overwriting a script by loading a new script.
  • Hold SHIFT key when opening a new script to insert it into the current script.
  • Code refactoring and optimizations.

New in Portable ReNamer Lite 6.4.0.2 Beta (Aug 22, 2016)

  • Fixed incorrect sorting of files by the "Error" column where a system error has occurred.
  • Auto scroll files table if mouse is near the border when dragging or selecting.
  • Added "WarnValidatingTooManyFiles" setting in INI file to allow disabling the validation warning when processing too many files.
  • Fixed not working files context menu shortcuts after clearing the selection.

New in Portable ReNamer Lite 6.4.0.1 Beta (Aug 22, 2016)

  • 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.
  • Updated Serbian language file.
  • Updated copyright information.

New in Portable ReNamer Lite 6.4 (Feb 28, 2016)

  • Change font size (zoom) inside of PascalScript window using Ctrl+Wheel.
  • Upgraded development environment and external components.
  • Fixed graphical glitches in rules list on Windows XP.
  • Fixed incorrectly used system font colors in files table.
  • Refactored layout and components of Reformat Date rule.
  • Added a new rule "Reformat Date" for changing format of date/time values in the filename.
  • Fixed potentially mangled content of PascalScript rule configuration.
  • Adjusted the size of rule configuration components to better fit translated text.
  • Fixed loading of translated text in the RegEx rule context menu.
  • Resolve environment variables in custom storage path in Storage.ini.
  • Scroll into view first matching file via "Select by..." context menu commands.
  • Auto size columns in files table when they get enabled via context menu.
  • Refactored replacement code in Case, Remove and Replace rules.
  • Added "Whole words only" option to Remove and Replace rules.
  • Corrected spelling of "UnMark" to "Unmark".
  • Added icons to the Rules table context menu.
  • Updated bundled copy of User Manual.
  • Corrected spelling of DiscNo and DiscTotal meta tags ("Disk" vs "Disc").
  • 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 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.
  • Added German language file.
  • Added Italian language file.
  • Added Slovak translit file.
  • Added Slovak language file.
  • Updated Russian language file.
  • Updated French language file.
  • Updated Japanese language file.
  • Updated Chinese Simplified language file. Thanks to WanderMax.
  • Internal optimizations and refactoring.

New in Portable ReNamer Lite 6.3 (Feb 28, 2016)

  • Updated Serbian language file.
  • 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.
  • Added function name completion (Ctrl+Space) in PascalScript code window.
  • Updated Russian (ru) translation file.
  • Updated Japanese translation file.
  • Added Torrent file meta tags: Torrent_Name, Torrent_Hash, Torrent_Announce, Torrent_Comment, Torrent_Publisher, Torrent_CreationDateUTC, Torrent_CreationDateLocal, Torrent_CountFiles, Torrent_TotalSizeBytes, Torrent_TotalSizeKB, Torrent_TotalSizeMB, Torrent_TotalSizeGB.
  • Fixed missing time component in files table for midnight (00:00:00).
  • Added more date/time functions to PascalScript: SecondSpan, EncodeDateTime, DecodeDateTime, TryEncodeDateTime, ComposeDateTime.
  • Minor code optimizations.
  • Fixed broken "Stay on top" option (used to be called "Always on top"), and it no longer requires a restart.
  • Added meta tags filter box, populated with existing meta tag categories.
  • Added "Delete current name" option to Delete rule.
  • Added "Replace current name" option to Insert rule.
  • Repositioned components in Rearrange rule to better fit localized text.
  • Updated Russian (ru) translation file.
  • Updated Chinese Simplified (zh_CN) translation file.
  • Set application BidiMode (right-to-left) according to the selected language, instead of by system locale.
  • Added BiDiCode setting in INI file for overiding application BidiMode, possible values: AUTO, LTR, RTL.
  • Improvements to the registration procedure.
  • Added Exclude filter masks in addition to existing Include masks.
  • Filter masks now support Unicode characters.
  • Updated Brazilian language PO file.

New in Portable ReNamer Lite 6.2 (May 4, 2015)

  • 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;
  • 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;
  • Fixed limitation of FLAC library which prevented processing of files containing artwork/picture;
  • Fixed encoding conversion issue with the renaming error message;
  • Updated Chinese Simplified (zh_CN) translation file;
  • Updated Russian (ru) translation file;
  • Fixed issue with cut off last character in meta tags from FLAC files;
  • Added uninstaller icon;
  • Improved registration handling;
  • Provide more information regarding invalid licenses;
  • Implemented measures to prevent reverse engineering;
  • Fixed issue with always centering non-main forms;
  • Added "CamelCase" note to the "Insert a space in front of capitalized letters" option;
  • Changed full language title from "Title (Native)" to "Title - Native";
  • Added Portuguese (Brazil) translation file;
  • More spacious Settings window, better fit localized text;
  • Store BeepOnPreview and BeepOnRename variables in settings file;
  • Added Chinese Simplified translation;
  • 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;
  • Fixed loading of localized description of meta tags;
  • Fixed encoding mix-up in registration data handling and messages;
  • Updated Japanese language file;

New in Portable ReNamer Lite 5.75 (Mar 24, 2014)

  • Includes all the changes featured in the previous Beta versions

New in Portable ReNamer Lite 5.74 (Dec 27, 2013)

  • Ability to extract date from all Outlook MSG files, including from Sent Items for which it was not possible previously;
  • Outlook_DateSent meta tag now uses native Outlook dates instead of the "Date" email header value which is not present in some files;
  • Added Outlook_DateHeader meta tag to keep the old behaviour of the Outlook_DateSent tag, extracting the "Date" email header value;
  • Added Outlook_Body meta tag to extract email body, it may not be practical for direct use in filename but can be useful in PascalScript;
  • Outlook meta tags now work on Unicode filenames;
  • Fixed incorrect ordering of imported/exported new names via clipboard when files were re-ordered prior to the import/export;
  • Importing of file paths and new names from CSV/TXT file now works with a single column, while previously two columns where required;
  • Internal optimization of exporting of file paths to CSV/TXT file;
  • Added confirmation dialog before unregistering the product;
  • License expiration is checked against UTC date instead of local;
  • Updated donation URL;

New in Portable ReNamer Lite 5.71 (Sep 5, 2013)

  • Special unicode combining characters (e.g. COMBINING TILDE U+0303) are handled correctly within Case rule when performing capitalization of words;
  • Added "Capitalize AND Preserve" option to the Case rule, which acts like "Capitalize Every Word" but it does not initialize everything to lower case before capitalizing, hence, preserving most of the original case;
  • White spaces are stripped from the registration code to prevent issues;
  • Native string comparison function replaced with binary comparison for highlighting changed names and clearing not changed files so to work around the Windows API behavior that treats German "sharp s" and "ss" as equal;
  • Handle errors of all functions that use SHGetFileInfo API;
  • Fixed issue with retrieving common documents folder on some versions of Windows XP by replacing use of SHGetSpecialFolderLocation API with SHGetSpecialFolderPath;
  • Updated VirtualTreeView component to v5.1.3
  • License file on Windows 9x/NT is stored in application folder without vendor subdirectories;
  • Rules statements converted to resource strings for translation;
  • Added ID3_AlbumArtist meta tag;

New in Portable ReNamer Lite 5.70 (May 16, 2013)

  • Rewritten file version information extraction code to be Unicode capable;
  • VersionInfo_Version meta tag was split into two separate VersionInfo_FileVersion and VersionInfo_ProductVersion tags;
  • 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;
  • Fixed a problem with partially shown main window in the command line mode, which was caused by usage of "remember last position and size" option;
  • Added GetCurrentMarkedFileIndex and GetTotalNumberOfMarkedFiles functions to PascalScript;
  • Added 3 new functions to PascalScript: GetCurrentFileIndex, GetTotalNumberOfFiles, WideGetTempPath;
  • Added "Fix conflicting new names on preview" option in the Settings;
  • A more detailed warning message for the real-time preview option;
  • Right click on the white header of the About dialog will place application's version information in to the clipboard;
  • Upgraded Virtual Treeview component to v5.1.0;
  • Changed versioning pattern from "5.60+ Beta 22" to "5.60.22 Beta";
  • Added release date to the About dialog;
  • Fixed issue with natural sorting algorithm: next immediate character after a numeric value was skipped (jumped over) in comparison;
  • Added "Extension always upper case" option to the Case rule;
  • Fixed issue with shortcuts from the main window being kept active when showing modal dialogs in the command line mode;
  • No flickering of the main window when performing command line renaming;
  • Added option to export files to a batch renaming file;
  • Fixed export/import of CSV files to correctly handle quoted strings, including appearance of commas within the values;
  • Importing from M3U/PLS playlists now works on Unicode filenames;
  • Importing/exporting from/to CSV/TAB files now works on Unicode filenames;
  • Fixed file extracting issue when importing from PLS playlist;
  • Added "Go To" button on the Browse dialog;
  • Checkboxes in rules configuration will be automatically selected when user modifies the associated input field;
  • Added preliminary file signature for WebM video files;
  • Added file signatures to detect MP4 video files;
  • Included PDF version of the User Manual compiled from the Wiki pages;
  • Previous update of Virtual Treeview to v4.8.7 caused the drag & drop feature of the files table to stop working; As a workaround, SimpleDrawSelection flag had to be disabled and now drawing a selection with the mouse will work only on if the State column is in the drawn rectangle;
  • Failed loading of the compiled code in Pascal Script will raise an error instead of the whole rule being skipped silently;
  • Added 3 new functions to Pascal Script: WideJoinStrings, GetApplicationPath, GetApplicationParams;
  • Added MSI|PUB as alternative extensions to the file signature associated with DOC|PPT|XLS file formats;
  • Added helper menu with examples of regular expressions;
  • Fixed problem with not updated files counter when files are deleted in to the recycling bin via shell menu option;
  • Main toolbar items are resized according to the ratios based on the original widths in the form definition, as opposed to hard-coded ratios, enabling adjustment of the width of the main toolbar items by translators;
  • Meta tag description is made translatable;
  • Spacebar will work as the Insert key does on the files table, inverting the marked state for all selected items;
  • Fixed problem with the new window positioning method which restored position with an offset if there were taskbars anchored to the left or top side of the desktop;

New in Portable ReNamer Lite 5.60 (Sep 15, 2011)

  • Fixed problem with ExecConsoleApp function which forced the target process
  • to freeze if it would send a lot of data to the standard output;
  • Added a warning that describes sorting problem when renaming folders;
  • Restored "click to edit" behaviour for the files table;
  • Added "Repeat" option to the Incremental Serialize rule;
  • Fixed problem with remembering correct position and size when application
  • is terminated in the maximized state;
  • Fixed non-transparent background for Rename button icon updates on Vista and 7;
  • When "Overwrite files with New Names" option is enabled, the Rename
  • button changes name to Overwrite and a different icon appears;
  • Highlight Rename button in red when "Overwrite files with New Names"
  • option is enabled, in order to warn users;
  • Email address updated;
  • Right single quotation mark 0x2019 is handled like an apostrophe
  • in the word by the Case rule;
  • TIFF_* meta tags can handle Unicode filenames;
  • Image_* meta tags for TIFF files can handle Unicode filenames;
  • Added Image_AspectRatio meta tag;
  • Replaced ugly font arrows in the toolbar with icons;
  • Changed shortcut for Presets Manager to Ctrl+P;
  • Added explicit option to sort by path in reverse order for renaming folders;
  • Files table will use default system images for checkboxes;
  • Fixed column resize problem due to a bug in Virtual Treeview;
  • Updated Virtual Treeview component to v4.8.7;
  • Fixed inability to handle hight resolution scrolls by the files table;
  • Added Refresh button with F5 shortcut to the Add Folders dialog;
  • Option to fix conflicting new names will not strip path from the new name;
  • System settings are applied in a less access dependant manner:
  • Register preset extension,
  • Add to folders context menu,
  • Add to "Send To" context menu.
  • Failure of applying system settings will not cause other settings to be lost.
  • Fixed incorrectly saved configuration for multiple instances of Rearrange rule;
  • Fixed incorrectly updated counter for "reset every" option in Serialize rule;
  • Fixed problem with not saved settings when using the Exit menu option.
  • Eliminated problem with SHA1 implementation, affected some files larger than 1GB;
  • Now using Delphi Encryption Compendium (DEC) v5.2 hashing algorithms;
  • Added SHA256 and SHA512 meta tags;
  • New layout for the Help drop-down menu;
  • Shortcuts Alt+F and Alt+I were changed to Ctrl+F and Shift+I, accordingly;
  • Icon added for "Count marked and selected files" option;
  • About dialog got a new color scheme;
  • Fixed incorrectly used counter for the display of hourglass icon,
  • which caused the hourglass icon to appear indefinitely;
  • Selected file names will be loaded into newly added Remove and Replace
  • rules as sample text (experimental, may be removed later);
  • Added BoolToStr function to PascalScript;
  • Added option to reset serialization index every N files;
  • Eliminated unnecessary calls to apply rules in Analyze dialog;
  • Copyright notices were put into a separate file;
  • Added legal notice in the about dialog;
  • Font size in PascalScript editor is increased to 10 points;
  • Added support for #0 separated values in ID3v2 tags;
  • All calls to help files and web links will be verbose on error;
  • Improved backwards compatibility of presets due to changes to Skip Extension
  • option in the Insert rule;
  • Wiki link points to a page dedicated to ReNamer as opposed to the main page;
  • Skip Extension option in the Insert rule will work for the whole rule;
  • 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;

New in Portable ReNamer Lite 5.50 (Sep 15, 2011)

  • 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;

New in Portable ReNamer Lite 5.40 (Sep 15, 2011)

  • 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.

New in Portable ReNamer Lite 5.30 (Sep 15, 2011)

  • 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 EXIFtags should work on TIFF files too, alternatively to TIFFtags;
  • 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;

New in Portable ReNamer Lite 5.10 (Sep 15, 2011)

  • 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;

New in Portable ReNamer Lite 5.05 (Sep 15, 2011)

  • 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);

New in Portable ReNamer Lite 5.00 (Sep 15, 2011)

  • 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;

New in Portable ReNamer Lite 4.65 (Sep 15, 2011)

  • Added "Pad numeric sequences" preloaded script;
  • Added WideStripExtension() function to PascalScript;
  • Reserved filename characters can be used within date/time format;
  • Fixed cut off problem with long texts for big blue labels;
  • Added notes on backreferences in regular expressions help file;
  • Corrected offensive/ambiguous terms for translit alphabets.
  • Added donation link to the help menu

New in Portable ReNamer Lite 4.17 (Sep 15, 2011)

  • New Names from User Input functionality has become a dynamic rule;
  • Added option to Insert text after or before every occurrence of a text fragment;
  • Added option to count marked and selected files (Alt I);
  • Analyze Text dialog is able to parse multi-line texts;
  • Corrected several typos in the rules descriptions;
  • Small cosmetic changes to the Add/Edit Rule form;

New in Portable ReNamer Lite 4.15 (Sep 15, 2011)

  • Added new PascalScript function WideFileSize to retrieve a size of a file;
  • Help window is no longer modal (doesn't block other windows when opened);
  • Skip extension made optional for the CleanUp rule, instead of default;
  • Invalid meta tags or text with escape symbols will not be stripped out;
  • Added new option to the Settings: Real-time update of the preview;
  • Added new PascalScript functions ExecuteProgram and ExecConsoleApp which let user run an external program or a console mode application providing captured output and exit code;