File vimb.changes of Package vimb

-------------------------------------------------------------------
Fri Oct 31 20:12:24 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>

- Adding 'Source100: README.md' as the README is suggested at src.opensuse.org
  setup, otherwise get the following message:
  * "Attention, "README.md" is not mentioned in spec files as source or patch."
- Update to version 3.7.0+git20250922.c54f4c6:
  * Add FEATURE_HISTORY_WITHOUT_HOME_PAGE
  * Fix incorrect pageid and dbusproxy handling
  * Fix ignoring of a setting setter return value
  * Add the histignore setting
  * Add FEATURE_HISTORY_WITHOUT_HOME_PAGE
  * Fix incorrect pageid and dbusproxy handling
  * Fix Open in New Window context menu buttons
  * Improve search performance

-------------------------------------------------------------------
Fri Aug 29 19:23:26 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>

- Update to version 3.7.0+git20250822.7a9e9cd:
  * Add shellex command
  * Allow overriding of GDK window color
  * Added Debian Packages into README.md
  * Added supporting code that appends to registers if capitals are used

-------------------------------------------------------------------
Mon Apr 14 19:56:03 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>

- Update to version 3.7.0+git20250201.eade0be:
  * Added "wyeb" to "Similar projects" in README.md

-------------------------------------------------------------------
Mon Dec 02 21:01:49 UTC 2024 - scott.bradnick@suse.com

- Update to version 3.7.0+git20240706.2e48d0f:
  * fix licence version in vimb.metainfo.xml
  * fix issues in manpage #764

-------------------------------------------------------------------
Mon Jan 08 18:52:11 UTC 2024 - scott.bradnick@suse.com

- Update to version 3.7.0+git20240108.dd7c3a6:
  * Check return value of ext_proxy_eval_script_sync.
  * Fix broken link for Arch Linux package in README.md

-------------------------------------------------------------------
Wed Dec 20 14:26:43 UTC 2023 - scott.bradnick@suse.com

- Update to version 3.7.0+git20231205.3827b92:
  * Fix typo
  * Change :autocmd! behavior to match documentation
  * Prevent use-after-free
  * Escape special keys in mappings using backslash
  * Document how the config file works.

-------------------------------------------------------------------
Mon Jun 26 15:54:44 UTC 2023 - scott.bradnick@suse.com

- Update to version 3.7.0+git20230626.e7140eb:
  * Update CHANGELOG.md

-------------------------------------------------------------------
Tue Jun 20 22:00:41 UTC 2023 - scott.bradnick@suse.com

- Update to version 3.7.0+git20230620.e442041:
  * Update version in Makefile

-------------------------------------------------------------------
Tue Jun 20 00:29:00 UTC 2023 - scott.bradnick@suse.com

- Update to version 3.7.0+git20230619.7864d00:
  * Released version 3.7.0.
  * Remove unused variable.
  * Update Changelog.

-------------------------------------------------------------------
Fri May 19 19:10:43 UTC 2023 - scott.bradnick@suse.com

- Update to version 3.6.0+git20230509.087bf7a:
  * Fix typo
  * Prevent use-after-free
  * Update default user-agent to WebKitGTK 2.40.0 default
  * Add link to Fedora package
  * Enable installation of metainfo.xml file
  * Add directory for metainfo.xml file
  * Create vimb.metainfo.xml
  * Update autocmd.c
  * Update ascii.h
  * Add global marks

-------------------------------------------------------------------
Tue Feb 21 21:45:51 UTC 2023 - scott.bradnick@suse.com

- Update to version 3.6.0+git20230105.66d9da4:
  * Fix possible wrong dimension use for scrolling #723.
  * config.mk: link against webkit-gtk 4.1
  * global: Convert use of `SoupURI` to use  `GUri`
  * js.c: Remove unused function
  * util.c: Convert deprecated use of JSValueRef
  * main: fix compilation with FEATURE_NO_XEMBED

-------------------------------------------------------------------
Sun Nov 06 20:18:28 UTC 2022 - scott.bradnick@suse.com

- Update to version 3.6.0+git20221005.c7dfc84:
  * Improve certain default settings
  * Allow bookmark parsing for reading queue
  * README.md: update Gentoo overlays: remove hsoft, add jjakob
  * Set z-index on hint container to max value
  * Add hints for <summary> elements
  * Set ssl policy on website data manager.
  * Add version check around ITP option
  * Add option for WebKit Intelligent Tracking Prevention
  * Adapt man page to slightly changed real status bar settings used.
  * add ability to map PgUp & PgDown
  * a better fix for scroll percentage
  * change scroll_percent from guint to guint16

-------------------------------------------------------------------
Thu Oct  7 13:34:29 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

- Switch to pkgconfig style BuildRequires, ensure we pull in what
  the package really needs (fixes build in current Factory).

-------------------------------------------------------------------
Fri Jan  3 09:20:46 UTC 2020 - Michael Vetter <mvetter@suse.com>

- Update to 3.6.0:
  Added:
  * :cleardata [listOfDataTypes] [timeSpan] command to clear various types of
    stored website data modified in the last timeSpan.
  * Setting hint-match-element to allow to disable the hinting to filter hints
    by the elements text content. This is useful if 'hint-keys' are set the
    chars instead of numbers.
  * New autocmd event LoadStarting to run auto commands before the first page
    content is loaded (Thanks to Patrick Steinhardt).
  * Setting geolocation with values ('ask', 'always' and 'never') to allow the
    user to permit or disable geolcation requests by default (Thanks to Alva).
  * Setting dark-mode to switch the webview into dark mode, which might be
    picked up by pages media query to setup dark styling (Thanks to Alva).
  * Option --cmd, -C to run ex commands on startup.
  Removed:
  * :clearcache was removed in favor of more advanced :cleardata command.
    The previous behaviour of :clearcache could be replaces by
    :cleardata memory-cache,disk-cache.

-------------------------------------------------------------------
Fri Aug 23 05:22:34 UTC 2019 - mvetter@suse.com

- bsc#1146724: Set prefix during build
  So that it looks for webext_main.so at the right location

-------------------------------------------------------------------
Tue Jul 30 04:41:40 UTC 2019 - mvetter@suse.com

- Update to 3.5.0:
  Added:
  * Add external download command #543 #348.
  * Added ephemeral mode by new option --incognito#562.
  Changed:
  * Hinting shows the current focused elements URI in the statusbar.
  * Show error if printing with :hardcopy fails #564.
  Fixed:
  * Fixed compilation if source is not in a git repo (Thanks to Patrick Steinhardt).
  * Fixed partial hidden hint labels on top of screen.
  * Fix segfault on open in new tabe from context menu #556.
  * Fix "... (null)" shown in title during url sanitization.
  Removed:
  * Setting private-browsing was removed in favor of --incognito option.
- Remove vim-3.4.0-fixbuild.patch: included upstream

-------------------------------------------------------------------
Wed Mar 27 08:55:32 UTC 2019 - mvetter@suse.com

- Update to 3.4.0:
  Added:
  * Allow to show video in fullscreen, without statusbar and inputbox, if requested.
  * Added option --no-maximize to no start with maximized window #483.
  * New setting prevent-newwindow to enforce opening links into same window
    even if they are crafted by target="_blank" or using window.open(...)#544.
  Changed:
  * Increased min required webkit version to 2.20.x.
  * Use man page date instead of build date to make reproducible builds.
  * URLs shown on statusbar and title are now shown as punicode if they contain
    homographs.
  Fixed:
  * Fix out-of-bounds buffer access in parse_command (Thanks to Sören Tempel) #529.
  * Fixed none shown hint labels by Content-Security-Policy headers #531.
  * Fixed segfault on JavaScript window.close() call #537.
  * Fixed no char inserted in input mode after timeout and imap/inoremap
    candidate #546.
- Add vim-3.4.0-fixbuild.patch: fix non git build

-------------------------------------------------------------------
Wed Feb 13 13:50:08 UTC 2019 - mvetter@suse.com

- Support parallel builds

-------------------------------------------------------------------
Wed Feb 13 12:14:33 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

- Trim bias from descriptions.

-------------------------------------------------------------------
Tue Feb 12 15:26:28 UTC 2019 - mvetter@suse.com

- Initial package vimb 3.3.0 for openSUSE
openSUSE Build Service is sponsored by