|
| 1 | +# ReaDashboard Changelog |
| 2 | + |
| 3 | +## v1.1.1 (2026-04-23) |
| 4 | ++ Added recursive subfolder scanning for artwork with configurable depth (Settings -> Data Sources) |
| 5 | ++ Added Tab key shortcut to jump focus from project area back to the search bar |
| 6 | ++ Added Ctrl+Down/Up shortcuts to instantly jump focus from the search bar into the project area |
| 7 | + |
| 8 | +## v1.1.0 (2026-04-22) |
| 9 | ++ Guitar Mode toggle — hide all guitar-specific fields (strings, tuning, transpose, guitar, amp) via Settings; data untouched |
| 10 | ++ Scan staleness indicator — status bar shows when the last hard refresh was run (right-aligned, faint); Refresh button tooltip updated |
| 11 | ++ Ctrl+C copies selected project path(s) to clipboard (multi-select copies newline-separated) |
| 12 | ++ Added Keyboard Shortcuts section to Actions tab documenting all built-in hotkeys |
| 13 | +* Fixed README keyboard shortcuts table (corrected Ctrl+C, added missing Home/End/Ctrl+A/etc.) |
| 14 | + |
| 15 | +## v1.0.9 (2026-04-22) |
| 16 | ++ Statuses are now fully editable in Settings (add, remove, rename — same as Genres) |
| 17 | ++ 'Browse...' button to open any .rpp file from disk via native OS file dialog |
| 18 | +* Fixed: 'All Projects' separator no longer appears redundantly on the All Projects tab |
| 19 | +* Fixed: Locate in Explorer / Reveal in Finder crash ('expected 1 arguments maximum') |
| 20 | + |
| 21 | +## v1.0.8 (2026-04-22) |
| 22 | ++ Bug fixes (see v1.0.7) |
| 23 | + |
| 24 | +## v1.0.7 (2026-04-14) |
| 25 | ++ Bug fixes |
| 26 | + |
| 27 | +## v1.0.6 (2026-04-14) |
| 28 | ++ Fixed a critical bug preventing Mac and Linux users from opening any projects due to Windows-specific path formatting. |
| 29 | + |
| 30 | +## v1.0.5 (2026-04-14) |
| 31 | ++ Fixed 'Last Opened' sorting order (now properly ordered newest to oldest) |
| 32 | ++ Fixed search bar repeatedly losing keyboard focus while typing |
| 33 | ++ Fixed massive lag and UI sluggishness when bringing the script back from background persistent mode |
| 34 | ++ Improved visual widths for text input fields in the Settings panel |
| 35 | + |
| 36 | +## v1.0.4 (2026-04-10) |
| 37 | ++ Persistent mode — keep script running in background for instant re-open (toggle in Settings) |
| 38 | ++ Close on unfocus — automatically close/hide when clicking outside the window (toggle in Settings) |
| 39 | ++ Close on Escape — make Escape key close/hide behavior configurable (on by default) |
| 40 | ++ Toolbar toggle highlighting — toolbar button now reflects script open/closed state |
| 41 | + |
| 42 | +## v1.0.3 (2026-04-09) |
| 43 | ++ Last Opened sort mode — native REAPER recent order (last opened project first) |
| 44 | ++ Multiple project folder paths — scan additional folders alongside the primary path |
| 45 | ++ Configurable image loading budgets — tune first-frame and per-frame budgets in Settings |
| 46 | ++ Default artwork path — fallback image when project has no art (configurable in Settings) |
| 47 | ++ Full project name on placeholder — show full name instead of initials when art is missing |
| 48 | ++ Custom statuses — add your own status presets via Settings (comma-separated) |
| 49 | ++ Expanded built-in statuses — added Recording, Mixing, On Hold, Released |
| 50 | + |
| 51 | +## v1.0.2 (2026-04-09) |
| 52 | ++ LUA Slot cleanup to free 48 slots by CFG refactor |
| 53 | + |
| 54 | +## v1.0.1 (2026-04-09) |
| 55 | ++ Bulk Tag Editor — edit tags across multiple selected projects at once |
| 56 | ++ Configurable Primary Genres — customize genre list from Settings |
| 57 | ++ Grid Card Tooltip Mode — show metadata fields as hover tooltip instead of on-card |
| 58 | ++ Grid Card Fields — added Tuning and Transpose as optional card/tooltip fields |
| 59 | ++ Grid Tooltip Delay — configurable hover delay for grid card tooltips |
| 60 | ++ Configurable Grid Spacing — adjustable card spacing in Settings |
| 61 | + |
| 62 | +## v1.0.0 (2026-04-06) |
| 63 | ++ Initial release |
0 commit comments