40 lines
2.4 KiB
Markdown
40 lines
2.4 KiB
Markdown
## Highlights
|
||
|
||
- **Nested workspaces.** Deals can now live at any depth inside plain vault
|
||
folders. Identity stays with the `.verstak/workspace.json` UUID marker;
|
||
the path is just an address.
|
||
- **Folder metadata.** Plain vault folders can carry an icon, color, and
|
||
display order through `.verstak/folder-metadata/`.
|
||
- **Plugin-replaceable Deal tree.** A new `workspaceTree` contribution point
|
||
lets plugins replace the sidebar Deal tree entirely. The included
|
||
`verstak.workspace-folders` official plugin adds folder icons, color,
|
||
drag‑and‑drop, a full IconPicker (1703 Lucide icons), and a color picker.
|
||
- **Move workspaces.** `MoveWorkspace` moves a Deal between plain folders.
|
||
- **Plugin API:** `api.workspaces.*` and `api.folders.*` are now available to
|
||
bundled frontend plugins.
|
||
- Documentation was pruned and aligned with the current implementation state.
|
||
|
||
## Главное
|
||
|
||
- **Вложенные Дела.** Дела теперь можно размещать на любой глубине внутри
|
||
обычных папок vault. Идентичность хранится в UUID-маркере
|
||
`.verstak/workspace.json`; путь — это только адрес.
|
||
- **Метаданные папок.** Обычные папки vault могут иметь иконку, цвет и порядок
|
||
отображения через `.verstak/folder-metadata/`.
|
||
- **Заменяемое дерево Дел.** Новый contribution point `workspaceTree` позволяет
|
||
плагинам полностью заменить дерево Дел в сайдбаре. Включённый официальный
|
||
плагин `verstak.workspace-folders` добавляет иконки папок, цвета,
|
||
drag‑and‑drop, полный IconPicker (1703 иконки Lucide) и выбор цвета.
|
||
- **Перемещение Дел.** `MoveWorkspace` перемещает Дело между обычными папками.
|
||
- **Plugin API:** методы `api.workspaces.*` и `api.folders.*` доступны
|
||
bundled frontend-плагинам.
|
||
- Документация почищена и приведена в соответствие с текущим состоянием.
|
||
|
||
## Packages / Пакеты
|
||
|
||
This prerelease provides a portable Windows archive, a Debian package, and an
|
||
AppImage for Linux.
|
||
|
||
В этот prerelease входят переносимый архив для Windows, Debian-пакет и AppImage
|
||
для Linux.
|