Skip to content

Releases: JohnSundell/Files

Files 1.3.1

01 Feb 18:22
Compare
Choose a tag to compare

You can now reference a file or folder using either a relative path, or using a tilde to represent the current user's home folder.

Files 1.3

29 Jan 19:16
Compare
Choose a tag to compare

Files is now Linux-compatible! 🎉 Thanks to @garriguv for helping making this happen!

Files 1.1

21 Jan 09:35
Compare
Choose a tag to compare

This version of files makes sequences of files and folders easier to handle 🚀

  • FileSystemSequence now has a first and last property, that enables you to access either of the ends of a sequence.
  • FileSystemSequence will now automatically exclude hidden/dot files (like .DS_Store). You can override this by calling folder.makeFileSequence(includeHidden: true) (or similar for a sequence of subfolders).
  • nameExcludingExtension now returns a correct name even for long file names.

Files 1.0.0

16 Jan 18:50
Compare
Choose a tag to compare

Initial release of Files