-------------------------------------
DirMaster v2.1
-------------------------------------


    FEAT: .t64 (tape image) write and Run In support.

    FEAT: Disk/archive content preview on file open dialog.

    FEAT: Remembers window location/size between launches.

    FEAT: "Run In" can now operate from a transient disk or tape image;
           this creates a temporary image which is passed to the chosen
           emulator; temp images are deleted when DirMaster exits.

    FEAT: Configurable character replacements for exported file names.

    FEAT: Cross linked sector checker.

    FEAT: Sort directory by file size

    FEAT: Click filename and wait to automatically enter rename mode.
    
    FEAT: new shortcuts Ctrl-E/Ctrl-I for file export/import.

    FEAT: Added a %p parameter  to Run In. %p will save the selected file
           as a temporary .prg file, and pass temp file to the Run In
           program

    CHNG: Most Recently Used (MRU) list tweaks and improvements.

    CHNG: When renaming file, changes are always taken unless cancelled
           with Esc.

    CHNG: "Yes to All" and "No to All" buttons shown when exiting to save
           all unsaved images.


-------------------------------------
DirMaster v2.0
-------------------------------------


    FEAT: Additional disk image support since v1.0:
            .d80  - 8050
            .d82   8250
            .g64   GCR (read only - converted to .d64)
            .d2m   CMD FD2000; support for partitions ('CMD', as well as
						        41/71/81 partitions)
            .dfi  - Dreamload File
            .dhd   CMD HD  (this is a brand new extension, representing the
                    CMD HD file system. The file can be created by connecting
                    a HD up via SCSI using the dd command. It is recommended
                    you dont edit this file, as working with large files can
                    take some time. Instead extract the partitions into
                    individual files)
            .dnp   CMD Native Partition (another new extension. It isnt
                    extremely useful as no emulator can currently read it,
                    but it can be used to extract native partitions from 
                    CMD HD images); support for 'CMD' subdirectories.

    FEAT: .d81 Subdirectory support. Create subdirectories, double click to
           enter them.

    FEAT: Tape image support:
            .t64   Tape (read only - converted to .d64 or .d81)

    FEAT: Native archiver support. Archives are auto-extracted to .d64/.d81
           images when opened. Archives can also be extracted from inside an
           open disk image.
            .arc  - ARC
            .sfx  - Self extracting archive
            .lnx  - Lynx
            .ark  - Arkive
            zip/4 - Zipdisk files 1!, 2!, 3!, 4! (keyed off the #! and
                    not .z64 extension)
            .cvt  - Convert (popular for GEOS archives)
            .wr3  - Wraptor v3 (popular for GEOS archives)

    FEAT: PC64 file support:
            .p00  - PRG file
            .s00  - SEQ file
            .r00  - REL file
            .u00  - USR file

    FEAT: Find in Files. Recursively search by filename over a set of disk
           and tape images as well as archive files. Searches can be done
           using wildcards ('*', '?'). Open images directly from search
           results.

    FEAT: Batch Processing. Recursively process entire directories at
           once. Extract all files off all disk images in a directory,
           or save the directory listing as a text file, a comma separated
           list (.csv), or a bitmap. Exports to .csv can optionally
           include MD5 hashes for each file on the disk image.

    FEAT: New Save As options. From the Save As dialog, disk images can
           be exported to the same alternative representations avaialble
           through batch processing - that is, .txt, .csv, and .bmp.

    FEAT: Run in Emulator. Invokes an external program with configurable
           arguments like disk image filename, selected filename, etc. The
           primary purpose to enable conveniently running a PRG file on a
           disk in your preferred emulators. Fully configurable with up to
           eight external program slots.

    FEAT: File extension manager. Allows you to see how all of the file
           extensions DirMaster supports are currently registered. You can
           opt to leave the registration, or change it to DirMaster. Note:
           this feature wont work correctly in Vista unless you are running
           as an administrator. Running "DirMaster.exe a" will also set all
           possible file associations.

    FEAT: Pressing CTRL+SHIFT toggles the current CBM character set mode.
           Note also that now each disk image window keeps track of its
           own character set mode.

    FEAT: Improved drag and drop support:
           - drag files in both directions between images and the Windows
             filesystem.
           - select a sequence of multiple files to drag and drop as a set.

    FEAT: View file. Supported for SEQ files and BASIC files starting at
           $0801. From the viewer, both SEQ files and BASIC listings can
           be exported as a .seq, .txt (ASCII), or .bmp (image).

    FEAT: View directory. Displays the directory in the SEQ display mode,
           WYSIWYG style. Useful for seeing how special characters which
           are not displayed in the disk directory editor will effect the
           display of the directory on an actual CBM system (i.e. using
           the $ to load/list a directory).

    FEAT: File properties. New dialog that allows editing of several visible
           and "invisible" file properties, including a number of GEOS
           related settings.

    FEAT: Foreground/background colors. Now each disk image window and SEQ
           file display window can have its background/foreground colors
           changed.

    FEAT: Sort directory. Alpha sort of files on a disk image.

    FEAT: Show DEL files. Toggles display of "hidden" deleted file entries.

    FEAT: Compact directory. removes all deleted files from a disk image's
           directory structure.

    FEAT: Font sizing. Toggle between a 16x16 and 8x8 font size.

    FEAT: Jump to side sector. SHIFT+J jumps to the selected file's side
           sector (useful for GEOS files).

    FEAT: Additional options.
           - Use CBM Colors: Whether to show CBM colors in SEQ viewer by
             default
           - Open in Same Instance: If checked will open disks in the same
             DirMaster window if you double click on them in Explorer
           - Show DEL Files: Shows DEL/Splat files by default
           - Default to CG Graphics: SEQ file will be displayed with CG on
             by default. 
           - Default to Uppercase: Will use the Uppercase cset by default
           - Decompress to D81:  Decompresses compressed files to a D81
           - Output MD5 hash in CSV: Will add an MD5 hash of the file to
             the CSV file. Helpful for locating duplicate files.
           - Confirm Save: Will ask to save disk when you try to exit with
             a dirty disk open.

    FEAT: New sector editor keys.
           - 'J' jumps to the next sector in the current file sector chain.
           - 'G' jumps to the sector (two byte representation) under the
              cursor, if valid
           - SHIFT+J returns to the previously displayed sector
           - LEFT/RIGHT decrements/increments the current sector
           - UP/DOWN decrements/increments the current track

    CHNG: Revamped graphics/icons/buttons.

    CHNG: Moving files between disk images is no longer supported. Copy and
           then delete the image from the source disk to achieve the same
           result.


