Skip to content

Commit 75f4665

Browse files
committed
chore: Bump version to 0.10.0
New features: - Native file drag-and-drop to Windows Explorer - Vault header badges (checkout count, cloud files, avatars) - Right-click disconnect for vaults - Pin icon for pinned items Fixes: - Delete from server confirmation dialog - Cloud-only folder icons now grey - Vault disconnect properly clears UI - Files reload on vault reconnect
1 parent ba84e2d commit 75f4665

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to BluePDM will be documented in this file.
44

5+
## [0.10.0] - 2025-06-05
6+
7+
### Added
8+
- Native file drag-and-drop to Windows Explorer (copies actual files, not shortcuts)
9+
- Custom drag preview showing file icon and name
10+
- Vault header inline badges: checkout count, cloud files count, user avatars
11+
- Download button in vault header for cloud files
12+
- Cloud file count badges inline with folder names
13+
- Right-click context menu to disconnect vaults from sidebar
14+
- Pin icon replaced star icon for pinned items
15+
16+
### Fixed
17+
- Delete from server now shows proper confirmation dialog
18+
- Cloud-only folders show grey icons (not green) in both FileBrowser and ExplorerView
19+
- Clicking vault name in explorer now navigates to root folder
20+
- Vault disconnect properly clears UI state and shows welcome screen
21+
- Files now reload correctly after reconnecting to a vault
22+
23+
### Changed
24+
- Avatars in FileBrowser positioned before inline action buttons
25+
- Download arrow moved to right of cloud count in explorer
26+
- Vault header download button slightly visible (not hidden until hover)
27+
- Lock count badge moved before cloud count in vault header
28+
529
## [0.7.0] - 2024-12-04
630

731
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blue-pdm",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Product Data Management for engineering teams",
55
"main": "dist-electron/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)