Warning, /network/falkon/CHANGELOG is written in an unsupported language. File is not indexed.
0001 Version 23.04.0 0002 * Look for spellchecking dictionaries at location specified by QTWEBENGINE_DICTIONARIES_PATH environment variable 0003 * Show QtWebEngine version on Falkon Config page 0004 * Implement prefers-color-scheme (dark mode) for internal pages 0005 * Add option to enable GPU acceleration (by Hao Chi Kiang) 0006 0007 Version 22.08.2 0008 * Fix: Typing text in the search bar sends data although suggestions are disabled (by Juraj Oravec) (BUG: 439268) 0009 * Update Firefox version in user agent manager (BUG: 415467) 0010 0011 Version 22.08.0 0012 * SiteInfo window allows multiselection of items for easier copying (by Juraj Oravec) (BUG: 451284) 0013 * Show the actual QtWebEngine version in about dialog (by Antonio Rojas) 0014 * Various code improvements (mostly by Laurent Montel) 0015 0016 Version 22.04.0 0017 * Various improvements for AdBlock (by Allan Sandfeld Jensen) 0018 * Enable WebRTC screen capturer in WebEngine / Screen sharing on Wayland (by Antonio Rojas) (BUG: 450839) 0019 0020 -------------------------------------------------------------------------------- 0021 0022 Version 3.2.0 0023 * Add support for Screen Capture (Qt 5.13.2+) 0024 * Option for internal PDFium-based viewer (Qt 5.13+) 0025 * CookieManager: Add support for selecting more than one cookie at once 0026 * Correct the sorting for cookies white- and black- lists 0027 * Speeddial: decode initialScript data as Utf8 0028 * Set current tab as parent for duplicated tab 0029 * add support for detaching tabs via context menu (BUG 443947, !22 from Fran Rogers) 0030 * BookmarksManager: Don't allow to create bookmark without parent 0031 * Remove the padding of the bookmark bar 0032 * Added context menu item to bookmarks toolbar for creating folder 0033 * Preferences: Add links to KDE store for installing themes/extensions 0034 * OcsSupport: Add initial support for downloading themes/extensions 0035 * Add filter to preferences extensions page 0036 * SideBarManager: Clear active sidebar upon close 0037 * Added focus for searchbar in history sidebar & bookmark sidebar 0038 * SearchToolBar: Remove warning message that no results were found 0039 * SearchBar - Show number of matches found on page search 0040 * added pause/resume for downloads 0041 * Prompt user when KWallet is disabled 0042 * KDEFrameworksIntegration: Create Purpose menu in init 0043 * GreaseMonkey: Fix detecting *.user.js urls 0044 0045 * Added QLoggingCategory to Falkon 0046 * Handle web push notifications with Falkon notification system 0047 * Fix name and set desktop entry for notifications 0048 * NetworkManager: Fix QtWebEngine warning about registering schemes 0049 * Don't use subfolders for QML/Python extensions 0050 * ThemeManager: Implement removing locally installed themes 0051 * Plugins: Implement removing locally installed plugins 0052 * Plugins: Use embedded JSON metadata for shared library plugins 0053 * RunAction plugin: set alternatingRowColors for listWidget 0054 * VerticalTabs: Accept click event on tree collapse 0055 * VerticalTabs: Draw unloaded tabs with "Disabled" color palette 0056 * VerticalTabs: Add child tab with middle click on "New Tab" button 0057 * VerticalTabs: Corectly recognize tree collapse / expand button 0058 * VerticalTabs: Also override Ctrl+PgUp/PgDown shortcuts 0059 0060 Version 3.1.0 0061 * released 19 March 2019 0062 * add support for writing plugins in QML 0063 * add MiddleClickLoader Python plugin 0064 * add page sharing to KDE Frameworks Integration plugin 0065 * add basic support for client certificates (QtWebEngine >= 5.12) 0066 * add support for registering custom protocol handlers (QtWebEngine >= 5.12) 0067 * change search bar appearance to match other KDE apps 0068 * use DBus instead of lockfile/socket to check and communicate with other instances (Linux) 0069 * whitelisted cookies are no longer deleted when deleting all cookies 0070 * Python plugin support is now stable 0071 * close entire tree after middle click on collapsed tabs in VerticalTabs plugin 0072 * fix some compatibility issues with QtWebEngine up to 5.12 0073 * fix some possible crashes in AdBlock 0074 * fix builds with standalone QtWebEngine releases 0075 0076 Version 3.0.1 0077 * released 8 May 2018 0078 * added profile migration from QupZilla 0079 * fix incorrectly completing form data on some sites (BUG 391327) 0080 * fix showing incorrect state of back and forward buttons (BUG 391331) 0081 * fix loading urls containing %20 from location bar (BUG 392445) 0082 * fix save page action for downloading text files (BUG 391300) 0083 * fix download manager trying to closing not restored tabs (BUG 392565) 0084 * fix updating location bar site icon after using paste and go action (BUG 392747) 0085 * fix various issues with QtWebEngine 5.11 (BUG 392885, 393398) 0086 * fix speed dial sometimes loading with no pages (BUG 391875) 0087 * fix leaving html fullscreen after closing tab (BUG 393797) 0088 * fix saving speed dial settings when there are no configured pages 0089 * fix restoring nested crashed sessions 0090 * fix setting minimum height of bookmarks toolbar 0091 * VerticalTabs: fix preserving expanded state of times inside collapsed parent (BUG 393567) 0092 * VerticalTabs: don't force open sidebar when opening new window (BUG 393629) 0093 0094 Version 3.0.0 0095 * released 27 February 2018 0096 * first Falkon release 0097 * added experimental support for Python extensions 0098 0099 -------------------------------------------------------------------------------- 0100 0101 Version 2.1.2 0102 * released 15 March 2017 0103 * updated translations 0104 * disable native scrollbars by default due to performance issues 0105 * fix middle click on links sometimes not opening new tab 0106 * fix scrolling to anchors when opening tab in background 0107 * fix possible crash in AdBlock when editing subscribptions 0108 * fix clicking on go icon in locationbar 0109 * fix possible crash with native scrollbars 0110 0111 Version 2.1.1 0112 * released 13 February 2017 0113 * updated translations 0114 * fix loading previews in SpeedDial 0115 * fix showing duplicated languages in spellcheck settings 0116 * fix sometimes pages being scrolled by itself when using native scrollbars 0117 * fix disabling GreaseMonkey scripts 0118 * Windows: fix highlight text color in item views 0119 0120 Version 2.1.0 0121 * released 4 February 2017 0122 * bring back spellcheck 0123 * bring back support for printing 0124 * bring back save page action + support multiple formats 0125 * bring back option to delete cookies on close 0126 * bring back per-domain user agent settings 0127 * show audio playing indicator in tab with possibility to mute 0128 * show background activity indicator in pinned tabs 0129 * add option to show navigation bar when opening new tab in fullscreen 0130 * add option to show bookmarks toolbar when typing in location bar 0131 * add option to use native scrollbars 0132 * add option to delete cache on close 0133 * each tab has now its own search toolbar 0134 * lot of HighDPI fixes 0135 * fix setting maximum size of cache 0136 * fix scrolling with high resolution mouse/touchpad 0137 * fix rules for disabling blocking on pages in AdBlock 0138 * fix deleting cookies 0139 * fix slow search in icons database 0140 * fix restoring zoom level of tabs 0141 * fix crash when opening web inspector 0142 * fix crash of the application when render process crashes 0143 * fix tabbar being invisible sometimes after leaving fullscreen 0144 * fix sometimes not showing list of windows and tabs in recovery page 0145 * Windows: show download progress in taskbar 0146 0147 Version 2.0.2 0148 * released 24 October 2016 0149 * update default user-agent strings 0150 * add short command line variant for all options 0151 * show navigation bar when adding new tab in fullscreen 0152 * supermenu button is no longer hidden in fullscreen 0153 * fix overwriting speed dial title when loading fails 0154 * fix positions of speed dials in rtl 0155 * fix context menu actions when site specifies base href 0156 * fix issue with tabbar sometimes being invisible when leaving fullscreen 0157 * Windows: fix background radient in browsing library 0158 0159 Version 2.0.1 0160 * released 8 June 2016 0161 * don't force enabling HighDPI scaling by default 0162 * fix crash when unloading AutoScroll plugin 0163 * fix showing Inspect Element action when web inspector is disabled 0164 * fix showing context menu when page zoom is not 100% 0165 * fix destroying WebPage when opened as popup 0166 * fix setting default font families 0167 * fix saving last download path in download manager 0168 * fix using external download manager 0169 * fix cancelling http and proxy authentication dialogs 0170 0171 Version 2.0.0 0172 * released 30 March 2016 0173 * switch to QtWebEngine - much better compatibility and stability 0174 * some features from older versions are missing (will come back later) 0175 0176 Version 1.8.9 0177 * released 11 November 2015 0178 * new QupZilla logo 0179 * add button to open spellcheck settings in preferences 0180 * remove gradient in toolbar of browsing library 0181 * fix showing authors page in about dialog 0182 * fix showing current tab in tabbar after restoring session 0183 * fix searching for invalid one-word url strings from locationbar 0184 * fix switch to tab from locationbar completer when it is the only tab in window 0185 0186 Version 1.8.8 0187 * released 21 October 2015 0188 * added interface for extensions to show action in Tools menu 0189 * add option to use TabManager as main tabbar replacement 0190 * fix build with Qt 5.5.1 0191 * fix crash when unloading plugin with visible sidebar 0192 * fix possible crash when accessing last active window 0193 * fix sometimes incorrectly loading background non-restored tab 0194 * fix showing speed dials in bookmarks icon 0195 * fix showing messages in statusbar in RTL mode 0196 * fix crash when application style is externally changed 0197 * fix labels color in access keys navigation with dark style 0198 * fix position of autoscroll indicator with site notification visible 0199 * Windows: fix setting as default browser 0200 * Windows: better toolbar background for Windows 10 0201 0202 Version 1.8.7 0203 * released 8 October 2015 0204 * save pinned tabs per-window when set to restore session 0205 * Shift+Left click on links now opens link in new window 0206 * show web inspector action now toggles inspector 0207 * add button to create new userscript in GreaseMonkey 0208 * add "Anti-Adblock Killer" AdBlock subscription 0209 * add Ctrl+G and Ctrl+Shift+G shortcuts in search toolbar 0210 * fix enabling select all and find actions in menu 0211 * fix searching for strings with special whitespaces from locationbar 0212 * fix build with KF5 KWallet 0213 * fix crash when blocking popup window with AdBlock 0214 * fix icon animation when blocking popup window with AdBlock 0215 * fix build with Qt 5.5 and gcc 4.9 0216 * fix incorrectly accepting some cookies 0217 * fix creating new config directory 0218 * fix saving settings without changing pages in SpeedDial 0219 * fix center dials option in SpeedDial 0220 * fix not escaping characters for (file, ftp) dir listings 0221 * fix not showing restore page when opening new url from cli 0222 * fix adding search engine from form on page with Qt 5 0223 * fix saving homepage/new tab urls from preferences 0224 * Linux: use run-time detection of X11 platform 0225 0226 Version 1.8.6 0227 * released 26 January 2015 0228 * added TabManager and FlashCookieManager plugins 0229 * added CTRL+L shortcut to clear download list in download manager 0230 * allow closing Download Manager and Browsing Library with Ctrl+W 0231 * revert option to disable SSLv3, it is now correctly handled by Qt 0232 * fix issue with tabs with empty url were removed from session 0233 * fix zoom shortcuts with +/-/0 on numeric block 0234 * fix hiding iframes that have completely blocked contents in AdBlock 0235 * fix showing navigation bar when typing into locationbar in fullscreen 0236 * fix visual issues with FTP listing with RTL layouts 0237 * fix removing profiles from preferences 0238 * fix crash when moving bookmarks on FreeBSD 0239 0240 Version 1.8.5 0241 * released 12 December 2014 0242 * save geometry of Preferences window 0243 * enable HighDPI pixmaps with Qt 5 0244 * add option to completely disable SSLv3 0245 * fix url for China AdBlock list 0246 * fix issue with opening modal dialogs being hidden by active window 0247 * fix loading dictionaries in spellcheck 0248 * fix behavior of delete key in locationbar 0249 * MouseGestures: add new gesture for duplication of current tab 0250 * Linux: fix go-icon not available in themes other than oxygen 0251 0252 Version 1.8.4 0253 * released 3 November 2014 0254 * added possibility to build against system QtFtp module 0255 * CSS exceptions in AdBlock now works for rules from different subscrictions 0256 * fixed: correctly saving some settings in preferences 0257 * fixed: preference action on Mac 0258 * fixed: loading plugins on Windows 0259 0260 Version 1.8.3 0261 * released 19 October 2014 0262 * fixed: crash when passing messages to running instance 0263 * fixed: keyboard text navigation in some custom html code editors 0264 * fixed: string for filter third party cookies + changed default to allow 0265 * fixed: coloring CSS exception rules in AdBlock subscription tree 0266 * fixed: auto-loading saved plugins on startup in portable mode 0267 * fixed: text edit shortcuts not working with non-latin keyboard layout 0268 * fixed: building on Linux with Qt 4.7 0269 * fixed: crash when unloading AutoScroll plugin on Windows 0270 0271 Version 1.8.2 0272 * released 9 October 2014 0273 * updated translations 0274 * use bigger default font sizes 0275 * fixed: profile version check when updating from 1.8.0 0276 * fixed: crash on startup on Mac 0277 * fixed: crash when opening menu on Mac when there is no browser window 0278 0279 Version 1.8.1 0280 * released 5 October 2014 0281 * reverted setting DNT header by default 0282 * fixed: autofill not working for some frames 0283 * fixed: saving speed dial in case of crash 0284 * fixed: open file in download option on windows 0285 * fixed: Internet Explorer bookmarks importer 0286 * fixed: building on Mac 0287 0288 Version 1.8.0 0289 * released 25 September 2014 0290 * added support for window.beforeunload event 0291 * added support for external.AddSearchProvider js function 0292 * added undo/redo actions to context menu in forms 0293 * added new theme Breathe 0294 * added new commandline option to toggle fullscreen 0295 * added new commandline option to enable portable mode 0296 * added new context menu action to open links in private window 0297 * added new smooth and fully transparent loading animation 0298 * added option to disable weak ciphers in SSL Manager 0299 * added support for shadow builds with Qt Creator 0300 * completely rewritten bookmarks (including multi-level folders support) 0301 * location bar completer is now running in separate thread 0302 * menus are not closed when opening links with middle mouse button 0303 * ctrl+w shortcut no longer closes pinned tab 0304 * pinned tabs are now restored everytime, not only when restoring session 0305 * enable sending DoNotTrack header by default 0306 * full support for search engines that use POST method 0307 * Oxygen icon theme is now default fallback icon theme 0308 * Qt translations are now loaded from system directories where available 0309 * correctly load one-word hosts (eg. localhost or anything other in /etc/hosts) 0310 * search engines manager can now be opened from preferences 0311 * various tweaks in SpeedDial theme including lower minimal size for dials 0312 * various tweaks in Linux theme including support for big fonts in location bar 0313 * various fixes for Qt5 including bugs in tab bar 0314 * various fixes for RTL languages including rendering of location bar completer 0315 * AdBlock: support for exception css rules 0316 * AdBlock: improved performance of loading rules 0317 * MouseGestures: option to set mouse button for gestures 0318 * MouseGestures: support for rocker navigation to go back/forward in history 0319 * GreaseMonkey: correctly load scripts in frames 0320 * GreaseMonkey: fix rare issue that userscripts won't load on some sites 0321 * KWalletPasswords: support for KF5 KWallet 0322 * windows: load font.ttf (from current dir, if exists) and set it as default app font 0323 0324 Version 1.6.6 0325 * released 12 May 2014 0326 * added new AutoScroll plugin 0327 * added new F12 shortcut for Web Inspector 0328 * fixed: correctly switching between tabbars when closing tabs 0329 * fixed: draw tabbar base even when there are no tabs in main tabbar 0330 * fixed: position of add tab button when there are no tabs in main tabbar 0331 * mac: define application category in Info.plist 0332 * windows: load font.ttf (if exists) and use it as app font 0333 * linux: fixed setting correct paths for portable mode 0334 0335 Version 1.6.5 0336 * released 18 April 2014 0337 * fixed build issues on Mac 0338 * fixed error handling when downloading CA certificates bundle 0339 * fixed error handling when downloading AdBlock subscriptions 0340 * fixed loading KWalletPasswords plugin 0341 0342 Version 1.6.4 0343 * released 14 April 2014 0344 * enabled sending DoNotTrack header by default 0345 * updated ca-bundle certificates 0346 * use same session files with both Qt4 and Qt5 0347 * fixed: Click2Flash playing videos on YouTube with Qt5 0348 * fixed: hiding close button on current tab when dragging it with Qt5 0349 * fixed: double clicking on scroll buttons in tabbar with Qt5 0350 * fixed: text visibility in speeddial inputs with dark themes 0351 * fixed: getting tab index with rtl layout 0352 * fixed: ctrl+up shortcut in websearchbar correctly select first item 0353 * fixed: correctly loading translations of all plugins 0354 0355 Version 1.6.3 0356 * released 14 February 2014 0357 * addded new Spanish (Mexico) translation 0358 * option to change list of SslV3 forced sites in settings.ini 0359 * show error message when downloading AdBlock subscriptions fails 0360 * fixed building on FreeBSD, OS/2 0361 0362 Version 1.6.2 0363 * released 13 February 2014 0364 * workaround for servers not understanding TLSv1 handshake 0365 * tabs on top are now enabled by default 0366 * restore session after launch is now enabled by default 0367 * don't load tabs until selected is now enabled by default 0368 * tab previews are now disabled by default 0369 * reworked scrolling with wheel in tabbar 0370 * Ctrl+W shortcut no longer closes a pinned tab 0371 * fixed: setting DuckDuckGo as default search provider 0372 * fixed: issues detected by scan.coverity.com 0373 * fixed: showing more default search engines with same name 0374 * fixed: incorrect exception rules handling in AdBlock 0375 * fixed: flickering when removing tabs from tabbar 0376 * fixed: flickering when (un)pinning tabs 0377 * fixed: flickering when opening new tabs with sites that loads instantly 0378 * fixed: drawing correct mouseouver state for tabs 0379 * fixed: drawing tabbar correctly with Oxygen style 0380 * fixed: drawing list items with Qt5 Fusion style 0381 * fixed: tooltips disappearing on (un)pinning tabs 0382 * fixed: incorrectly changing current index when closing tabs in inactive tabbar 0383 * fixed: incorrectly showing url in locationbar when load request was not accepted 0384 * fixed: always add slash '/' between path and filename when downloading files 0385 * fixed: cursor jumping at the start in locationbar 0386 * mac: fixed toggle fullscreen action in menu 0387 * windows: save application data in %LOCALAPPDATA% 0388 0389 Version 1.6.1 0390 * released 26 January 2014 0391 * added option to disable inline completion in locationbar 0392 * added option to always switch tabs with mouse wheel 0393 * added option to toggle fullscreen with commandline option 0394 * added undo/redo context menu actions in editable web elements 0395 * speedup loading rules from subscriptions in AdBlock dialog 0396 * fixed speed dial with disabled javascript 0397 * fixed showing tooltips on tabs when tab previews are disabled 0398 * fixed search shortcuts longer than one character in locationbar 0399 * fixed building issues on OS X and OS/2 0400 * fixed disabling tab previews from preferences 0401 * fixed building new Gnome/KDE keyring passwords 0402 * fixed building StatusBarIcons plugin on Windows 0403 * win: add new jumplist option to open private window 0404 0405 Version 1.6.0 0406 * released 1 January 2014 0407 * added support for Proxy Auto-Config (PAC) 0408 * added option to open another private window from private window 0409 * added option to detach tabs from window 0410 * added delete action in edit context menu on page 0411 * added possibility to remove EasyList from AdBlock 0412 * added inline domain completion to urlbar 0413 * added KWallet password backend plugin 0414 * added Gnome-Keyring password backend plugin 0415 * added StatusBar Icons plugin that adds extra icons to statusbar 0416 * added support for POST method in search engines manager 0417 * added context menu for translating webpage 0418 * added possibility to export bookmarks to html file 0419 * great performance improvement for matching basic rules in AdBlock 0420 * themes can now be loaded from profile directories 0421 * pagescreen can now save output into number of formats, including PDF 0422 * proxy exceptions now supports wildcards (*, ?) 0423 * cancel upload when trying to upload non-readable files 0424 * select previous / next engines with ctrl+up/down in websearchbar 0425 * ask user first before closing all but the current tab from tabbar 0426 * last 2 sessions are now backuped in profile directory 0427 * always show tab previews after a small delay 0428 * GreaseMonkey: added icon in statusbar 0429 * GreaseMonkey: added support for GM_Settings 0430 * GreaseMonkey: fixed userscripts when first loading plugin 0431 * GreaseMonkey: run userscripts in all frames on page 0432 * oxygen: set rounded corners for tooltips 0433 * oxygen: workaround for transparent background of tooltips 0434 * X11: Set correct WM_CLASS property to windows 0435 * fixed: size of preferences dialog on low-res screens 0436 * fixed: loading plugins with relative paths in portable build 0437 * fixed: displaying a lot of RSS feeds in RSS widget in locationbar 0438 * fixed: enabling disabled rules in AdBlock now works everytime 0439 * fixed: parsing OpenSearch files with XML declaration 0440 * fixed: don't show urls multiple times in url completer 0441 * fixed: drag & drop moving folders under bookmarks toolbar 0442 * fixed: files with relative paths can now be opened from command line 0443 * fixed: issues with overflowing tabs, it is now possible scroll through all tabs 0444 0445 Version 1.4.4 0446 * released 1 September 2013 0447 * added ctrl/shift + insert shortcuts to copy/paste in webview 0448 * don't try to download empty page 0449 * reverted forcing SSLv3 protocol for secured connections 0450 * duckduckgo.com is now default search engine 0451 * fixed: correct height of icons widget in SiteInfo 0452 * fixed: hide tabbar with only one tab option now works in fullscreen 0453 * fixed: crash with Oxygen theme when closing windows with tabs on top 0454 * fixed: saving IgnoreAllSSLWarnings option from SSLManager 0455 * fixed: crash on saving settings with unavailable theme 0456 * fixed: Accept-Language header now works with all sites 0457 * fixed: using external download manager with use defined location setting 0458 * GreaseMonkey: fixed buttons in script list with RTL layout 0459 * GreaseMonkey: run userscripts in all frames on page 0460 * X11: Set correct WM_CLASS property to windows 0461 0462 Version 1.4.3 0463 * released 9 May 2013 0464 * fixed: crash upon closing private browsing window 0465 * fixed: element hiding rules not working when more than 5000 in subscription 0466 * fixed: saving some tab icons in session file 0467 * fixed: make Acid3 test pass even with AdBlock enabled 0468 * mac: attempt to fix slow scrolling on trackpad 0469 0470 Version 1.4.2 0471 * released 22 April 2013 0472 * don't limit speed of loading animation in tabbar 0473 * fixed loading HTML5 videos on YouTube 0474 * fixed saving cursive font in fonts preferences 0475 * fixed translating edit actions in page context menu 0476 * fixed connecting to older secured servers by forcing older SSL protocol 0477 * fixed installing bash completions to correct folder 0478 * fixed deleting lockfile upon closing application 0479 * fixed occasional crash when extracting form data from page 0480 * fixed crash in akn plugin while closing tab with labels shown 0481 * fixed crash on close when tabs on top is enabled with oxygen theme 0482 * GreaseMonkey: fixed laoding scripts with last line commented 0483 * mac: correctly refreshing state of menus 0484 * mac: added dock menu with basic actions 0485 0486 Version 1.4.1 0487 * released 15 March 2013 0488 * fixed websearchbar not respecting select all on click settings 0489 * fixed certificates from custom path disappearing on saving preferences 0490 * fixed showing empty back/forward history menu upon restoring session 0491 * fixed duplicating current url in history when restoring session 0492 * fixed instantly showing popup when clicking on back/forward button 0493 0494 Version 1.4.0 0495 * released 11 March 2013 0496 * highlighting host in address in locationbar 0497 * can now be compiled using Qt 5 0498 * QtWebKit 2.3 new features - caret browsing, animated scrolling 0499 * added support for FTP listing files and downloading 0500 * added support for saving passwords of multiple users per site 0501 * added support for showing tabs on top 0502 * added bash autocompletion file 0503 * added more actions to super menu, also show menu inside window 0504 * possibility to select text on page with Shift+Arrow keys 0505 * asking user whether to allow site to use notifications/geolocation 0506 * option to set JavaScript privacy permissions 0507 * option to specify default search engine used in locationbar 0508 * option to disable search suggestions in websearchbar 0509 * option to search only whole words in source viewer 0510 * option to hide reload/stop buttons in navigationbar 0511 * option to disable alt/ctrl + numbers shortcuts 0512 * option to switch to tab from locationbar popup completer 0513 * option to set where to store network cache 0514 * use .qupzilla/tmp instead of /tmp for temporary data 0515 * saving passwords should now work for much more sites 0516 * don't steal Ctrl+B/U/I shortcuts from page 0517 * disabled by default opacity effect on tab previews - see BUILDING.md 0518 * improved showing navigation toolbar in fullscreen 0519 * moved config directory into ~/.config/qupzilla 0520 * certificates bundle is now only used on windows 0521 * reduced memory usage of AdBlock (saves up to 30MB with just EasyList) 0522 * greatly improved performance when matching regexp rules in AdBlock 0523 * GreaseMonkey: reload script if source file changed on disk 0524 * GreaseMonkey: fixed don't loading invalid scripts 0525 * fixed opening browser with url with ampersand (%26) as command line argument 0526 * fixed scrolling to anchor in background tabs 0527 * fixed parsing UTF-8 filenames in Content-Disposition header 0528 * fixed crash with context menu in websearchbar and locationbar 0529 * fixed loading NYTimes skimmer page 0530 * fixed cookie domain handling according to RFC 6265 0531 * fixed qvalue format in Accept-Language HTTP header 0532 * fixed sorting files case insensitively in file scheme handler 0533 * fixed possible crash in saving page screen of a really long page 0534 * fixed showing window in fullscreen with XFCE 0535 * fixed AdBlock blocking netscape plugin even without Click2Flash 0536 * X11: fixed Ctrl+Q shortcut for DEs other than KDE and Gnome 0537 * windows: fixed color of found text when searching on page 0538 * windows: fixed navigating to file links and x: labels in file: scheme handler 0539 * windows: fixed downloading utf-8 encoded adblock subscriptions 0540 * windows: improved installer allows registering as default web browser 0541 * windows: check and set as default browser from preferences 0542 * mac: fixed not working global menu after closing browser window 0543 0544 Version 1.3.5 0545 * released 16 September 2012 0546 * new Persian translation 0547 * option to remove web search bar 0548 * warning user when removing page from speed dial 0549 * option to align pages to center in speed dial 0550 * added shortcut for Clear private data 0551 * new options in AdBlock menu to disable it for domain and for single page 0552 * added option to disable search suggestions in search bar 0553 * added option to choose what to suggest in address bar 0554 * Save x as ... actions will always show file dialog 0555 * possibility to choose to use external download manager on every download 0556 * remember last section in preferences 0557 * much more tabs now fits into tabbar without overflowing into tab buttons 0558 * smarter address bar completer will show better search results 0559 * support for bookmarks manager and sidebar drag&drop managing bookmarks 0560 * new User Agent manager lets you set User Agent per site 0561 * new restore session page lets you choose which tabs you want to restore 0562 * new scheme handler for file protocol allows browsing through directories 0563 * new option to show loading progress in address bar 0564 * new option to hide close button on tabs 0565 * new option to start new instance with --no-remote option 0566 * X11: restore windows on correct virtual desktops 0567 * MouseGestures: added 2 new gestures for switching tabs 0568 * fixed visibility of navigation bar in fullscreen 0569 * fixed bad position of add tab button when there is a lot of tabs 0570 * fixed gui with RTL languages 0571 * fixed issue with infinite opening mailto links 0572 * fixed issue with showing warning after creating new profile 0573 * fixed clearing highlight when search text not found 0574 * fixed closing bookmarks menu when menu toolbar is hidden 0575 * fixed occasional crashes when closing tab while it is still loading 0576 0577 Version 1.3.1 0578 * released 16 July 2012 0579 * Ctrl+= shortcut for + zoom in webview 0580 * Ctrl+Enter shortcut in PIM plugin now also works with enter on numpad 0581 * don't append QupZilla string to changed user agent 0582 * fixed ' and " chars in speed dial's input fields 0583 * fixed zooming with Ctrl+Wheel for some users 0584 * fixed issues with cookies filtering 0585 * fixed $subdocument matching in AdBlock 0586 * fixed $third-party in AdBlock rules when Referer header is empty 0587 * fixed issue with notification settings always reverting to osd notifications 0588 * fixed downloading UTF-8 subscriptions in AdBlock (eg. Ru Adlist) 0589 0590 Version 1.3.0 0591 * released 11 July 2012 0592 * new Ukrainian translation 0593 * new plugins: GreaseMonkey and PIM (Personal Information Manager) 0594 * new command line option to open new window with url 0595 * can now open .xhtml files from open file dialog 0596 * added animated tab previews with option to turn animations off 0597 * possibility to change icon of bookmarks 0598 * ssl manager now can import own certificate 0599 * clear recent history now remembers last checked options 0600 * new urlbar completion widget can now show also entries from bookmarks 0601 * little changes in speed dial's preferences 0602 * support for 3rd party subscriptions in AdBlock 0603 * improved performance of AdBlock rules matching 0604 * possibility to add subscriptions with loading abp: links 0605 * private browsing is now opened in new window and new process 0606 * improved AdBlock dialog distinguishes rule types with colors 0607 * popup windows now have loading animation in urlbar 0608 * new gif for loading animation (spinner) 0609 * possibility to add RSS feed into external reader 0610 * option to specify preferred behaviour when opening new tab 0611 * inverting preferred new tab behaviour with shift modifier (eg. shift+middle click on link) 0612 * better support for Content-Disposition header (downloads) 0613 * Linux: middle clicking on add tab button will open new tab with global mouse selection's contents 0614 * Linux: generating backtrace and saving it into file upon application crash 0615 * Windows: fixed theme loading delay (showing ugly interface for a second when starting app) 0616 * fixed all issues with saving passwords (i hope so) 0617 * fixed saving passwords on some sites (parsing WebKit's data format) 0618 * fixed "go to web address" action when newlines were in string 0619 * fixed excessive ssl warnings when rejecting untrusted certificate 0620 * fixed dragging the whole text from some labels 0621 * fixed handling special characters when searching with shortcuts in urlbar 0622 * fixed "open external protocol" dialog overflowing out of desktop if url is too long 0623 * fixed "hide when there is only one tab" option in preferences 0624 * fixed "close other tabs" action in tabbar context menu 0625 * fixed rss popup in urlbar overflowing out of desktop if feed's title is too long 0626 * fixed animations occasionally stop working without any reason 0627 0628 Version 1.2.0 0629 * released 5 April 2012 0630 * Brazilian Portuguese, Indonesian, Georgian, Japanese and Romanian translation 0631 * added information about configuration page qupzilla:config 0632 * added option to show only icons in bookmarks toolbar 0633 * added alt+d shortcut for focusing urlbar 0634 * added possibility to import bookmarks folder structure on html import 0635 * added option to create search engines from input element on page 0636 * added "don't load tabs until selected" option when restoring session 0637 * added option to separate http and https proxy configuration 0638 * added new page into site info: databases 0639 * added command line option to open url in current tab 0640 * support for utf-8 filenames in Content-Disposition header (downloads) 0641 * support for whitelisting/blacklisting cookies 0642 * improved source viewer, it now shows line numbers 0643 * improved html import - support for importing folders 0644 * improved performance of bookmarks import and deleting 0645 * sending referer header when opening new tab from webview 0646 * user agent workaround for google sites 0647 * fixed history of frames not saving 0648 * fixed loading unicode urls from command line 0649 * fixed removing local certificates 0650 * fixed dark color of text in urlbar when using dark theme 0651 * fixed garbled rendering of desktop notifications 0652 * fixed text in urlbar on https sites when using dark theme 0653 * fixed not saving cookies on crash 0654 * fixed option not to send Referer header to servers 0655 * fixed showing bad total + downloaded size when starting download 0656 * fixed toggling WebInspector 0657 0658 Version 1.1.8 0659 * released 14 February 2012 0660 * added Swedish, Serbian and Traditional Chinese translation 0661 * added option to set Minimum font size in web pages 0662 * added option to edit bookmark from bookmarks toolbar context menu 0663 * added option to enable/disable HTML5 local storage (and to clear it) 0664 * added option not to send Referer header to servers 0665 * added option to use external download manager 0666 * added option to add/remove page in speed dial from bookmark star icon 0667 * added option to import/export passwords into xml file 0668 * added option to change user agent 0669 * added global shortcuts for loading sites in speed dial (Ctrl+1,2,...9) 0670 * added global shortcuts for switch to tabs (Alt+1,2,3...9) 0671 * added possibility to create new rss feeds in rss manager 0672 * added alt+left/right click shortcuts to navigate in page history 0673 * restoring / saving pinned tabs only on first window 0674 * Paste & Go option in urlbar and websearchbar 0675 * support for JavaScript Popup windows 0676 * improved History menu -> added Most visited menu here 0677 * don't saving icons in private mode 0678 * improved and refactored context menu on page 0679 * little improvements in speed dial 0680 * using global QSettings object, should save some writed to disk 0681 * remember last folder when saving new bookmarks 0682 * disabling adblock on local schemes 0683 * showing size of file going to be downloaded 0684 * improved browser responsibility when loading a lot of cookies/history 0685 * possibility to change background in Speed Dial 0686 * possibility to change number of dials in row in Speed Dial 0687 * possibility to change maximum number of dials in a row in Speed Dial 0688 * using QImages to store icons in database now - older icons won't work! 0689 * fixed showing file type when download file 0690 * fixed saving usernames with spaces in password manager 0691 * fixed loading of some rss feeds 0692 * fixed loading incomplete urls in speed dial 0693 * fixed all crashes/issues with web inspector 0694 * fixed memory leak when canceling download 0695 * fixed open new tab after active option 0696 * fixed saving of sidebar width 0697 * fixed occasional fails to restore session 0698 * fixed occasional crash when closing tabs/windows 0699 * fixed wrong tab focus order 0700 * fixed loss of speed dial settings 0701 * fixed cancelled downloads now no longer leak memory 0702 * fixed showing of "Are you sure to close x tabs?" question 0703 * fixed searching strings with special characters 0704 * fixed sending report in Report Bug page 0705 0706 Version 1.1.5 0707 * released 7 January 2012 0708 * added Portuguese, French, Greek translation 0709 * support for loading long locale named qt translations 0710 * support for printing page through javascript window.print() 0711 * context menu in webview now handles also frames 0712 * using own CA certificates database instead of system one (+ automatic updates) 0713 * improved commandline options, possibility to use multiple options at once 0714 * hiding new tab while moving tabs 0715 * using bigger icons in Linux default theme 0716 * opens all bookmarks from folder on middle click 0717 * Ctrl+Enter in urlbar now appends .com & start loading 0718 * opening links in new tab now opens new tab next to current tab 0719 * drag&drop site icon on bookmarks toolbar creates bookmark 0720 * improved performance of deleting history entries -> moved into separate thread 0721 * fixed loading of local files from menu file -> open file... 0722 * fixed showing rss feeds without title 0723 * fixed searching on page when highlight is enabled + added shortcuts 0724 * fixed Click2Flash plugin and enables it by default again 0725 * fixed crash when closing WebInspector with QtWebKit 2.2 0726 * fixed crash in Click2Flash plugin when element is not found 0727 * fixed "hide tabs when there is only one tab" option 0728 * fixed cookies loss when closing browser with private browsing 0729 * fixed overflowing bookmarks toolbar when there is a lot of bookmarks 0730 * fixed going to history items in history back/forward menu in new tab 0731 * fixed showing custom rules in AdBlock 0732 * fixed problem with downloading with right click -> download link 0733 * fixed suggestions for google and youtube 0734 0735 Version 1.1.0 0736 * released 14 December 2011 0737 * option to turn on XSS Auditing 0738 * option to select all text in urlbar when clicking on it 0739 * added Speed Dial 0740 * possibility to select + copy text on a lot of labels 0741 * improved source code viewer performance + highlighting 0742 * importing bookmarks from html files 0743 * restoring closed tabs now remember position 0744 * multiple sizes icon in linux 0745 * fixed saving certificate exception 0746 * fixed overriding cursor by some flash objects 0747 * fixed problem with loading urls with % characters from history 0748 * fixed favicon of qupzilla internal pages in ubuntu 0749 * fixed loading of user defined stylesheet 0750 * fixed saving of user defined fonts 0751 0752 Version 1.0.0 0753 * released 9 November 2011 0754 * possibility to place folders on bookmarks toolbar 0755 * password manager has now all passwords hidden by default 0756 * added a lot of keyboard shortcuts 0757 * fixed right click on back/next buttons shows menu 0758 * fixed fetching icons in bookmarks importing 0759 * fixed duplicated entries in back/next menus 0760 * fixed problem with adding addition tab when restoring more windows 0761 * fixed error handling in download manager 0762 * fixed various crashes 0763 * fixed updating AdBlock EasyList 0764 * fixed html highlighter 0765 0766 Version 1.0.0-rc1 0767 * possibility to delete click2flash object on page 0768 * improved SSL Manager (you can add paths to look for CA Certs) 0769 * Search Engines Manager + OpenSearch support with suggestions 0770 * add tab button is now shown next to last tab 0771 * you can open bookmark / history entry in new tab with middle button 0772 * fixed problem with bookmarks toolbar 0773 * fixed loading animation ending with page still loading 0774 * fixed occasional problem with updating address when going next/back in history 0775 * fixed crash when clearing history 0776 0777 Version 1.0.0-beta4 0778 * from this version, QupZilla is now fully skinnable 0779 * introduced 4 basic themes including Chrome, Windows and Mac theme 0780 * private browsing is now indicated in window title 0781 * added qupzilla: scheme - qupzilla:about, qupzilla:reportbug and new start page qupzilla:start 0782 * saving and restoring position and size of window 0783 * added "page screenshot" feature 0784 * fixed occasional problem with searching on Google from location bar 0785 * fixed crash in download manager 0786 0787 Version 1.0.0-beta3 0788 * whole urlbar has been rewritten - now every tab has own separate urlbar 0789 * click2flash now offers information about flash object 0790 * when downloading file with the name it already exists, it will be automatically renamed 0791 * history in menubar is refreshed only when needed, not with every click 0792 * added new library containing bookmarks, history and rss manager in single window 0793 * rewritten all animations, they are now smoother 0794 * fixed performance issue with web icons 0795 0796 Version 1.0.0-beta2 0797 * fixed issue with downloading secured content on Windows 0798 * image previews in site information dialog now properly handle relative links 0799 * reload with bypass cache feature (Shift+F5) 0800 * if download content is offered in empty tab with empty history, thus will be closed 0801 * hovered link url is shown even when statusbar is hidden 0802 * option to specify own CSS Style loaded with every page 0803 * fixed and enhanced command line interface 0804 * private browsing now uses temporary cookie jar 0805 * javascript prompts/alerts/confirms are now non-blocking 0806 * JumpList for Windows 7 integration 0807 0808 Version 1.0.0-beta1 0809 * duplicate panel feature added 0810 * added sidebars for history and bookmarks 0811 * close other tabs now keep pinned tabs open 0812 * option to hide 'add new tab' button 0813 * fixed some bugs in downloadmanager (with W7API also) 0814 * rewritten icon database, no longer forgetting icons 0815 * navigation in fullscreen is automatically showing/hiding 0816 * added support for notifications (OSD + native desktop on Linux) 0817 * added support for configuring Proxy (system configuration or your own) 0818 0819 Version 0.9.9 0820 * pinning tab feature added 0821 * basic AdBlock support 0822 * fixed some issues with restoring sessions 0823 * new Site Informations dialog including preview of pictures at the page 0824 * download manager now offers option to just open file (downloaded into temp folder) 0825 * added profiles support 0826 * edited look of some widgets for Windows Vista/7 0827 0828 Version 0.9.8 0829 * added character encoding option in View menu 0830 * added option to change default fonts in Preferences 0831 * source viewer has now more features including HTML highlighter 0832 * option to specify how long history you want to delete from Clear Recent History in Tools menu 0833 * improved Windows installer, you can now choose which component to install 0834 0835 Version 0.9.7 0836 * fixed Flash issues on Windows 0837 * added SSL Exceptions Manager 0838 * added animated notifications for "save password" dialog 0839 0840 Version 0.9.6 0841 * fixed some issues with user background 0842 * added option to change font color (for dark backgrounds) 0843 * improved bookmarks / history / RSS Reader 0844 * new Windows installer 0845 * initial support for Plugins 0846 0847 Version 0.9.5 0848 * support for user specific background image for browser 0849 * new icons in navigation bar 0850 * brand new browser icon 0851 * new About dialog 0852 0853 Version 0.9.4 0854 * completely new design preferences + few changes in browser design 0855 * network disk cache added to speed up browsing 0856 * new options in preference with option to change maximum disk quota for cache 0857 * complete integration into Linux desktop 0858 * fixes in Debian packages 0859 0860 Version 0.9.3 0861 * another stability improves 0862 * added autosaver in case of browser crash 0863 * improved saving and restoring sessions with multiple windows 0864 * first Debian package for Linux 0865 0866 Version 0.9.2 0867 * lot of bugs fixed, including crash fixes 0868 * improved stability and speed of browser 0869 * added source viewer (without highlighting for now) 0870 * added simple download manager 0871 0872 Version 0.9.1 0873 * added bookmarks and history manager 0874 * added RSS Reader + indicator to location bar whether the page offers feeds 0875 * new design for Windows Vista/7 0876 0877 Version 0.9.0 0878 * first version written in C++, built with mingw32 0879 * almost all features from Python version implemented 0880 * finally fixed all problems relating to tabs 0881 * HTML5 supported from this version, including offline storage 0882 * added cookies manager 0883 * added simple Windows installer 0884 0885 Version 0.x.x 0886 * written in Python