Releases: MuiseDestiny/zotero-attanger
Releases · MuiseDestiny/zotero-attanger
Release 1.1.6
- improvement: Also automatically remove empty-like folders containing only
.DS_Store
orThumbs.db
. - feature: Add a checkbox in the preferences to configure whether to treat slashes
/
as subfolder delimiters. This feature introduced in #13 is inappropriate for some cases; for instance, IEEE/ACM Transactions on Networking should not be split into subfolders. - locale: Add German translation.
- fix: Fix the failure of moving files due to
PathUtils.join
being unable to join a path with another relative path.
- 改进: 自动移除仅包含
.DS_Store
或Thumbs.db
的空文件夹。 - 功能: 添加一个配置选项,用于选择是否将项目字段中的斜杠
/
视为子文件夹分隔符。由于 #13 引入的这个新特性对部分用户并不合适,例如期刊《IEEE/ACM Transactions on Networking》不应当被切分。 - 本地化: 添加德语翻译。
- 修复: 修正由于
PathUtils.join
无法将一个路径与另一个相对路径拼接导致的文件移动失败。
Release 1.1.4
- Fix: validity check for folder names
Release 1.1.4
Release 1.1.3
Release 1.1.2
Release 1.1.0
- fix #20
Release 1.0.10
- fix: #18
Release 1.0.8
- Merge branch 'main' of https://github.com/MuiseDestiny/attachment-manager (4fb77de)
- fix: #16 (8d1d1ff)
- Update README.md (95709b6)
Release 1.0.7
- auto remove empty folder (e0d4cc3)
Release 1.0.6
- fix: #13