BETA version (with detailed history information)

Get a glimpse of the next XYplorer...
Locked
admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest TrackerV3 BETA version (v3.60.0055, 05-oct-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0055 - 05.10.04 17:57
    + Added advanced option (advanced means you'll have to edit the INI-
      file manually, so roll up your sleeves). By setting LaunchToFind 
      to 1 you can force TrackerV3 to focus Panel/Find Files/Name on 
      start-up (and if necessary open the panel and select the tabs).
        [Settings]
        LaunchToFind=1
    + Navigating the tree: new keyboard shortcuts allow direct moves 
      between sibling folders even if they are expanded (a sibling 
      folder is one that is in the same parent as the current folder).
        Ctrl+DownArrow: move down to next sibling.
        Ctrl+UpArrow:   move up to previous sibling.

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest TrackerV3 BETA version (v3.60.0053, 02-oct-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0053 - 02.10.04 00:25
    ! Display alignment issues: when you set display dpi to other than 
      100% some interface elements were partly overlapping each other. 
      Fixed.    
    + Backup: more progress information in the status bar.
    % MP3 preview is now more responsive. Recently I noticed that some 
      mp3 files took a bit longish to start playing in the preview. I 
      changed the mp3-rendering-engine and now everything is smoother than 
      it ever was. Yes, and it might even sound better!

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest TrackerV3 BETA version (v3.60.0051, 27-sep-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0051 - 27.09.04 13:58
    * Rename Special MP3:
      (1) Reduced the number of templates to 3 per direction. I know you 
      will cry for more sooner or later, but bear in mind that choice 
      means responsability or chaos.
      (2) Renamed INI section of "ID3 tag to Filename" templates to 
      "ID3toFilename".
      (3) "Track#" is now "Track".
      See examples here below...
    + Rename Special MP3: "Filename to ID3 tag" templates are now configurable via INI 
      editing. This is how it looks with the fabric defaults:
        [FilenameToID3]
        1=Artist - Title
        2=Track - Artist - Title
        3=Artist - Album - Track - Title
        [ID3toFilename]
        1=Artist - Title
        2=Track - Artist - Title
        3=Artist - Album - Track - Title
      The schemes are identical with one exception: with FilenameToID3 
      the templates and the filenames must use " - " as the separator, 
      whereas with ID3toFilename you are free to choose any other 
      separator (though it would be rather stupid to do so because " - " 
      appears to have become the standard on this planet).
      Note that FilenameToID3 cannot work as expected when e.g. an album 
      or song title contains " - ". So, the space-hyphen-space (" - ") 
      combination is to be avoided within terms, as this sequence has 
      special meaning as a field separator.      
    + Tree and List, Navigating with Keyboard: number keys on the NumPad 
      are now recognised by keyboard navigation.

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest TrackerV3 BETA version (v3.60.0049, 26-sep-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0049 - 26.09.04 12:57
    + Rename Special: added another ID3 tag to Filename command:
      MP3: ID3 tag to Filename (Track# - Title.mp3)
    + All "ID3 tag to Filename" templates are now configurable via INI 
      editing. The scheme is self-explanatory to advanced users (all 
      others shouldn't touch it anyway):
        [RenameID3toFilename]
        1=Artist - Title
        2=Track# - Title
        3=Track# - Artist - Title
        4=Artist - Album - Track# - Title
      The place holders "Artist", "Album", "Track#", and "Title" will be 
      replaced by the corresponding ID3 tag information. You can put 
      anything you want in place of " - " as long as it is legal in file 
      names with one exception: no comma is allowed anywhere in the 
      template! 

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest TrackerV3 BETA version (v3.60.0048, 22-sep-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0048 - 22.09.04 18:24
    * Rearranged the Drag'n'Drop Context Menu.
    * Info Panel/General File Info: removed buttons that copied file 
      info to clipboard. Instead you can do this via the file's context 
      menu or via the following new keyboard shortcuts.
    + New keyboard shortcut: Ctrl+I         Copy Compact File Info
    + New keyboard shortcut: Ctrl+Shift+I   Copy Extended File Info
v3.60.0045 - 22.09.04 10:33
    * Command "Copy/Move Here (Postfix Number)": changed internal 
      storage of the postfix format. It's more versatile now and needs one 
      INI key only:
        [General]
        PostfixNum=-00
      The default is "-00", but you can easily change it to "_000", 
      "(00)", etc. and there are no more limits to the number of digits. 
      When adding text bits ensure that literal alphanumerical signs are 
      escaped by "\", eg. to have a copy postfixed by " (ver 001)" the 
      pattern should be " (\v\e\r 000)".

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest TrackerV3 BETA version (v3.60.0044, 20-sep-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0044 - 20.09.04 11:40
    + Drag'n'Drop Context Menu: added commands "Move Here to New 
      Subfolder..." and "Copy Here to New Subfolder...". Usage:
        - select any number of files 
        - right-drag them somewhere
        - click "Move (Copy) Here to New Subfolder..." in context menu 
        - dialog opens, enter new folder name, click OK 
        - this folder is now created under the dragged-to folder... 
        - ... and the selected files are moved (copied) into it
      This command works also in Find Results mode. In this mode the 
      operations are "rich", ie the relative folder structure of the 
      source is recreated in the target. Why: else same-named files from 
      different subfolders would want to overwrite each other in the 
      target. Note that "rich" operations are possible with files only, 
      not with folders -- logical when you think about it.

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest TrackerV3 BETA version (v3.60.0043, 18-sep-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0042 - 18.09.04 11:54
    * Enlarged memory of Name and Location combos from 16 to 32 items.
    + Find Files, Name & Location: added option "Inverted". If checked 
      the search will return everything that does not match your search 
      term. Does not work with RegExp.
    * Find Files interface 100 pixels wider.
v3.60.0041 - 16.09.04 19:35
    + Good news for the business community: added ISO Week as another 
      Date Format. Today is 2004-W38-4 (= 2004-Week38-Thursday).
    % Find Files including many subfolders again faster.
    % Find Files: another speed gain.

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest TrackerV3 BETA version (v3.60.0040, 16-sep-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0040 - 16.09.04 14:00
  +++ Boolean search now supports parentheses of infinite nesting depth. 
      Ok, the maximum is 256 nesting levels, which should be sufficient 
      for most brains around. If you need more, tell me.
      Some syntax examples just to hint at the possibilities:
        Tarantino | Tarrantino                        1 level
        (Tarantino | Tarrantino) & Kill               2 levels
        (Tarantino | Tarrantino) & (Kill | Bill)      2 levels
        (Tarantino | Tarrantino) & (!Kill | !Bill)    2 levels
        (Tarantino | Tarrantino) & !(Kill | Bill)     2 levels
        !((Tarantino | Tarrantino) & (Kill | Bill))   3 levels
        ... it's a long way to 256 levels.
      Operator precedence is still: NOT > AND > OR, so the following two 
      search terms are equivalent:
        Quentin or not Kill and Bill
        Quentin or ((not Kill) and Bill)        
      Parentheses escaped by "\" are taken as part of the search term.
    + The NOT operator "!" can now as well be written " NOT " or " not ".
      Thanks to parentheses the NOT operator can now be attributed to 
      higher levels (not just to individual patterns): instead of "!cat 
      | !dog" you can now say "NOT (cat AND dog)" resp. "!(cat & dog)".
    * Improved timing resolution from 10 msec to 1 msec.
v3.60.0038 - 15.09.04 18:36
    - Removed the following keyboard shortcuts (added to v3.40.0081):
      Shift+F7: Move selected files to the last folder into which a file 
                was moved (using the File/Move To/Browse... command)
      Ctrl+F7:  Copy selected files to the last folder into which a file 
                was copied (using the File/Copy To/Browse... command)
      Ctrl+Shift+F7: Backup selected files to the last folder into which 
                a file was backupped (using the File/Backup To/Browse...
                command)
      Why: useless crap. You just cannot use a shortcut to a variable 
      command while it is invisible. Nobody has that kind of memory. 
      And, worse, when you move a file by accidentally pressing Ctrl+F7, 
      you might not know what happenend and have a hard time to find 
      your file again.

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest TrackerV3 BETA version (v3.60.0037, 14-sep-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0037 - 14.09.04 21:31
    + When searching for Contained Text, the statusbar now displays each 
      file's name just being scanned. As well, I gave some more air to 
      those CPU-straining routines, so that you can happily move around 
      the window while the processor sweats.
    % Minor low-impact code improvements.
    ! Minor rendering glitch concerning the interplay of Boxed Branches 
      and the vertical scrollbar. Fixed.
    ! File operation progress dialogs did not appear since v3.60.0032.
      Fixed.
    ! When you were fast, mean, and determined, you could generate an 
      error when you changed column sizes while the list was still loading 
      when Show Folder Sizes was enabled. Fixed.
    + When the app is calculating folder sizes (which can take a while 
      sometimes) it now tells you so in the status bar: "Getting folder 
      sizes... (ESC)".

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest TrackerV3 BETA version (v3.60.0036, 12-sep-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0036 - 12.09.04 19:10
    + From now on, History.txt is part of the distribution package.
    + Drag'n'Drop Context Menu: added commands "Move Here (Postfix 
      Number)" and "Move Here As...". Handy if you want to move several 
      same-named files to one directory without having them overwrite each 
      other.
    * Menu Go/Go to Line...: now moves the focus to the file list if it 
      hasn't been there anyway.    
    + File Preview: Extract Text mode (Normal and International) now can 
      wrap lines.
    * Dialog for "Copy Here As...": now only the base of the filename is 
      preselected (just like you know it from TV3's Rename interface).
    ! When you were fast, mean, and determined, you could generate an 
      error when you selected a folder while the list was still loading 
      when Show Folder Sizes was enabled. Fixed.
v3.60.0033 - 10.09.04 10:19
    + Command "Copy Here (Postfix Number)": you can configure the format 
      by editing the following INI keys:
        [General]
        PostfixSep=-      Separator between filename and number.
                          Make sure all characters are legal in 
                          file names.
        PostfixDigits=2   Valid range: 1 - 4 (i.e. 1, 01, 001, 0001).
      When you think you need more than 4 digits (that's up to 9999 
      versions of one file) you probably have an organization problem 
      and should seek professional advice ;)

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

See edited previous post: new super feature "Copy Here (Postfix Number)"! For this alone I would buy a license! 8)

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Now something interesting. I created a new installer! So this time you get the full package (602 KB). Happy installing (don't worry, your INI file will not be overwritten)!
Before installing you might want to read this little info: How to update your old installation using the new installer
.

Download the latest TrackerV3 BETA version (v3.60.0032, 09-sep-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0032 - 09.09.04 18:26
    + Drag'n'Drop Context Menu: added command "Copy Here (Postfix 
      Number)". Creates an auto-serial-numbererd duplicate of the dragged 
      file. The command is available only if exactly one file is drag-
      dropped, resp., when triggered by keyboard, applies only to the 
      focused file. Examples:
        My.txt => My-01.txt
        My.txt => My-02.txt (if My-01.txt already exists)
        My.txt => My-03.txt (if My-01.txt and My-02.txt already exist)
        etc.
      Keyboard shortcut: Ctrl+D (think "Duplicate")
v3.60.0031 - 08.09.04 23:07
    + Drag'n'Drop Context Menu: added command "Copy Here As...". Allows you 
      to create a renamed copy of the dragged file. The command is 
      available only if exactly one file is drag-dropped, resp., when 
      triggered by keyboard, applies only to the focused file.
      If source and target path/file are identical, the copy is auto-
      renamed to "Copy of OriginalName" (auto-rename scheme varies 
      depending on OS locale).
      Keyboard shortcut: Ctrl+S (think "Save As...")
    % Had a clever idea. Result: further speed up of browse and find 
      operations.

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Now something interesting. I created a new installer! So this time you get the full package (602 KB). Happy installing (don't worry, your INI file will not be overwritten)!
Before installing you might want to read this little info: How to update your old installation using the new installer
.

Download the latest TrackerV3 BETA version (v3.60.0030, 08-sep-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0030 - 08.09.04 11:33
    + Menu Go: the complete history (maximum 24 entries) is now 
      remembered between sessions. Before memory was limited to 5 entries.
v3.60.0029 - 06.09.04 23:00
  +++ New Installer. I finally found a great installer, NSIS (Nullsoft 
      Scriptable Install System) and proudly present a much cooler install 
      experience, including a real license agreement, real full 
      install/uninstall support, and other niceties. And it's smaller!
      Also made some blueish bitmaps heavily drawing from the "Orange 
      Modern UI Theme" that was created by MoNKi.    
    * Tab Strips coloring: turned it into a hard-core option. If you need 
      colored tab headers you can go down to edit the INI file here:
        [General]
        DoColorTabs=0
        clrTabSel=14215660
        clrTabUnsel=14215660
      Before you cry: I plan a redesign of the Tab Strip soon...

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest TrackerV3 BETA version (v3.60.0028, 06-sep-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0028 - 06.09.04 18:54
    + Tab Strips: the selected tab's header now can have a user-configurable 
      background color. The "can" and the "user-configurable" will be added 
      later... ;) The color is temporarily hardset to the window back color 
      (usually white).
    + Menu Go: added command "Go to Line...". Enter a line number and the 
      file list's focus and selection will jump to that line.
      Keyboard shortcut: Ctrl+L
    + Menu View/List Styles/Date Format: added ISO 8601 format, the 
      International Standard for the representation of dates and times. In 
      ISO 8601 the time right now is written "2004-09-06 18:54:46", the 
      general pattern being yyyy-mm-dd hh:mm:ss.
      In hardcore ISO 8601 it would be written "2004-09-06T18:54:46" but 
      TrackerV3 skips the "T" to improve readability.
      TrackerV3 displays all file times translated into the user's local 
      time. Were it to write times in UTC it should be "2004-09-
      06T16:54:46Z" (the appended Z letter indicates that the time is 
      represented in UTC, Universal Time Coordinated, formerly called 
      Greenwich Mean Time, GMT).
    + Size Format and Date Format are now also accessible as context menus 
      of the respective column headers in the file list.

admin
Site Admin
Posts: 63399
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest TrackerV3 BETA version (v3.60.0027, 06-sep-2004).

Code: Select all

  +++ major new feature
    + new feature
    * changed feature
    % improved performance
    ! fixed minor bug
  !!! fixed major bug

v3.60.0027 - 06.09.04 09:15
    * Find Files Tab Strip: tab captions of selected tabs now shown in blue.
v3.60.0026 - 05.09.04 19:54
    * Filling the list now shows less mouse cursor transmutations: you'll 
      see the hourglass only if the job takes longer than 250 msec.
    ! Rename Special: the three re-capitalization commands refused to work 
      claiming "File already exists", which is true but no reason to skip work, 
      because there won't be any collision. Embarrasing little bug that 
      slipped in some days ago. Fixed.

Locked