blob: bd136e94d019ccad114f415653e9aff685d0a78a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
Badwolf 1.4.0 - 2025-08-14
== Highlights ==
- Ctrl-Escape can now be used to terminate the web process used by the current tab
- Command line options -i disables images, and -S enables JavaScript
- New Translation: Serbian
== Full Changelog ==
Haelwenn (lanodan) Monnier (23):
.builds: Remove source entry, added by sr.ht on the mirror
README: Change mirror links from gitlab.com to git.sr.ht
configure: Use $ED during config generation & handle missing ed(1)
configure: Simplify missing ed handling
badwolf: Handle WEBKIT_WEB_PROCESS_TERMINATED_BY_API
keybindings: Add Ctrl-Escape to terminate web-process
Revert "configure: Check for xgettext --package-name="
AUTHORS: Add Страхиња Радић
.mailmap: Add gitlab placeholder email of Ben K
.builds/netbsd.yml: Add gettext to packages
.builds/openbsd.yml: Remove usage of scan-build
.builds/netbsd.yml: Explicitely pick pkgin-installed xgettext
bookmarks*: Relicense under MPL-2.0
po/sr{,_man}.po: Fix copyright header for REUSE
Add options: -i (disable images) and -S (enable JavaScript)
Make `struct Window *window` a global variable
badwolf.c: Fix NULL dereference in WebViewCb_decide_policy
badwolf.c: Warn if setlocale() changed errno
Fix spelling errors
badwolf.c: reformat
Add man: scheme handling
Merge branch 'release-1.3' into develop
Release 1.4.0
Страхиња Радић (1):
Add Serbian translation
|