TagSpaces v3.11.6 Release Notes
-
๐ New features
- set tagging method per location
- ๐ move tag groups with drag and drop
- ๐ allow to change the order of the tags on a tagged file or folder with drag and drop
- added file duplicate feature - the newly created files get automatically two new tags: copy and the current date and time (old_file_name [tag1].txt -> old_file_name [tag1 copy 20210702~183456].txt)
- โ add "Apply tag" feature to the tag's menu in the tag library, allowing you to add a tag to selected files without drag and drop
- ๐ new optional WYSIWYG markdown editor added as editor and viewer extension
- sorting file extension list in the settings alphabetically
- โ added an option for disabling the warning by opening external files (#1495)
๐ Enhancements
- ๐ migration to a new extension structure, adjusting the list of the supported file types
- ๐ improve handling location tag groups
- ๐ user interface improvements in the search area
- ๐ migrate away from using remoteModule in Electron due to potential security issues
- do not show hidden files in search results if setting is do not show files with dot(.)
- โ added close button to all dialogs
- โ adding help links to perspectives
- adjusting fuzzy search parameters
- โ added a flag for generating thumbnails on loading directory content
- improving on-boarding dialog
- 0๏ธโฃ improving pagination of search result and default perspective, fixing Cordova issues
- โก๏ธ updating to electron 13.2.2
๐ ๐ Bug fixes
- ๐ fix refresh issue after adding tags #1371
- ๐ fixed issue for creating sub directories in location with a relative path
- ๐ fix Opening parent folder from the button in perspective does not work always on windows network drive
- ๐ fix issue with empty search query
- ๐ fix hamburger menu in the mobile mode
- ๐ fix android paths on locations
- ๐ upload in web to Minio server broken
- ๐ fix Cordova android upload files
- ๐ fix downloader plugin
- โ remove takePicture for Android DirectoryMenu.tsx
- โ remove export and saveAs functionalities for Android