You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Changes.txt
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -775,6 +775,34 @@ Bug fixes
775
775
* When reading the header for an Acorn FS Level 3 image, the incorrect disc size was read. Anything over 16.7MB was read incorrectly.
776
776
* Some areas of the file details panel on the main window were not getting repainted correctly with the selected tile.
777
777
778
+
1.40 - 28th March 2022
779
+
----------------------
780
+
New or improved features
781
+
* macOS application package now tells the OS that it can accept certain extensions (i.e. become a 'Recommended App').
782
+
* The OS and CPU description has been changed, slightly, in the About dialogue.
783
+
* Added the ability to recognise, and use, a double sided hybrid DFS image (i.e. Acorn/Watford).
784
+
* Added option in the preferences to either scan all sub directories in an image upon loading or not to, for ADFS, Acorn FS, Amiga, and DOS Plus.
785
+
* Added colours to directories that are either not read in or broken (ADFS).
786
+
* Image Contents and File Details header text changed colour to green.
787
+
* Added the ability to create a blank DOS floppy image (360KB/720KB/1.44MB/2.88MB - all FAT12).
788
+
* Added the ability to create a blank 800KB DOS Plus floppy image.
789
+
* Added the ability to create a blank 640KB ADFS/DOS Plus Hybrid image.
790
+
* Enabled the Add DOS Partition to an ADFS image.
791
+
* Added limiter to the Add Partition dialogue box, which changes depending on which format.
792
+
* Temporary limit applied to AFS partition size of 127MB.
793
+
* Added the ability to create a blank DOS Hard Drive image (FAT12/FAT16/FAT32).
794
+
* Improved the separation of the ADFS partition from a hybrid image.
795
+
* Improved the separation of the DOS partition from a hybrid image. This will not result in a viable image when a DOS partition does not exist on the source partition.
796
+
* Begun improving the separation of the AFS partition from a hybrid image. This is still under development and currently does not produce a viable image.
797
+
798
+
Bug fixes
799
+
* The incorrect OS and CPU where reported in the About dialogue for macOS ARM.
800
+
* The incorrect keyboard shortcuts were used for macOS ARM.
801
+
* A Watford DFS double sided image would get incorrectly IDed as an Acorn DFS double sided image if both sides were different sizes.
802
+
* Sometimes the file info panel would not get fully repainted.
803
+
* When saving an image, some filters where not added.
804
+
* The DOS part of a 640KB ADFS/DOS partition was not getting read correctly.
Copy file name to clipboardExpand all lines: Documentation/ToDo.txt
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ In no particular order
5
5
Bugs
6
6
* Scaling - there is a report that icons 'grow' on scaled screens. I have been unable to reproduce this.
7
7
+ This appears to happen on Windows (and probably Linux), with single screen only (dual or more it does not do this), resolution of 1400 by anything (or more), and scaled to more than 100%. The icons in the Directory Listing grow as the mouse moves. - TO BE TESTED
8
-
+ In addition, the tiling under the graphic for the filetype in the File Details, when it is not big enough, leaves a horrible black edge to the right and bottom. - TO BE TESTED
9
8
* 'Bad FS Map' from BeebEm when loading an ADFS/AFS hybrid image after making a change to the ADFS partition. Unable to reproduce.
10
9
* Some SS DFS images are IDed as DS images when 'zero length images' is selected in the preferences.
11
10
* Access violation has been reported when creating an ADFS HDD image (default options) on Windows. - UNABLE TO REPLICATE
@@ -20,18 +19,20 @@ General
20
19
* Export the contents of an open image to another image, or set of images if the selected format is too small or are more directory entries than the format allows.
21
20
* Cancel button for progress display?
22
21
* Side pane (left hand side) to allow separate images to be opened (REF:3).
23
-
* Use side pane for opening MMFS images and remove the code from TDiscImage (REF:3).
22
+
* Use side panel for opening MMFS images and remove the code from TDiscImage (REF:3).
24
23
* For macOS, change the settings being saved to the registry to being saved in a plist file, or within the application directory itself.
24
+
* Import an existing AFS or DOS image into ADFS as a new partition.
25
+
26
+
DFS
25
27
26
28
ADFS
27
29
* Change the size of the ADFS partition or image.
28
-
29
-
CFS (UEF)
30
-
* Remember the last block read and compare with the next to get around some tape protection methods.
30
+
* Change the interleave on extracted ADFS 640K images.
31
31
32
32
AFS
33
-
* AFS0 images do not get created correctly (in particular the free space allocation maps).
34
-
* Add option to new Level 3 images for pre-1988 or post-1988 format.
33
+
* AFS0 images do not get created correctly (in particular the free space allocation maps) - AWAITING MORE INFO ON AFS FORMATS.
34
+
* Add option to new Level 3 images for pre-1988 or post-1988 format - AWAITING MORE INFO ON AFS FORMATS.
35
+
* When extracting the AFS partition, remove the ADFS partition and re-address all the objects, instead of just blanking out the ADFS part - IN PROGRESS.
35
36
36
37
Amiga
37
38
* Write/Delete/Rename files/directories to Amiga images.
@@ -40,7 +41,7 @@ Amiga
40
41
* Show file attributes in the File Details panel.
41
42
42
43
Spectrum/Amstrad
43
-
* Write entire module.
44
+
* Write entire module - REQUIRE MORE INFO ON SPECTRUM FORMAT.
44
45
45
46
MMFS
46
47
* Remove from TDiscImage and incorporate into GUI (REF:3).
@@ -54,6 +55,6 @@ Spark
54
55
* Move file.
55
56
56
57
DOS Plus
57
-
* Create new image
58
-
* Add partition to an ADFS image.
59
-
* Move file - this just changes a file/directory's parent.
58
+
* There is a bug where if a filename begins with a '.' then this character does not get displayed.
59
+
* On ADFS/DOS hybrids, the directory separator is a '.', not a '\'.
0 commit comments