Warning, /network/falkon/CHANGELOG is written in an unsupported language. File is not indexed.

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