Skip to content

Commit b0a339a

Browse files
1.47
1 parent 8c1a4a8 commit b0a339a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Documentation/Changes.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -974,8 +974,8 @@ Bug fixes
974974
* When an ADFS New Map zone is close to capacity (i.e., not enough space for a fragment id to be written in), the free space was incorrectly reported. This would cause files and directories to fail to being written but the catalogue information would still be.
975975
* Deleting an ADFS directory which is the penultimate directory in the catalogue would result in the last one being deleted from the internal references. This then caused confusion with the front end GUI and resulted in a crash. In addition, deleting everything from the image would leave the free space map not correctly updated.
976976

977-
1.46.7
978-
--------------------
977+
1.47 - 12th June 2024
978+
---------------------
979979
New or improved features
980980
* Font size on the BBC Basic Viewer can be changed.
981981
* Added the ability to use the mouse scroll wheel on a hex dump.
@@ -992,6 +992,7 @@ New or improved features
992992
* Copy and move files within an Acorn ROM FS image.
993993
* Update the title, copyright and version strings in an Acorn ROM FS image.
994994
* Added option to generate a *.dsc file for ADFS hard drive images when saving (if none already exist).
995+
* DOS images can now import *.inf files.
995996
* DFS disc titles are now padded with nulls and not spaces.
996997

997998
Bug fixes
@@ -1007,6 +1008,8 @@ Bug fixes
10071008
* WINDOWS: The Cancel and Create buttons on the Hard Drive Creator dialogue box, for ADFS, did not fire when clicked.
10081009
* WINDOWS: Disabled Radio and Tick boxes would flash.
10091010
* Files ending in a forward or back slash would not be recognised.
1011+
* Some DFS images were producing a "phantom directory".
1012+
* When files were getting written to a DOS image, the same block was being used for each segment of the file resulting in the file being overwritten by itself.
10101013

10111014
Platform History
10121015
----------------

Documentation/ToDo.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ General - Ideas which are maybe possible
3434
* Spectrum/Amstrad: Write entire module - REQUIRE MORE INFO ON SPECTRUM FORMAT.
3535
* MMFS: Rewrite/rethink entire MMFS idea - might be more viable once multi-partitions are implemented.
3636
* DOS: Add in support for partitioned hard drive images - NEED TO IMPLEMENT MULTI_PARTITION SUPPORT FIRST.
37-
* DOS: Add option to import *.inf files, instead of ignoring them.
3837
* CFS and ROM FS: Validate new filename when renaming.
3938
* Have different TImageList components for each format.
4039
* Function (and button) to consolidate the free space map for ADFS and AFS (using the functions built into the class).

0 commit comments

Comments
 (0)