Tags: seongminhwan/viclip
Tags
v0.1.4: Fix GOTO mode shortcut real-time update on scroll - Add gotoRefreshTrigger to force row refresh when navigating in GOTO mode - Shortcuts now update correctly when scrolling with j/k/Ctrl+D/U in GOTO mode - Include refresh trigger in row ID to ensure re-render on navigation
v0.1.3: Fix paste delay, image file preview, GOTO scroll, and window … …reset - Reduce paste delay by removing async delays and activating previous app immediately - Add image preview for fileURL pointing to image files (jpg, png, etc.) - Add file path copy button in Information area - Fix GOTO mode navigation (j/k, gg, gG, Ctrl+D/U) not scrolling when out of view - Fix ESC not closing preview window by adding global event monitor - Reset type filter and scroll position when reopening main window via hotkey - Fix mouse click not causing auto-scroll (only keyboard navigation scrolls)
feat: Enhance Pinned Item display with Alias badges and Preview info - Update isNormalMode to exclude all modal/input states (fixes GOTO mode triggering during rename) - Add missing shortcuts to Help Panel (Cmd+D/U, p, Cmd+Enter) - Replace alias icon with prominent Green Text Badge in CompactItemRow - Add Alias and Tags info section to Preview Overlay - Fix Pinned Item Alias sync issue (call loadPinnedItems after rename) - Fix duplicate rename UI bug (use displayId for unique row identification)
v0.1.1 - Documentation and Help Panel updates Changes: - Updated Help Panel with accurate shortcuts - Added GOTO mode documentation - Fixed SEARCH mode Enter behavior description - Added Modal Design Philosophy to README - Added mode transition diagram - Reorganized README structure
v0.1.0 - Initial feature-complete release Features: - Vim-style navigation (j/k, ⌃D/⌃U) - GOTO mode for quick item selection - Tag management with keyboard navigation - Advanced filtering by keyword, type, date, tags - Quick preview with syntax highlighting - Paste queue for sequential pasting - iCloud sync support - Comprehensive Help Panel (?) - Mouse support with context menus
feat: Add rename/alias functionality for clipboard items (R key) - Added 'alias' column to database schema with migration - Added alias property to ClipboardItem and DBClipboardItem models - Added displayText computed property that prefers alias over content.preview - Updated CompactItemRow to display alias when set - R key in NORMAL mode triggers inline rename - Enter confirms rename, Escape cancels - Search queries (fetchFilteredItems, fetchItems) now include alias field - Preview panel shows alias if set - ClipboardMonitor.setAlias() persists alias changes
PreviousNext