Changelog

1.2.0.147 - 15 Jun 2022

    • Fixed:

      • Task name is missing when moving the task item up/down the task list

1.2.0.146 - 14 Jun 2022

    • New:

      • Added the ability give the task a name. If the name exists, the task list will display the name

    • Changed:

      • Improved the task list tool tip to display more useful information. Extended the tool tip display time to 10 seconds

1.2.0.97 - 3 Mar 2022

    • Fixed:

      • Fixed synchronize scrolling issue with touch pad.

1.2.0.91 - 14 Aug 2021

    • Fixed:

      • Fixed an issue where the dot and dot-dot directories show up in the file list when retrieving folders.

1.2.0.90 - 13 Aug 2021

    • Changed:

      • Removed support for Windows XP.

    • Fixed:

      • Fixed an issue that prevent renaming files that doesn't have the file extension.

      • Fixed an issue where the file directory isn't recognized correctly when using the command line.

      • Minor UI improvements.

    • Updated:

      • Updated the MultiPaneCtrl library.

      • Add support for 64-bit binary.

1.1.2.61 - 15 Nov 2017

    • Fixed:

      • Fixed an issue with the GUI which doesn't display correctly under high DPI monitor resolution.

1.1.2.48 - 1 Oct 2017

    • Fixed:

      • Fixed a bug where the file lists doesn't update correctly when scrolling in Windows 10.

1.1.2.47 - 30 Jan 2017

    • Fixed:

      • Fixed a bug where only the first task item was moved even when multiple task items were selected.

1.1.2.20 - 15 Jan 2017

    • New:

      • Added the options to remember the last loaded file path/task list

      • Add the option to remember window size and position for next launch

      • Add the ability to parse the command line parameters

    • Changed:

      • Task list file extension is changed from .txt to .fac

      • When executing the tasks, a different execution thread is used to prevent GUI slowness

1.1.1.152 - 8 Jan 2015

    • New:

      • Added the ability to re-size the application window

    • Changed:

      • Allow per task control of regular expression

      • Changed task list format to reduce error. Not compatible with older format

    • Updated:

      • Updated the CGridListCtrlEx library to version 2.3

      • Updated the Boost RegEx library to version 1.60

    • Fixed:

      • Fixed a bug where sometimes a wrong task gets modified

1.1.1.83 - 27 Oct 2013

    • Changed:

      • Sorting algorithm is changed to a natural sort algorithm that will display the file names in a correct alphanumerical order

1.1.1.76 - 15 Oct 2013

    • Fixed:

      • Set file timestamp will fail if the file contains read-only attribute

      • Unicode file name doesn't save correctly to the error log

1.1.1.70 - 3 Aug 2013

    • Fixed:

      • Applying timestamp and system attributes to folder result in failure

      • Timestamp and system attribute operations ignore the preference settings

1.1.1.61 - 1 Aug 2013

    • Fixed:

      • Issue with resizing list boxes headers

1.1.1.59 - 31 July 2013

    • Fixed:

      • Parser return incorrect result when task item contain an empty field

      • Task list with unicode character doesn't save correctly

      • Search for empty file name will never return a match

      • Write change will return error when open a single file

      • Incorrect icon display in the file list when the file extension is changed

      • Setting attributes will fail when the file contain read-only attribute or system attribute

1.1.0.1 - 24 July 2013

    • New:

      • Ability to change file date/time

      • Ability to change file attributes

      • Add open file button to add single file

      • Add general info tab o quickly view file attributes

      • Ability to navigate to sub-directory by double-clicking on the folder if include sub-directory is selected in the open folder dialog

      • Double-clicking on the file name will add the file attributes to the find/replace edit boxes

    • Changed:

      • Open folder dialog on Windows Vista and later will have the ability to select:

        • File, folder, or file and folder

        • Include sub directory

        • Filer hidden/system attributes

      • Preference will be saved when exit the preference dialog

      • Application Icon is changed to a toolbox icon

    • Updated:

      • Boost regular expression library now use the Internal Components for Unicode (ICU) library for Unicode supports.

    • Fixed:

1.0.0.1 - 7 July 2013

    • Initial release