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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1021,6 +1021,16 @@ New or improved features
1021
1021
* Added option to add implied 'RW' attributes to the *.inf file when exporting files from DFS/CFS/RFS to the host system.
1022
1022
* Expanded the diagnostics reports in the debug file.
1023
1023
* Major overhaul of all the functions and procedures to ensure proper variable initialisation.
1024
+
* In the console, passing the 'config' command without enough parameters would list all the valid parameters instead of producing an error.
1025
+
* In the console, the 'status' command now lists the configuration options alphabetically.
1026
+
* In the console, the prompt will differ in colour depending on the image status: no image loaded - black; unmodified image loaded - blue; modified image loaded - red.
1027
+
* Added a new command to the console, 'search'. This is similar to 'extract', but just lists the files found rather than extracting them.
1028
+
* Added a new wildcard to file search, '|'. This needs to be the first character and is an exclusion, so that any files found following this are excluded from the search results.
1029
+
* Added a new command to the console, 'find'. This is similar to 'add', but just lists the files found on the OS folder rather than adding them.
1030
+
* Added a new command to the console, 'ls'. This catalogues the files in the local OS folder. The same as 'find *'.
1031
+
* Added a new command to the console, 'type'. This sets the filetype for a file.
1032
+
* Some text formatting and improvements in the console text.
1033
+
* Wildcards are now accepted for the console commands 'access', 'exec', 'load', 'type' and 'stamp'.
1024
1034
1025
1035
Bug fixes
1026
1036
* ADFS directories would use the default ID (Hugo, Nick or SBPr/oven) depending on whether it is old, new or big. This would mean that images could end up with a mis-match of IDs, which Arthur ADFS was not keen on.
@@ -1029,6 +1039,7 @@ Bug fixes
1029
1039
* Decompacting an ADFS Old Map image a second time after decompacting would hang the application.
1030
1040
* Creating a new ADFS Old Map image, then adding a new directory, renaming then deleting would fail to delete. This bug is related to the failure to decompact bug.
1031
1041
* FAT12 HDD sizes of above 31MB were permitted to be created, which will produce invalid images.
1042
+
* When changing the load and execution addresses of a file, editing one then clicking on the other would make the one you were editing disappear.
0 commit comments