Skip to content

Releases: ecpre/FUSE-RedSea

FUSE RedSea v0.1.6

14 Aug 02:40
Compare
Choose a tag to compare

This release fixes a bug where you could not create a directory in the root directory. It additionally disables the trash (though perhaps not in the most elegant way?) as that does not work well with TempleOS. The trash was previously not an issue as it could not be created due to the directory creation bug.

FUSE RedSea v0.1.5

12 Aug 18:38
Compare
Choose a tag to compare

This release fixes a bug where it was not possible to create a new file inside the root directory. This fix should resolve all the major outstanding issues with the project.

As always, create a backup of any RedSea ISO.C files you wish to use with this program, as there is no guarantee it will not destroy the data!

FUSE RedSea v0.1.4

05 Mar 03:15
Compare
Choose a tag to compare

This release fixes some pretty damaging bugs with file truncation (namely file truncation not being implemented), and allows filesystems to properly make edits which remove lines.

Additionally fixes some memory leaks, random failures to create directories, and reworked the make
file so it will work better with certain gcc configurations.

FUSE RedSea v0.1.3

04 Mar 02:46
Compare
Choose a tag to compare

Fixed some more critical bugs I had not yet discovered. This should allow TOS to properly read resized directories now!

FUSE RedSea v0.1.2

04 Mar 01:38
Compare
Choose a tag to compare
FUSE RedSea v0.1.2 Pre-release
Pre-release

Bugfix for critical memory management issue! All previous versions are very unstable and will be unable to read certain files!

FUSE RedSea v0.1.1

03 Mar 22:48
Compare
Choose a tag to compare
FUSE RedSea v0.1.1 Pre-release
Pre-release

This fixes a bug in version 0.1.0 which would overwrite files with the "Resident" attribute instead of the "Deleted" attribute when placing new entries in a directory.

FUSE RedSea v0.1.0

03 Mar 19:33
Compare
Choose a tag to compare
FUSE RedSea v0.1.0 Pre-release
Pre-release

This release adds full R/W support for TempleOS ISO.C files.

FUSE RedSea v0.0.2

22 Feb 02:41
Compare
Choose a tag to compare

Quick bugfix to fix issues regarding deleted files in a redsea partition.

FUSE RedSea v0.0.1

21 Feb 22:19
Compare
Choose a tag to compare
FUSE RedSea v0.0.1 Pre-release
Pre-release

Initial release. Read only right now.