Skip to content

Commit d48ad74

Browse files
docs: update readme
1 parent 363eae4 commit d48ad74

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ A cross-platform desktop application for viewing random images from folders or c
3232
### 🎲 **Collections & Smart Sorting**
3333
- Organize multiple folders into collections
3434
- **Flexible sorting options**: Random (shuffle), Alphabetical (name), Full path, File size, Date modified
35+
- **Natural sorting**: Handles numbered files intelligently (image1.jpg, image2.jpg, image10.jpg)
3536
- **Ascending/descending order** for all sort methods except random
37+
- Override collection sort settings when viewing
3638
- Quick shuffle mode for single folders
3739
- History navigation with thumbnail panel
3840

@@ -153,8 +155,10 @@ Alternatively, use "Quick Shuffle Folder" to browse any folder immediately.
153155
### Collection Management
154156
- Professional startup dialog with ShuffleBird-inspired design
155157
- **Smart sorting system**: Choose between random shuffle or organized viewing (name, path, size, date)
158+
- **Natural/Human sorting**: Properly orders numbered files (image1, image2, image10 instead of image1, image10, image2)
156159
- **Flexible sort orders**: Ascending/descending options for structured browsing
157-
- Edit collections (rename, manage folders)
160+
- **Sort override**: Change sorting when opening collections without editing the collection
161+
- Edit collections (rename, manage folders, update sort preferences)
158162
- Delete collections with confirmation
159163
- Auto-sorted by recent usage
160164
- Quick folder location access button
@@ -202,15 +206,23 @@ Alternatively, use "Quick Shuffle Folder" to browse any folder immediately.
202206

203207
### Welcome Screen & Collections
204208
![Welcome Screen](screenshots/welcome-screen.png)
209+
*Professional startup dialog for managing collections and quick folder access*
210+
211+
### Collection Creation & Editing
212+
![Collection Dialog](screenshots/collection-dialog.png)
213+
*Comprehensive collection management with multi-folder support and sorting options*
205214

206215
### Main Viewer
207216
![Main Viewer](screenshots/main-viewer.png)
217+
*Clean image viewing interface with history panel and media controls*
208218

209-
### Media Controls
219+
### Media Controls & Timer
210220
![Media Controls](screenshots/media-controls.png)
221+
*Timer controls for auto-advance functionality with play/pause/stop*
211222

212-
### Context Menu
223+
### Context Menu & Options
213224
![Context Menu](screenshots/context-menu.png)
225+
*Right-click context menu with image transformations and viewing options*
214226

215227
---
216228

0 commit comments

Comments
 (0)