72
73
74
75
76
77
78
79
|
72
73
74
75
76
77
78
79
80
81
82
|
+
+
+
|
1. Create man page - likely based largely on this wiki page
1. Make a release candidate and AUR package
1. Create a "hacking" guide. Most user patching / hacking would likely be isolated to webengine.{h,cpp}
- WebView::init() for general configurations
- WebView::command() and/or WebView::doCommand() for key bindings and actions
1. Pdf links ... and other filetypes?
1. Prepare 1.0 release
1. Allow alternative browser profiles
1. Implement a private "incognito" profile mode
1. Cookie management commands? Or just direct users to the Cookie database in the profile which can already be edited with sqlite3?
1. Webkit backend (very low priority)
|