Skip to content

Releases: rkfg/memetagfs

1.1.4

10 Oct 14:32
Compare
Choose a tag to compare

Renaming logic has been changed to preserve tags on file name change and only update them when the file is moved. See https://github.com/rkfg/memetagfs#gotchas for details.

1.1.3

10 Oct 13:04
Compare
Choose a tag to compare

Bug fixes and a new option added.

Fixed a cache bug that prevented youtube-dl from working. The file absence was cached on rename (the new file name that didn't exist before rename) so when youtube-dl was trying to remove this renamed file it was getting ENOENT wrongly. Fixed by invalidating the cache again after renaming.

Added --logfuse string option that enables and filters FUSE operations log for debugging. All lines that contain string will be printed. Use --logfuse ' ' to print all operations because space is guaranteed to present in every such line. There are usually a lot of these, that's why it's preferable to filter. For instance, your DE or file manager might try to search for autorun.inf and other well-known files producing a lot of noise and making debugging harder.

Fixed the inability to exit after fsck. Apparently some file access prevented unmounting after checking the filesystem. Now we wait 1 second before the unmount attempt and repeat it 5 times with a 3 second delay in case of an error.

1.1.2

03 Sep 17:32
Compare
Choose a tag to compare

Minor bugfixes

1.1.1

03 Sep 17:22
Compare
Choose a tag to compare

Minor bugfixes

1.1

03 Sep 17:15
Compare
Choose a tag to compare
1.1

Fixed some bugs, changed the store schema, added schema migration and versioning.

1.0

02 Sep 19:09
Compare
Choose a tag to compare
1.0

Initial release of memetagfs.