Skip to content

Releases: dubrowgn/renamer

v1.4.0

10 Feb 20:38

Choose a tag to compare

  • Migrated to Qt 5
  • Initial high DPI support
  • Perl-style regular expressions
  • Better regular expression error reporting

Note: The linux build of Renamer now requires Qt 5.6 or greater be installed. On Debian/Mint/Ubuntu distros, you can install the libqt5gui5 package via apt-get.

Renamer 1.3.2 (Apr / 24 / 2010)

27 Jan 22:56

Choose a tag to compare

  • Closed several memory leaks

Renamer 1.3.1 (Aug / 29 / 2009)

27 Jan 22:56

Choose a tag to compare

  • Bound the primary Enter/Return key to the Search and Replace function
  • MinGW and Qt dependancies now statically compiled into the executable on Windows platforms

Renamer 1.3 (Mar / 08 / 2009)

27 Jan 22:54

Choose a tag to compare

  • Rebased Renamer to the Qt framework
  • Unicode characters now properly supported
  • Implemented basic status and error reporting

Renamer 1.2 (Aug / 05 / 2008)

27 Jan 22:53

Choose a tag to compare

  • Columns are now sortable
  • Columns are capable of auto-sorting after a search and replace operation
  • Replaced literal search and replace code for increased stability and more logical behavior
  • Improved entity handling under Linux
  • Fixed a crash bug during file list population where entities followed certain characters in a file name
  • Improved performance when populating the file list

Renamer 1.1.4 (Jul / 27 / 2008)

27 Jan 22:51

Choose a tag to compare

  • Fixed an infinite loop crash bug during literal search and replace
  • Improved entity handling under Windows

Renamer 1.1.2 (Jul / 20 / 2008)

27 Jan 22:50

Choose a tag to compare

  • Windows version available
  • Fixed a crash bug during shutdown
  • Literal search and replace now replaces all instances of the specified text

Renamer 1.1 (Jul / 02 / 2008)

27 Jan 22:48
356db7d

Choose a tag to compare

  • Pressing "Clear List" no longer breaks the file list.
  • Adding the same file to the file list twice no longer breaks the file list.
  • Adding additional files to the file list no longer break the file list.
  • The main window is no longer centered by default when executing the program.

Renamer 1.0 (Jun / 20 / 2008)

27 Jan 22:43
356db7d

Choose a tag to compare

  • Original release version