Skip to content

Beta 3.3

Compare
Choose a tag to compare
@nimaid nimaid released this 06 Jul 05:07
· 56 commits to master since this release
  • Added functionality for .rename files
    • The directory containing the .rename file will get its bookmark name from the contents of the file instead of the directory basename
    • This is very useful for characters that are disallowed in paths by the OS, like \, /, :, *, ?, ", <, >, |, etc.
    • It's also useful for very long bookmark names, or many nested bookmarks, as there is a limit to the length of a path in your OS
      • Windows has a path limit of 260 characters. This can be disabled in Windows 10, but it causes lots of bugs, and Explorer still won't work
      • Linux has a much larger limit of 4096 on EXT4 filesystems, but it is bad practice to exceed the 260 limit, as it can still break git or other programs