Skip to content

Version 1.17

Choose a tag to compare

@Volmarg Volmarg released this 21 Sep 15:43
· 1072 commits to main since this release

Files Tags - Added files tags mechanism to tag files and search them later globaly from any place from top bar. Implemented the basic usage of tagging.

  • files and images can be tagged,
  • tags are connected with file path,
  • upon removing file the tags are removed,
  • upon renaming file the tags are updated,
  • upon relocating file (VIA GUI ONLY) the tags are updated,
  • searching allows to download file directly from the search results and go to folder in which the file is located,
  • search works by matching string in json that contains tags, that means if You have json like: ["cookie","apple"] then if You enter in search tag app files with tag apple will be also displayed. This is not a bug, I want it to work like this right now