forked from OtterBrowser/otter-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
109 lines (99 loc) · 4.3 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
0.9.04 (01.01.2015):
- added support for mouse gestures;
- added initial support for customizing toolbars;
- allow to load plugins on demand;
- more actions (over 150 in total);
- added Go to Page dialog (F2);
- allow to customize menu button (JSON file);
- lots of other fixes and improvements.
0.9.03 (01.11.2014):
- initial version of sidebar;
- added possibility to set Otter Browser as default under Windows;
- added initial versions of Website Preferences and Quick Preferences (F12);
- added Trash to Bookmarks Manager;
- added Ctrl+Tab tabs switching;
- added option to set user style sheet;
- added tray icon;
- allow to customize menu bar (JSON file);
- various minor fixes and improvements.
0.9.02 (01.08.2014):
- added initial support for content blocking (Adblock Plus compatible);
- added Opera and HTML (Netscape) bookmarks import;
- added rocker navigation;
- added more keyboard shortcuts;
- allow to stop page loading by pressing Esc;
- no need for manual tweaking to get working binary for Windows XP (requires Qt 5.3);
- translation related improvements;
- some other fixes and minor improvements.
0.9.01 (01.06.2014):
- added application icon by Walerian Walawski;
- added error console;
- added support for additional attributes for bookmarks;
- added support for bookmark keyword;
- allow to load translations (18 languages available);
- allow to configure SSL ciphers priorities;
- allow to compile using Qt stack available in Ubuntu (outdated QtWebKit);
- various minor fixes and improvements.
0.5.01 (01.05.2014):
- added startup / crash recovery dialog;
- implemented "Reload Image" action;
- improved handling of bookmarklets;
- some other fixes and minor improvements.
0.4.01 (01.04.2014):
- added basic full screen mode support;
- User Agents configuration;
- various tab bar related fixes;
- some other fixes and changes.
0.3.01 (01.03.2014):
- added option to set custom User Agent (for single tab or whole application);
- added support for proxy auto-config (PAC);
- added option to decide if JavaScript should be able to show status messages;
- implemented "Reuse Current Tab" option;
- various small fixes.
0.2.01 (01.02.2014):
- added support for profiles defining keyboard shortcuts and action macros;
- added support for proxy configuration;
- added quick go to or search of clipboard contents on middle click on address field;
- added option to delay loading of tab contents until selected;
- added option to disable referrer;
- modified appearance of search widget;
- minor improvements in cache viewer;
- some other fixes and minor improvements.
0.1.01 (01.01.2014):
- added dedicated context menu for media content (AUDIO and VIDEO tags);
- added global history with manager;
- added dialog to clear history (browsing, cookies, caches etc.);
- added cache viewer (about:cache);
- implemented tab detaching;
- overhauled about: pages;
- some optimizations and other changes.
0.0.02 (22.12.2013):
- added warning in case of SSL errors;
- added web search capabilities;
- added advanced configuration page (about:config);
- added preferences dialog (not all options are implemented yet);
- added CMake project file;
- added bookmarks manager;
- implemented dialogs that are model only for single tab instead of whole window (used by JavaScript pop-ups (alert confirm, prompt), authentication and image properties dialogs);
- implemented quick search menu for text selection;
- implemented more missing context menu actions;
- implemented adding search engines from scratch or web page FORM;
- implemented restoring of tab history from previous session;
- many other changes.
0.0.01 (11.12.2013):
- initial release;
- added basic MDI+TDI interface;
- added private browsing capabilities;
- added basic support for bookmarks (XBEL format);
- added basic support for saving, restoring and manually deleting cookies;
- added transfers manager;
- added basic sessions management;
- added detailed progress bar;
- implemented backends for layout engines (for now only QtWebKit)
- implemented restoring of closed tabs and windows;
- implemented find in page actions;
- specified custom context menus;
- fine-tuned tab bar to be more robust (smart resizing, cloning, pinning, rearranging, previews, changing location / orientation etc.);
- enabled printing;
- force single application instance per profile (but allow multiple windows);
- lots of other things.