Commit 72c0606
Fix inverted date sort
byDate(dir)'s internal logic made dir=1 ascending (older→newer), not
descending as the case statement assumed. Flipped the two case values
so 'Date (newest)' actually shows newest first and 'Date (oldest)'
shows oldest first. Confidence/speaker/target sorts were correct.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 41d8e34 commit 72c0606
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
0 commit comments