Commit Graph

64 Commits

Author SHA256 Message Date
Alexei Sorokin
f7b454ae93 Accepting request 546189 from home:lachs0r:branches:network
- Update to version 1.0.4:
  * The qute://gpl page now works correctly again.
  * Trying to bind an empty command now doesn't crash anymore.
  * Fixed crash when :config-write-py fails to write to the given
    path.
  * Fixed crash for some users when selecting a file with Qt 5.9.3
  * Improved handling for various SQL errors
  * Fix crash when setting content.cache.size to a big value
    (> 2 GB)

OBS-URL: https://build.opensuse.org/request/show/546189
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=21
2017-11-28 12:47:46 +00:00
Alexei Sorokin
2dc9810c70 Accepting request 538969 from home:avindra
- Update to version 1.0.3:
  * Changed
    + Performance improvements for tab rendering.
    + The :open-editor command is not hidden anymore and also usable
      in normal mode.
    + Security enhancements for macos and windows builds
  * Fixed
    + Handle accessing a locked sqlite database gracefully
    + Abort pinned tab dialogs properly when a tab is closed e.g.
      by closing a window.
    + Unbinding a default keybinding twice no longer binds it again
    + Completions are now sorted correctly again when filtered

OBS-URL: https://build.opensuse.org/request/show/538969
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=19
2017-11-04 16:48:14 +00:00
Alexei Sorokin
eef8a06b39 OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=17 2017-10-21 22:23:30 +00:00
Alexei Sorokin
8e5dc2f6c6 Accepting request 534464 from home:avindra
- Update to version 1.0.2:
  * Fixed
    + Fix workaround for black screens or crashes with Nvidia cards
    + Handle a filesystem going read-only gracefully
    + Fix crash when setting fonts.monospace
    + Fix list options not being modifyable via .append() in
      config.py
    + Mark the content.notifications setting as QtWebKit only
      correctly
    + Fix wrong rendering of keys like <back> in the completion
  * Changed
    + Nicer error messages and other minor improvements
  * Includes fixes from 1.0.1:
    + Fixed starting after customizing fonts.tabs or
      fonts.debug_console.
    + Fixed starting with old PyQt versions compiled against newer
      Qt versions.
    + Fixed check for PyQt version to correctly enforce 5.7
     (not 5.2).

OBS-URL: https://build.opensuse.org/request/show/534464
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=15
2017-10-17 14:09:12 +00:00
Alexei Sorokin
e0a2321974 Accepting request 533709 from home:alois:branches:network
- Update to version 1.0.0
  * Dependency changes:
    +  Support for legacy QtWebKit (before 5.212 which is
       distributed independently from Qt) is dropped.
    +  Support for Python 3.4 is dropped.
    +  Support for Qt before 5.7.1 and PyQt before 5.7 is dropped.
    +  New dependency on the QtSql module and Qt sqlite support.
    +  New dependency on the attrs project (packaged as
       python-attr in some distributions).
    +  The depedency on PyOpenGL (when using QtWebEngine) got
       removed. Note that PyQt5.QtOpenGL is still a dependency.
    +  PyQt5.QtOpenGL is now always required, even with QtWebKit.
  * The QtWebEngine backend is now used by default. Note this
    means that QtWebEngine now should be a required dependency, and
    QtWebKit (if new enough) should be changed to an optional
    dependency.
  * Completely rewritten configuration system which ignores the
    old config file. See link:qute://help/configuring.html[] for
    details.
  * Various documentation files got moved to the doc/ subfolder;
    qutebrowser.desktop got moved to misc/.
  * :set now doesn't support toggling/cycling values anymore, that
    functionality got moved to :config-cycle.
  * New completion engine based on sqlite, which allows to
    complete the entire browsing history. The default for
    completion.web_history_max_items got changed to -1 (unlimited).
    If the completion is too slow on your machine, try setting it to
    a few 1000 items.
  Added:
  * QtWebEngine: Spell checking support, see the
    spellcheck.languages setting.
  * New qt.args setting to pass additional arguments to
    Qt/Chromium.
  * New backend setting to select the backend to use. Together
    with the previous setting, this should make most wrapper
    scripts unnecessary.
  * qutebrowser can now be set as the default browser on macOS.
  * New config commands:
    + :config-cycle to cycle an option between multiple values.
    + :config-unset to remove a configured option.
    + :config-clear to remove all configured options.
    + :config-source to (re-)read a config.py file.
    + :config-edit to open the config.py file in an editor.
    + :config-write-py to write a config.py template file.
  * New :version command which opens qute://version.
  * New back/forward indicator in the statusbar.
  * New bindings.key_mappings setting to map keys to other keys.
  * QtWebEngine: Support for proxy authentication.
  Changed:
  * Using :download now uses the page's title as filename.
  * Using :back or :forward with a count now skips intermediate
    pages.
  * When there are multiple messages shown, the timeout is
    increased.
  * :search now only clears the search if one was displayed
    before, so pressing <Escape> doesn't un-focus inputs anymore.
  * Pinned tabs now adjust to their text's width, so the
    tabs.width.pinned setting got removed.
  * :set-cmd-text now has a --run-on-count argument to run the
    underlying command directly if a count was given.
  * :scroll-perc got renamed to :scroll-to-perc.
  Removed:
  * Migrating QtWebEngine data written by versions before
    2016-11-15 (before v0.9.0) is now not supported anymore.
  * Upgrading qutebrowser with a version older than v0.4.0 still
    running now won't work properly anymore.
  * The --harfbuzz and --relaxed-config commandline arguments got
    dropped.
  Fixes:
  * Exiting fullscreen via :fullscreen or buttons on a page now
    restores the correct previous window state
    (maximized/fullscreen).
  * When input.insert_mode.auto_load is set, background tabs now
    don't enter insert mode anymore.
  * The keybinding help widget now works correctly when using
    keybindings with a count.
  * The window.hide_wayland_decoration setting now works correctly
    again.

OBS-URL: https://build.opensuse.org/request/show/533709
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=13
2017-10-12 19:38:06 +00:00
Alexei Sorokin
9d16646a7d Accepting request 516636 from home:lachs0r:qutebrowser
Update to 0.11.0

OBS-URL: https://build.opensuse.org/request/show/516636
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=11
2017-08-13 18:22:47 +00:00
Alexei Sorokin
c68d689507 - Update to version 0.10.1.
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=9
2017-05-02 07:03:23 +00:00
Alexei Sorokin
f8e5e547f1 - Update to version 0.10.0.
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=7
2017-02-26 13:56:56 +00:00
Alexei Sorokin
fa688b31d4 Accepting request 460361 from home:ofsw:branches:network
Updated to version 0.9.1

OBS-URL: https://build.opensuse.org/request/show/460361
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=6
2017-02-25 10:58:41 +00:00
Alexei Sorokin
7b21f88f39 - Update to version 0.8.1.
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=5
2016-07-30 16:10:57 +00:00
Alexei Sorokin
3299db7ecd - Update to version 0.7.0.
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=4
2016-06-11 10:08:50 +00:00
Alexei Sorokin
95f6408896 - Update to version 0.6.2.
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=3
2016-05-07 07:51:37 +00:00
Dominique Leuenberger
9a0b14c804 Accepting request 391512 from network
OBS-URL: https://build.opensuse.org/request/show/391512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qutebrowser?expand=0&rev=1
2016-04-30 21:29:17 +00:00
Andrey Karepin
d9644c0a5b Accepting request 391400 from home:XRevan86
OBS-URL: https://build.opensuse.org/request/show/391400
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=1
2016-04-23 18:00:39 +00:00