Skip to content

Commit b0b20fa

Browse files
committed
updated
1 parent 40eb1fd commit b0b20fa

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed
Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Development Roadmap
22

3-
## FEATURES
3+
## FEATURES: browser
44

5-
- Add more menu items/keyboard shortcuts like {space} for Play/Pause of gif/video
6-
- Add: options: e.g., sort folders first (BrowserModel > loadCurrentDirectory())
7-
- add samples for: `["jpg", "jpeg", "png", "gif", "bmp", "tiff", "tif", "heic", "heif", "webp", "svg", "ico"]`
8-
- add a new file menu item and functionality to create a new folder
5+
- add: filter by type
6+
- add: options: e.g., sort folders first (BrowserModel > loadCurrentDirectory())
7+
- add: a new file menu item and functionality to create a new folder
8+
9+
## FEATURES: gif viewer
10+
11+
- option to view max size or normal size
912

1013
## QA/DEV
1114

15+
- add samples for: `["jpg", "jpeg", "png", "gif", "bmp", "tiff", "tif", "heic", "heif", "webp", "svg", "ico"]`
1216
- add unit tests using Swift Testing to cover common cases (e.g., .jpg, .heic, .webp, and unknown extensions).
1317

1418
## FIXME
1519

16-
- space only kinda works sometimes for play/pause
20+
- add: more menu items/keyboard shortcuts like {space} for Play/Pause of gif/video
21+
- space only kinda works sometimes for play/pause

0 commit comments

Comments
 (0)