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
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -884,6 +884,43 @@ Bug fixes
884
884
* A failed delete, or the user clicking on 'No' to confirm a deletion, would leave the confirmation window open until it was a successful delete, or the user clicked 'Yes'.
885
885
* The configuration option to compress UEF images did not get saved to the registry.
886
886
887
+
1.44 - 18th December 2022
888
+
-------------------------
889
+
New or improved features
890
+
* Added a new class for accessing the registry.
891
+
* Added an option, when creating ADFS hard drive images, to add the 512-byte 'emulator header'.
892
+
* Changed some of the internal procedures so that they return a Boolean, instead of a structure, to make it easier to add multi-partition support.
893
+
* MMFS support has been temporarily removed.
894
+
* Added an option, when creating ADFS hard drive images, whether it will be an IDE drive or not. This fixes an issue where the resultant drive could not be read by RISC OS 3.11 in Arculator.
895
+
* ADFS Directories which have not been read in for reasons other than the flag not being set, are now reported as broken.
896
+
* ADFS broken directory error codes have been expanded. Now checks for non-sector aligned directories, invalid Start or End names (i.e. not 'Hugo' or 'Nick'), and any other reason it is found to be broken.
897
+
* When adding multiple files to an image, no format checking is done and the files are just added.
898
+
* When adding directories to an image, the progress indicator is shown.
899
+
* When IDing DFS images, any image over 400KB (200KB double sided) is rejected.
900
+
* Added the address of the file to the CSV output.
901
+
* Extra range checking when updating ADFS New Map fragments, and if any part fails, the original is restored from the backup.
902
+
* Moved the 'Waiting' and 'Progress Update' labels on the Progress dialogue window.
903
+
* Performed some code optimisation on ADFS New Map.
904
+
* Writing objects to ADFS New Map will now create, or re-use, shared fragments.
905
+
* When outputting a CSV file of the contents, a dialogue box is now presented to select which columns, with some options, are to be included.
906
+
* CSV output now prefixes all hex numbers with '0x' for easier importing into Excel/Numbers/etc.
907
+
* Added 'Show Report' button and window.
908
+
* Image report can also be included in the CSV output.
909
+
* ADFS Hardware information is now saved into hard drive images (ADFS New Map).
910
+
911
+
Bug fixes
912
+
* In ADFS and Acorn FS, if a file had the same sector as the root then the filename would be blank. This would usually happen with New Map ADFS (usually an 'E' floppy) where the root was addressed directly, but the files were addressed indirectly.
913
+
* Changing time/date on a file now updates the 'unsaved' icon in the status bar.
914
+
* Some ADFS New Map fragment IDs were being used more than once, so the checking on unique IDs has been tightened up.
915
+
* The ADFS disc size was being read in as the root size.
916
+
* The heads and sectors per track fields were not being read in with ADFS New Map.
917
+
* Sometimes the root on ADFS New Map was not being found, so this has been improved.
918
+
* Renaming a directory in ADFS caused issues when then adding files to it as it kept it's old name.
919
+
* Sometimes when writing a file on ADFS New Map, two (or more) files would have the same indirect address (fragment ID).
920
+
* When writing a file to ADFS New Map, the end of free space marker on a zone would be beyond the zone and trample the following zone. When subsequent files where then written, this would continue into the following zone(s).
921
+
* On ADFS New Map, the free space would sometimes be incorrectly reported meaning that some files were stored where there was not enough space to store the file.
922
+
* On ADFS New Map, the smallest possible space to contain a fragment ID and the stop bit was not taken into consideration, meaning that a file stored could then not be retrieved.
923
+
* Some ADFS New and Big directory object's attributes, that only had a single attribute, where having '00' appended to the end.
Copy file name to clipboardExpand all lines: Documentation/ToDo.txt
+18-26Lines changed: 18 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -4,44 +4,36 @@ In no particular order
4
4
5
5
Bugs
6
6
* Scaling - there is a report that icons 'grow' on scaled screens. I have been unable to reproduce this.
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
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. - UNABLE TO REPLICATE. This may have been fixed by the upgrade to Lazarus 2.2.0.
8
8
* 'Bad FS Map' from BeebEm when loading an ADFS/AFS hybrid image after making a change to the ADFS partition. - UNABLE TO REPLICATE
9
-
* Some SS DFS images are IDed as DS images when 'Allow zero sectors' is selected in the preferences.
9
+
* Some SS DFS images are IDed as DS images when 'Allow zero sectors' is selected in the preferences. - UNABLE TO REPLICATE
10
10
* Access violation has been reported when creating an ADFS HDD image (default options) on Windows. - UNABLE TO REPLICATE
11
11
* Does not work on Windows 11. - UNABLE TO REPLICATE
12
-
* Changing time/date on a file does not update the 'unsaved' icon in the status bar.
13
12
14
-
General
13
+
General - Ideas, currently unlikely to be added
15
14
* Drag and Drop facilities out of the application...currently looking unlikely for cross platform. This will need to be done using 'code-per-platform' directives.
16
15
* Extend drag and drop copy/move to multiple selection.
17
16
* Application to application communications.
18
17
* Copy entire files onto clipboard? And then paste from clipboard? - as Drag and Drop, this will need to be done using 'code-per-platform' directives.
18
+
19
+
General - Ideas which are maybe possible
19
20
* Ask to force overwrite if many files are getting written.
20
21
* 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
22
* Cancel button for progress display?
22
23
* Open multiple images at the same time and allow interaction between them (e.g. copying files from one to another).
23
24
* For macOS, change the settings being saved to the registry to being saved in a plist file, or within the application directory itself.
24
25
* Ablity to add/remove/delete partitions using the command line.
25
26
* Allow for multiple (>2) partitions - i.e. two or more DOS partitions on an ADFS structure, or ADFS/AFS/DOS hybrid.
26
-
27
-
DFS
28
-
29
-
ADFS
30
-
* Import an existing AFS or DOS image into ADFS as a new partition (importing DOS image as parition is as easy as just adding a DOS Image file).
31
-
32
-
AFS
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.
36
-
37
-
Amiga
38
-
39
-
Spectrum/Amstrad
40
-
* Write entire module - REQUIRE MORE INFO ON SPECTRUM FORMAT.
* ADFS: When a DOS image file is added to an ADFS image (and the "Open DOS Partition" setting is set), automatically open as the second partition (if there isn't one already).
28
+
* AFS: AFS0 images do not get created correctly (in particular the free space allocation maps) - AWAITING MORE INFO ON AFS FORMATS.
29
+
* AFS: Add option to new Level 3 images for pre-1988 or post-1988 format - AWAITING MORE INFO ON AFS FORMATS.
30
+
* AFS: 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.
31
+
* Amiga: Add in support for Rigid Disks (multi-partition hard discs) - NEED TO IMPLEMENT MULTI-PARTITION SUPPORT FIRST.
32
+
* Amiga: Add in support for Professional File System - AWAITING FORMAT DETAILS AND SAMPLE(S).
33
+
* Amiga: Add in support for Smart File System - AWAITING SAMPLE(S).
34
+
* Spectrum/Amstrad: Write entire module - REQUIRE MORE INFO ON SPECTRUM FORMAT.
35
+
* MMFS: Rewrite/rethink entire MMFS idea - might be more viable once multi-partitions are implemented.
36
+
* DOS: Add in support for partitioned hard drive images - NEED TO IMPLEMENT MULTI_PARTITION SUPPORT FIRST.
37
+
* Have different TImageList components for each format.
38
+
* File Viewer: ability to export contents in a different format (e.g. BASIC -> Text, or Sprite -> PNG).
39
+
* Function to check every file and directory on a volume and produce a report detailing number of files with error (CRC32) and number of broken directories (ADFS), and list them, with option to save to a text file.
0 commit comments