Skip to content

Commit 406a581

Browse files
committed
Changelog and video scripts
1 parent bb722d3 commit 406a581

4 files changed

Lines changed: 3421 additions & 57 deletions

File tree

ReaDashboard/Anshul_ReaDashboard.lua

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

7518
-- ============================================================================
7619
-- DEPENDENCY CHECKS

ReaDashboard/CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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

Comments
 (0)