aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Design Notes.md25
1 files changed, 17 insertions, 8 deletions
diff --git a/docs/Design Notes.md b/docs/Design Notes.md
index abb5362..62bb44f 100644
--- a/docs/Design Notes.md
+++ b/docs/Design Notes.md
@@ -4,14 +4,23 @@ The aim of this project is to provide a small and fast web browser.
### General
* Use generic formats
-### To do
-* Proper application-level profile manager
-* Reorganize Profile menu
-* System-level and user-level profile config, with per-profile overrides
-* Default system-level config and user-level overrides
-* Cookie filter list similar to the URL filter list
-* Moving tabs between windows
-* Tab context menu
+### Version 1.0
+* Profiles
+ - Application-level profile manager
+ - System-level and user-level profile config, with per-profile overrides [todo]
+* Configuration
+ - Default system-level config and user-level overrides [todo]
+* Cookies
+ - Filter list similar to the URL filter list [todo]
+* Tabs
+ - Moving tabs between windows [todo]
+ - Tab context menu [todo]
+* Page actions
+ - Search [todo]
+ - Zoom [todo]
+ - Print [todo]
+* Navigation toolbar
+ - Back and Forward history [todo]
## Dependencies
* Qt, over 5.7 (up-to-date Qt version recommended)