Release Notes
What's New in v1.3
A release focused on template power — composite rename templates, automatic conflict resolution, history navigation, and in-app documentation.
Composite Rename Templates
Rename and move files in a single pass
Define a composite template once — pairing a path template with a name template — then apply it to any selection. Full-path conflict detection ensures no two files collide, even against existing files on disk.
📂
Composite Template Editor
- Combine path + name templates in a single reusable definition
- Available from the entity page and clipboard bulk actions
- Dry-run preview — see exactly what will happen before any files are moved
- Full-path conflict detection including existing files on disk
⚔️
Rename Conflict Blocks
- Use
[?...?] in templates to mark a conflict-resolution zone
- Example:
{artist} - {title}[?_{i:3}?].{file:ext}
- When a rename would conflict, the block fills in
_001, _002, etc. until a free path is found
- Works in both the name template editor and composite templates
- Disk existence check — conflicts with existing files resolved the same way
History Navigation
Jump anywhere in your navigation history
The back and forward buttons now show a dropdown of your full navigation history. Jump directly to any previous page without stepping through intermediate screens.
⏮️
History Dropdown
- Hover over back or forward to see your full navigation history
- Each entry shows a page title (e.g. "MyFile.mp3", "Browse Records")
- Click any item to jump directly there, bypassing intermediate steps
Collapsible Sidebar
More space when you need it
◀️
Sidebar Toggle
- Collapse the left panel (search, browse, clipboard) to focus on content
- Click the edge zone or toggle button to expand/collapse
- Collapse state persists across sessions
Find in Browse
Locate any file in the Browse view instantly
🔦
Locate in Browse
- Button in the entity page header jumps to the current record in Browse
- Browse scrolls to and highlights the entity
In-App Documentation
Full reference docs without leaving the app
📖
Template Docs
- Path Templates — full reference for path syntax, path types, and
{parents:N}
- Composite Templates — how to create and use composite rename templates
- Inner page links — click any table of contents entry to jump directly to that section